ChangeLog update

This commit is contained in:
2008-12-13 01:34:10 +00:00
parent 01bbafc58c
commit fa4d1caf50
2 changed files with 138 additions and 0 deletions

132
ChangeLog
View File

@ -1,3 +1,135 @@
2008-12-12 Andrei Zmievski <andrei@gravitonic.com>
* (PHP_5_3)
NEWS
ext/standard/tests/array/array_unique_error.phpt
ext/standard/tests/array/array_unique_variation2.phpt
ext/standard/tests/array/array_unique_variation6.phpt
ext/standard/tests/array/array_unique_variation8.phpt:
Fix tests, add NEWS entry.
2008-12-12 Nuno Lopes <nunoplopes@sapo.pt>
* configure.in
main/spprintf.c:
MFB
* (PHP_5_3)
ext/pdo/pdo_stmt.c:
we do not need the strndup() now that php_stream_printf() handles non-null
terminated strings correctly
* (PHP_5_3)
configure.in
main/spprintf.c:
make *printf() functions do not read strings past their specified length
(if any)
2008-12-12 Scott MacVicar <scott@macvicar.net>
* (PHP_5_3)
NEWS:
BFN
* (PHP_5_3)
ext/json/json.c
ext/json/tests/001.phpt
ext/json/tests/bug42090.phpt:
MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid
strings
* ext/json/json.c
ext/json/tests/001.phpt
ext/json/tests/bug41504.phpt
ext/json/tests/bug42090.phpt
ext/json/tests/fail001.phpt:
Fix bug #45989 - json_decode() doesn't return NULL on certain invalid
strings
2008-12-12 Johannes Schlüter <johannes@schlueters.de>
* tests/strings/001.phpt:
Fix tests
2008-12-12 Andrei Zmievski <andrei@gravitonic.com>
* ext/standard/array.c:
Add sort flags parameter to array_unique().
2008-12-12 Hannes Magnusson <hannes.magnusson@gmail.com>
* (PHP_5_3)
NEWS
ext/bcmath/bcmath.c
ext/bcmath/bcmath.c
ext/dba/dba.c
ext/dba/dba.c
ext/exif/exif.c
ext/exif/exif.c
ext/gd/gd.c
ext/gd/gd.c
ext/ldap/ldap.c
ext/ldap/ldap.c:
Fixed bug#46847 (phpinfo() is missing some settings.)
* (PHP_5_3)
NEWS:
BFN
* (PHP_5_3)
ext/standard/file.c
ext/standard/tests/file/mkdir_rmdir_variation2.phpt
ext/standard/tests/file/mkdir_variation1-win32.phpt
ext/standard/tests/file/mkdir_variation1.phpt
ext/standard/tests/file/mkdir_variation5.phpt:
MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
* ext/standard/file.c
ext/standard/tests/file/mkdir_rmdir_variation2.phpt
ext/standard/tests/file/mkdir_variation1-win32.phpt
ext/standard/tests/file/mkdir_variation1.phpt
ext/standard/tests/file/mkdir_variation5.phpt:
Fixed bug#46681 (mkdir() fails silently on PHP 5.3)
2008-12-12 Antony Dovgal <tony@daylessday.org>
* (PHP_5_3)
ZendEngine2/tests/unset_cv06.phpt:
fix test
2008-12-12 Pierre-Alain Joye <pierre.dev@gmail.com>
* ext/standard/info.c
ext/standard/winver.h:
- late MFB (sry): fix VC6 build
2008-12-12 Rob Richards <rrichards@ctindustries.net>
* (PHP_5_2)
NEWS:
fix entry
* (PHP_5_2)
NEWS:
BFN
* (PHP_5_2)
ext/xml/compat.c
ext/xml/compat.c
ext/xml/tests/bug46699.phpt
ext/xml/tests/bug46699.phpt:
MFH: fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
* ext/xml/compat.c
ext/xml/tests/bug46699.phpt
ext/xml/tests/bug46699.phpt
ext/xml/tests/bug46699.phpt:
fix bug #46699: (xml_parse crash when parser is namespace aware)
fix a couple warnings
add test
2008-12-11 Pierre-Alain Joye <pierre.dev@gmail.com>
* ext/mssql/php_mssql.c

View File

@ -1,3 +1,9 @@
2008-12-12 Antony Dovgal <tony@daylessday.org>
* (PHP_5_3)
tests/unset_cv06.phpt:
fix test
2008-12-11 Antony Dovgal <tony@daylessday.org>
* tests/bug46665.phpt