1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

ChangeLog update

This commit is contained in:
2009-03-31 01:32:39 +00:00
parent 02bf9e7c2f
commit b21948863c
+112
View File
@@ -1,3 +1,115 @@
2009-03-30 Scott MacVicar <scott@macvicar.net>
* ext/openssl/tests/bug47828.phpt:
I wish people would test their changes before comitting, especially since
the test is *IDENTICAL* as before just with different formatting.
2009-03-30 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_2)
NEWS
main/spprintf.c:
Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c)
* (PHP_5_3)
EXTENSIONS:
Changed order by Wez's request
2009-03-30 Felipe Pena <felipensp@gmail.com>
* ext/mysqlnd/mysqlnd_result_meta.c
ext/mysqlnd/mysqlnd_statistics.c:
- Sync with 5.3
2009-03-30 Pierre-Alain Joye <pierre.dev@gmail.com>
* ext/openssl/tests/bug47828.phpt
ext/openssl/tests/bug47828.phpt:
- MFB: better test case, it crashes on more architecture
* (PHP_5_2)
NEWS:
- #47828
* (PHP_5_2)
ext/openssl/tests/bug47828.phpt:
- better test case, it crashes on more architecture
2009-03-30 Kalle Sommer Nielsen <kalle.php@gmail.com>
* (PHP_5_3)
win32/build/Makefile
win32/build/mkdist.php:
MFH:
* Bypass the date/timezone warning by forcing UTC when running mkdist.php
* Don't run the copy list for PECL if theres no PECL extensions to copy
(fixes a few copy() warnings)
* win32/build/Makefile
win32/build/mkdist.php:
- Bypass the date/timezone warning by forcing UTC when running mkdist.php
* Don't run the copy list for PECL if theres no PECL extensions to copy
(fixes a few copy() warnings)
* (PHP_5_3)
ext/odbc/php_odbc.c:
Nuke unused variable (only in this branch)
* sapi/isapi/php5isapi.c:
Fix compiler warning
* ext/pcre/php_pcre.c
ext/simplexml/simplexml.c
main/php_variables.c:
Fixed Windows build, declarations first ladies and gentlemen
2009-03-30 Johannes Schlüter <johannes@schlueters.de>
* (PHP_5_3)
NEWS:
Reorder NEWS entries
* (PHP_5_3)
NEWS
ext/mysqlnd/mysqlnd_debug.c
ext/mysqlnd/mysqlnd_debug.h:
MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init
at
startup)
* ext/mysqlnd/mysqlnd_debug.c
ext/mysqlnd/mysqlnd_debug.h:
- Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at
startup)
2009-03-30 andy wharmby <wharmby@uk.ibm.com>
* ext/date/tests/DateTimeZone_getOffset_basic1.phpt
ext/date/tests/DateTimeZone_getOffset_basic1.phpt
ext/date/tests/DateTimeZone_getOffset_basic1.phpt
ext/date/tests/timezone_offset_get_basic1.phpt
ext/date/tests/timezone_offset_get_basic1.phpt
ext/date/tests/timezone_offset_get_basic1.phpt:
Fix date tests which started failing after change to BST
2009-03-30 Scott MacVicar <scott@macvicar.net>
* ext/openssl/tests/bug47828.phpt
ext/openssl/tests/bug47828.phpt
ext/openssl/tests/bug47828.phpt:
1.1.4;
Add test for bug #47828
* (PHP_5_2)
ext/filter/tests/046.phpt
ext/filter/tests/046.phpt:
MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.
* ext/filter/tests/046.phpt:
Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.
2009-03-29 Scott MacVicar <scott@macvicar.net>
* (PHP_5_2)