From: Date: Sat, 1 Mar 2008 01:31:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~284 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aafa0c1279d25c4a8478fbe660eb89b24aa6ee53;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2fa6af2fbd..5492a5e152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2008-02-29 Etienne Kneuss + + * (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 * ZendEngine2/zend_execute.c