1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

ChangeLog update

This commit is contained in:
2006-02-24 06:31:51 +00:00
parent bb94742080
commit fea97047e9
2 changed files with 59 additions and 0 deletions
+48
View File
@@ -1,3 +1,51 @@
2006-02-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ext/mbstring/config.m4
ext/mbstring/mbstring.c:
- Disable mbregex support until someone finds a way to reenable the
required engine stuff
- Fix build
2006-02-23 Ilia Alshanetsky <ilia@prohost.org>
* ext/standard/streamsfuncs.c:
MFB51: Fixed bug #35900 (stream_select() should warning when tv_sec is
negative).
* (PHP_5_1)
NEWS
ext/standard/streamsfuncs.c:
Fixed bug #35900 (stream_select() should warning when tv_sec is negative).
2006-02-23 Andrei Zmievski <andrei@gravitonic.com>
* (PHP_4_4)
Zend/zend_compile.c:
MFB
* ZendEngine2/zend_language_parser.y:
-** empty log message ***
* ZendEngine2/zend_compile.c
ZendEngine2/zend_compile.c
ZendEngine2/zend_language_parser.y:
Fix a bug where the default value for function argument could be an
array with array (!) keys.
2006-02-23 Brian France <list@firehawksystems.com>
* (PHP_4_4)
ext/standard/basic_functions.c
ext/standard/basic_functions.c:
MFH: fixed bug #35594 for all systems. "optind = 0" doesn't work on
FreeBSD, but "optind = 1" seems to work on all systems (bug #36091)
* ext/standard/basic_functions.c:
fixed bug #35594 for all systems. "optind = 0" doesn't work on FreeBSD,
but "optind = 1" seems to work on all systems (bug #36091)
2006-02-22 Dmitry Stogov <dmitry@zend.com>
* (PHP_4_4)
+11
View File
@@ -1,3 +1,14 @@
2006-02-23 Andrei Zmievski <andrei@gravitonic.com>
* zend_language_parser.y:
-** empty log message ***
* zend_compile.c
zend_compile.c
zend_language_parser.y:
Fix a bug where the default value for function argument could be an
array with array (!) keys.
2006-02-22 Dmitry Stogov <dmitry@zend.com>
* zend_API.c