]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 4 Feb 2005 01:34:25 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Fri, 4 Feb 2005 01:34:25 +0000 (01:34 +0000)
ChangeLog
Zend/ChangeLog

index 8894ac6df0cb6ed43c1c41e7c615ec364936138f..05e72090eaabc2f4a79fb83236050040481949b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2005-02-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/readline/readline.c
+      ext/readline/readline.c:
+      MFH: Fixed bug #31796 (readline completion handler does not handle empty
+      return values).
+
+    * ext/readline/readline.c:
+      Fixed bug #31796 (readline completion handler does not handle empty return
+      values).
+
+2005-02-03  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * buildconf
+      build/build2.mk:
+      - Fix buildconf with BSD make
+
+2005-02-03  Magnus Määttä  <novell@kiruna.se>
+
+    * ext/filepro/package.xml:
+      Fix typos.
+
+2005-02-03  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * EXTENSIONS:
+      cleanup
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_ini_scanner.l:
+      MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy).
+
+    * (PHP_4_3)
+      NEWS
+      Zend/zend_ini_scanner.l:
+      - MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy).
+
+    * ZendEngine2/zend_ini_scanner.l:
+      - Fixed bug #28804 (ini-file section parsing pattern is buggy).
+
+    * (PHP_4_3)
+      Zend/zend_ini_scanner.l:
+      Missing $Id$ tag + ws fix
+
+    * ZendEngine2/zend_ini_scanner.l
+      ZendEngine2/zend_ini_scanner.l:
+      ws fix
+
 2005-02-02  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index b6c6bcbc9c42ad115001b31a32687a972d967dd2..10145b6e92696aaea67b25da56b1042489b10d86 100644 (file)
@@ -1,3 +1,16 @@
+2005-02-03  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_5_0)
+      zend_ini_scanner.l:
+      MFH: Fixed bug #28804 (ini-file section parsing pattern is buggy).
+
+    * zend_ini_scanner.l:
+      - Fixed bug #28804 (ini-file section parsing pattern is buggy).
+
+    * zend_ini_scanner.l
+      zend_ini_scanner.l:
+      ws fix
+
 2005-02-02  Stanislav Malyshev  <stas@zend.com>
 
     * zend_execute_API.c: