From 77319b779a6decb0f5afe385958a902872e9ad94 Mon Sep 17 00:00:00 2001 From: Date: Thu, 19 Aug 2004 00:32:47 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 14 ++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/ChangeLog b/ChangeLog index 155ab6d3ad7..f94926c499b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2004-08-18 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Show default value of optional parameters of user defined functions. + +2004-08-18 Ilia Alshanetsky + + * (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 + + * 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 + + * 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 * php.ini-dist diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 99cd5e5120e..e56fa3795d6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2004-08-18 Marcus Boerger + + * zend_reflection_api.c: + - Show default value of optional parameters of user defined functions. + +2004-08-18 Andrei Zmievski + + * 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 * (PHP_5_0)