1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

ChangeLog update

This commit is contained in:
2005-10-20 05:34:50 +00:00
parent 5259aa2943
commit 1bc48cc521
2 changed files with 82 additions and 0 deletions

View File

@@ -1,3 +1,78 @@
2005-10-19 Antony Dovgal <antony@zend.com>
* (PHP_5_0)
NEWS:
BFN
* (PHP_5_0)
main/SAPI.c
sapi/cli/php_cli.c:
MFH:
fixed bug #29983 (PHP does not explicitly set mime type & charset)
+ call sapi_deactivate() when called with -m switch
2005-10-19 Ilia Alshanetsky <ilia@prohost.org>
* sapi/cli/php_cli.c:
Fixed -m memory leak
* (PHP_4_4)
NEWS
NEWS
main/SAPI.c
main/SAPI.c:
MFH: Fixed bug #29983 (PHP does not explicitly set mime type & charset).
* main/SAPI.c:
Fixed bug #29983 (PHP does not explicitly set mime type & charset).
2005-10-19 Rolland Santimano <rollandsantimano@yahoo.com>
* ext/standard/string.c:
- Unicode impl of str[c]spn()
2005-10-19 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_1)
NEWS:
MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).
2005-10-19 Antony Dovgal <antony@zend.com>
* (PHP_5_0)
ext/standard/uniqid.c:
backport Ilia's last patch to 5.0
2005-10-19 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_4)
ext/standard/uniqid.c
ext/standard/uniqid.c:
MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.
* ext/standard/uniqid.c:
Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.
2005-10-19 Dmitry Stogov <dmitry@zend.com>
* ZendEngine2/tests/bug33257.phpt
ZendEngine2/tests/bug33257.phpt
ZendEngine2/tests/bug33257.phpt:
Fixed test
2005-10-19 Antony Dovgal <antony@zend.com>
* (PHP_5_1)
NEWS:
fix news entry
* (PHP_5_0)
ext/standard/tests/array/array_sum.phpt:
fix test (it fails on 64-bit hosts because of too low memory_limit)
* ext/oci8/php_oci8_int.h:
remove undef HAVE_OCI_STMT_PREPARE2
2005-10-18 Antony Dovgal <antony@zend.com>
* (PHP_5_1)

View File

@@ -1,3 +1,10 @@
2005-10-19 Dmitry Stogov <dmitry@zend.com>
* tests/bug33257.phpt
tests/bug33257.phpt
tests/bug33257.phpt:
Fixed test
2005-10-17 Dmitry Stogov <dmitry@zend.com>
* zend_compile.c