From: Date: Sun, 28 Dec 2008 01:32:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4726 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c87894ba240ea602be639ef0b5c094ed2048f2e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 366e255db5..ebd6385c80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,134 @@ +2008-12-27 Felipe Pena + + * (PHP_5_3) + NEWS: + - BFN #46957 + + * ext/tokenizer/tokenizer_data.c: + - Update (#46957) + + * (PHP_5_3) + ext/tokenizer/tokenizer_data.c: + - Bug #46957 (The tokenizer returns deprecated values) + +2008-12-27 Hannes Magnusson + + * php.ini-dist + php.ini-recommended: + Nuke more removed extensions + + * (PHP_5_3) + php.ini-dist + php.ini-recommended: + MFH: - Add missing INI entries (pdo_odbc, odbc/birdstep, sybase_ct) + MFH: - Remove entries from removed extension (ifx + + * php.ini-dist + php.ini-recommended: + - Add missing INI entries (pdo_odbc, odbc/birdstep, sybase_ct) + - Remove entries from removed extension (ifx) + [DOC] The sybase stuff is really confusing in the docs.. + + * (PHP_5_3) + php.ini-dist + php.ini-recommended: + MFH: Add sysvshm.init_mem. + [DOC] Looks like this setting has always been available + + * php.ini-dist + php.ini-recommended: + Add missing INI setting. + [DOC] used as the default size for shm_attach(). PHP_INI_SYSTEM + +2008-12-27 Antony Dovgal + + * ext/tidy/tidy.c: + lost part of the fix + + * ext/tidy/tidy.c: + fix compile warning + + * (PHP_5_3) + tests/output/.cvsignore: + add missing .cvsignore + + * tests/output/.cvsignore + tests/output/.cvsignore: + + add missing .cvsignore + +2008-12-27 Felipe Pena + + * ext/xmlrpc/tests/bug40576.phpt + ext/xmlrpc/tests/bug40576.phpt + ext/xmlrpc/tests/bug45556.phpt + ext/xmlrpc/tests/bug45556.phpt: + - Fixed tests + + * (PHP_5_3) + ext/xmlrpc/xmlrpc-epi-php.c: + - MFH: Fixed code (comparison with string literal) + + * ext/xmlrpc/xmlrpc-epi-php.c: + - Fixed code (comparison with string literal) + + * ext/mbstring/mbstring.c: + - Fixed memory leaks + +2008-12-27 Rob Richards + + * ext/simplexml/config.w32 + ext/simplexml/php_simplexml.h: + proper exports/imports for win32 + + * ext/libxml/php_libxml2.def: + add missing exports + +2008-12-27 Brian Shire + + * (PHP_5_2) + NEWS + ext/standard/string.c + ext/standard/string.c + ext/standard/tests/strings/explode.phpt + ext/standard/tests/strings/explode.phpt: + MFH: fix explode behavior to respect negative limit when string is empty. + + * ext/standard/string.c + ext/standard/tests/strings/explode.phpt: + fix explode behavior to respect negative limit when string is empty. + +2008-12-27 Arnaud Le Blanc + + * (PHP_5_2) + NEWS + ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug46873.phpt + ext/standard/tests/array/bug46873.phpt: + MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) + + * ext/standard/array.c + ext/standard/tests/array/bug46873.phpt + ext/standard/tests/array/bug46873.phpt + ext/standard/tests/array/bug46873.phpt: + Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) + +2008-12-27 Rob Richards + + * (PHP_5_3) + ext/simplexml/php_simplexml.h: + MFH: force export on win32 to workaround win32 conig issues + + * ext/simplexml/php_simplexml.h: + force export on win32 to workaround win32 conig issues + +2008-12-27 Felipe Pena + + * ext/hash/tests/hash_copy_001.phpt + ext/sysvsem/tests/sysv.phpt: + - Fix test + 2008-12-26 Rob Richards * ext/simplexml/php_simplexml.h