From: Date: Thu, 10 Jul 2008 01:31:56 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d00dfb0bcb7e47446a0ab9e57e539eb97a1596dd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 62ac9a5418..0944a529bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,141 @@ +2008-07-09 Etienne Kneuss + + * (PHP_5_3) + ext/standard/array.c: + MFH: Fix resolution rule of count vs. handler + + * ext/standard/array.c: + Fix resolution rule of count vs. handler + + * (PHP_5_3) + ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/simplexml/tests/036.phpt + ext/spl/spl_sxe.c: + MFH: Move SXI::count to SXE::count and make it user-friendly + + * ext/simplexml/php_simplexml.h + ext/simplexml/simplexml.c + ext/simplexml/tests/036.phpt + ext/simplexml/tests/036.phpt: + Move SXI::count to SXE::count and make it user-friendly + + * ext/spl/tests/fixedarray_019.phpt + ext/spl/tests/fixedarray_019.phpt: + + Test extended iterators methods + +2008-07-09 Rob Richards + + * ext/gd/config.w32 + ext/zip/config.w32: + MFB: fix zlib detection and linking + - synch zip config.w32 + + * (PHP_5_3) + ext/gd/config.w32 + ext/zip/config.w32: + fix zlib detection and linking + +2008-07-09 Steph Fox + + * (PHP_5_3) + win32/build/projectgen.js: + - It's amazing the havoc one little misplaced bracket can cause... + + * (PHP_5_3) + win32/build/projectgen.js: + - Clean up ws/cs a bit and add some comments + +2008-07-09 Antony Dovgal + + * (PHP_5_3) + ext/phar/phar.c: + add zero-terminator to the delimiter (and make valgrind happy) + +2008-07-09 Felipe Pena + + * (PHP_5_3) + ext/date/tests/015.phpt + ext/date/tests/test-parse-from-format.phpt: + - Fixed test + + * ext/date/php_date.c: + - MFB: Added arginfo + + * (PHP_5_3) + ext/date/php_date.c: + - Added arginfo + +2008-07-09 Antony Dovgal + + * (PHP_5_3) + ZendEngine2/tests/each_002.phpt: + remove UEXPECTF section + +2008-07-09 Scott MacVicar + + * win32/build/config.w32: + Fix windows build + +2008-07-09 Etienne Kneuss + + * (PHP_5_3) + NEWS: + add SplFileInfo::getPathInfo fix to NEWS + + * ext/phar/tests/phar_oo_005.phpt + ext/phar/tests/refcount1.phpt + ext/phar/tests/tar/refcount1.phpt + ext/phar/tests/zip/refcount1.phpt: + MFB: Fix filename/pathname/getpathinfo tests according to SPL fix + +2008-07-09 Dmitry Stogov + + * (PHP_5_3) + ext/phar/phar_object.c: + Fixed efree(NULL) + +2008-07-09 Etienne Kneuss + + * (PHP_5_3) + ext/phar/tests/phar_oo_005.phpt + ext/phar/tests/refcount1.phpt + ext/phar/tests/tar/refcount1.phpt + ext/phar/tests/zip/refcount1.phpt: + Fix filename/pathname/getpathinfo tests according to SPL fix + +2008-07-09 Joe Orton + + * (PHP_5_3) + ext/date/tests/015.phpt: + - MFH: tweak test case to better trigger the (now-fixed) reference bugs + + * ext/date/tests/015.phpt: + - tweak test case to better trigger the (now-fixed) reference bugs + +2008-07-09 Steph Fox + + * (PHP_5_3) + win32/.cvsignore: + - Add generated files to .cvsignore + + * win32/build/DSP.README + win32/build/DSP.README + win32/build/block.template.dsw + win32/build/block.template.dsw + win32/build/buildconf.js + win32/build/config.w32 + win32/build/confutils.js + win32/build/projectgen.js + win32/build/projectgen.js + win32/build/template.dsp + win32/build/template.dsp + win32/build/template.dsw + win32/build/template.dsw: + + file DSP.README was initially added on branch PHP_5_3. + 2008-07-08 Etienne Kneuss * ext/spl/spl_directory.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 20a54f9ed9..4cddc25e38 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2008-07-09 Antony Dovgal + + * (PHP_5_3) + tests/each_002.phpt: + remove UEXPECTF section + 2008-07-08 Dmitry Stogov * zend_closures.c