|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch clear_retval_between_autoloaders for SPL related Bug #60042Patch version 2011-10-11 17:03 UTC Return to Bug #60042 | Download this patchPatch Revisions: Developer: tom@punkave.com
--- ext/spl/php_spl_old.c 2011-10-11 12:57:30.000000000 -0400
+++ ext/spl/php_spl.c 2011-10-11 12:57:39.000000000 -0400
@@ -406,6 +406,7 @@
zend_exception_save(TSRMLS_C);
if (retval) {
zval_ptr_dtor(&retval);
+ retval = NULL;
}
if (zend_hash_exists(EG(class_table), lc_name, class_name_len + 1)) {
break;
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 06:00:01 2025 UTC |