changelog Fri Feb 24 06:31:45 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2265&r2=1.2266&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2265 php-src/ChangeLog:1.2266
--- php-src/ChangeLog:1.2265 Thu Feb 23 06:31:54 2006
+++ php-src/ChangeLog Fri Feb 24 06:31:44 2006
@@ -1,3 +1,51 @@
+2006-02-23 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_4_4)