mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
HEAD is bundled with ZE2
This commit is contained in:
parent
4ee7ba05bc
commit
8b763f14b7
2 changed files with 0 additions and 16 deletions
|
@ -1133,11 +1133,9 @@ PHP_FUNCTION(xml_set_object)
|
|||
ZEND_FETCH_RESOURCE(parser,xml_parser *,pind, -1, "XML Parser", le_xml_parser);
|
||||
|
||||
/* please leave this commented - or ask thies@thieso.net before doing it (again) */
|
||||
#ifdef ZEND_ENGINE_2
|
||||
if (parser->object) {
|
||||
zval_ptr_dtor(&parser->object);
|
||||
}
|
||||
#endif
|
||||
|
||||
parser->object = *mythis;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue