]> granicus.if.org Git - php/commit
Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new...
authorDmitry Stogov <dmitry@zend.com>
Thu, 5 Jul 2018 11:25:17 +0000 (14:25 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 5 Jul 2018 11:25:17 +0000 (14:25 +0300)
commit3780b027ddce2e7dfb62228c89162480d8fbd5ff
treeafa278f6a8e83b465200e77e2539c31a40a6ec57
parent91fc0d1a4146eb44dc2b668e65aef9bbec4e071b
Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code)
ext/phar/phar_object.c
ext/reflection/php_reflection.c