]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 24 Feb 2006 06:31:51 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Fri, 24 Feb 2006 06:31:51 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 65b8e7c135f764235fef76c0ea0410c52912b7a7..caa8ef40946f23ab2adf0be497f3968701453e63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index d6b4b2bf36855f405899e3a072ca86b32252d2ed..3fda723ffc9ef14cc480471c5a51125f8af4e386 100644 (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