iliaa Thu Feb 5 22:14:09 2004 EDT
Modified files:
/php-src/ext/spl spl_functions.c
Log:
Possible fix for bug #27165.
http://cvs.php.net/diff.php/php-src/ext/spl/spl_functions.c?r1=1.23&r2=1.24&ty=u
Index: php-src/ext/spl/spl_functions.c
diff -u php-src/ext/spl/spl_functions.c:1.23 php-src/ext/spl/spl_functions.c:1.24
--- php-src/ext/spl/spl_functions.c:1.23 Thu Feb 5 22:07:59 2004
+++ php-src/ext/spl/spl_functions.c Thu Feb 5 22:14:06 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_functions.c,v 1.23 2004/02/06 03:07:59 iliaa Exp $ */
+/* $Id: spl_functions.c,v 1.24 2004/02/06 03:14:06 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -135,7 +135,7 @@
{
zend_class_entry *pce = *ppce;
- if (!ppce) {
+ if (!pce) {
return 0;
}
spl_add_class_name(list, pce, allow, ce_flags TSRMLS_CC);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php