From e01eddf01d592fb80eff8d22364a7c7b6b16cbb2 Mon Sep 17 00:00:00 2001 From: Date: Tue, 26 Aug 2003 00:32:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 5 ++++ 2 files changed, 69 insertions(+) diff --git a/ChangeLog b/ChangeLog index 482eb8b4528..71558cd91d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2003-08-25 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + zero-size BLOB fetch fix went into 4.3.3 + +2003-08-25 Jani Taskinen + + * TSRM/tsrm_config_common.h + ZendEngine2/zend.h: + - Fixed bug #25240 (spaces before pre-processor directives) + +2003-08-25 Sara Golemon + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + ext/standard/ftp_fopen_wrapper.c: + MFH(r-1.61) Bugfix#25239 Closing control stream while data stream is open + violates RFC959 section 2.3 + + * ext/standard/ftp_fopen_wrapper.c: + Bugfix#25239 Closing control stream while data stream is open violates + RFC959 section 2.3 + +2003-08-25 Marcus Boerger + + * EXTENSIONS: + Update + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + - Fix compile + - Building still not possible + + * ext/sqlite/sqlite.c: + Update exception code + + * main/main.c: + - Simplify php_error_cb() + - Make errors show the class where possible + +2003-08-25 Rob Richards + + * win32/php4dllts.dsp: + fix debug build. use libxml dynamic linking until it can re-export symbols + +2003-08-25 Greg Beaver + + * pear/package-PEAR.xml: + adding me as helper, adding dependency on XML_RPC 1.0.4 and optional + dependency on xmlrpc extension - this will change to dependency on XML_RPC + 1.0.5 if all of Marshall's ideas are implemented + + * pear/package-PEAR.xml: + my fault - forgot to fix this + +2003-08-25 Jani Taskinen + + * ext/mbstring/config.m4: + Some minor fixes so that this works with autoconf 2.13 too + 2003-08-24 Moriyoshi Koizumi * ext/mbstring/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index df95bdc2e45..b4ea54dc273 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-08-25 Jani Taskinen + + * zend.h: + - Fixed bug #25240 (spaces before pre-processor directives) + 2003-08-24 Marcus Boerger * zend_API.c: