]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 19 Aug 2004 00:32:47 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Thu, 19 Aug 2004 00:32:47 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 155ab6d3ad707f949f4da9d4bf3adc0d6337a818..f94926c499ba7d8348719bc24b6a9c0e57373e51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2004-08-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Show default value of optional parameters of user defined functions.
+
+2004-08-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/curl/curl.c
+      ext/curl/interface.c:
+      MFH: Fixed bug #29727 (Added missing CURL authentication directives).
+
+    * ext/curl/interface.c:
+      Fixed bug #29727 (Added missing CURL authentication directives).
+
+2004-08-18  Andrei Zmievski  <andreiz@gmail.com>
+
+    * ZendEngine2/zend_ini_parser.y:
+      Forgot to turn off debugging.
+
+    * NEWS
+      TODO-5.1
+      ZendEngine2/zend_ini_parser.y
+      ZendEngine2/zend_ini_scanner.l:
+      Re-add my patch for .ini variable access.
+
+2004-08-18  Antony Dovgal  <tony2001@phpclub.net>
+
+    * sapi/apache/config.m4
+      sapi/apache/config.m4:
+      MFB: typo in config.m4 (potential configuration problem with Stronghold)
+
+    * (PHP_4_3)
+      sapi/apache/config.m4:
+      typo in config.m4 (potential configuration problem with Stronghold)
+
+    * (PHP_4_3)
+      ext/xslt/config.m4:
+      fix #29625 (no quotes around the shell variable's value cause ./configure
+      to fail)
+
 2004-08-17  Andi Gutmans  <andi@zend.com>
 
     * php.ini-dist
index 99cd5e5120e90abbd8975555d95443165085c4ff..e56fa3795d6b047b4fdf94bd1b9800fd4b91942e 100644 (file)
@@ -1,3 +1,17 @@
+2004-08-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Show default value of optional parameters of user defined functions.
+
+2004-08-18  Andrei Zmievski  <andreiz@gmail.com>
+
+    * zend_ini_parser.y:
+      Forgot to turn off debugging.
+
+    * zend_ini_parser.y
+      zend_ini_scanner.l:
+      Re-add my patch for .ini variable access.
+
 2004-08-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_0)