From fea97047e9b3f032df414d34fa37f0020c842bb0 Mon Sep 17 00:00:00 2001 From: Date: Fri, 24 Feb 2006 06:31:51 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 11 +++++++++++ 2 files changed, 59 insertions(+) diff --git a/ChangeLog b/ChangeLog index 65b8e7c135..caa8ef4094 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2006-02-23 Marcus Boerger + + * 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 + + * 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 + + * (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 + + * (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 * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d6b4b2bf36..3fda723ffc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,14 @@ +2006-02-23 Andrei Zmievski + + * 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 * zend_API.c -- 2.40.0