]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 1 Mar 2008 01:31:29 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 1 Mar 2008 01:31:29 +0000 (01:31 +0000)
ChangeLog

index 2fa6af2fbdc6509c085769583c054f380fd8c65e..5492a5e152bc667b1de87be2be529cce12053183 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-02-29  Etienne Kneuss  <php@colder.ch>
+
+    * (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  <felipensp@gmail.com>
 
     * ZendEngine2/zend_execute.c