changelog Sat Mar 1 01:31:30 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2973&r2=1.2974&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2973 php-src/ChangeLog:1.2974
--- php-src/ChangeLog:1.2973 Fri Feb 29 01:31:28 2008
+++ php-src/ChangeLog Sat Mar 1 01:31:29 2008
@@ -1,3 +1,26 @@
+2008-02-29 Etienne Kneuss <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/spl/php_spl.c
+ ext/spl/tests/bug40091.phpt:
+ MFH: Fix #44144 (object methods as spl autoload functions returned
+ correctly)
+
+ * ext/spl/php_spl.c
+ ext/spl/tests/bug40091.phpt:
+ Fix #44144 (object methods as spl autoload functions returned correctly)
+
+ * ext/spl/tests/heap_008.phpt
+ ext/spl/tests/pqueue_004.phpt:
+ Fix tests in non-unicode mode
+
+ * (PHP_5_3)
+ NEWS:
+ Heaps addition
+
+ * ext/spl/spl_heap.c:
+ Fix #44288 (Move declarations)
+
2008-02-28 Felipe Pena <[EMAIL PROTECTED]>
* ZendEngine2/zend_execute.c