diff options
author | <changelog@php.net> | 2003-08-26 00:32:02 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-08-26 00:32:02 +0000 |
commit | e01eddf01d592fb80eff8d22364a7c7b6b16cbb2 (patch) | |
tree | 2ef4f33271b76faa4ebaa648c02f767bb812c563 | |
parent | 0ad5fa63c9e770409a883507398b7de202fcd6aa (diff) | |
download | php-git-e01eddf01d592fb80eff8d22364a7c7b6b16cbb2.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 64 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 69 insertions, 0 deletions
@@ -1,3 +1,67 @@ +2003-08-25 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + NEWS: + zero-size BLOB fetch fix went into 4.3.3 + +2003-08-25 Jani Taskinen <sniper@iki.fi> + + * TSRM/tsrm_config_common.h + ZendEngine2/zend.h: + - Fixed bug #25240 (spaces before pre-processor directives) + +2003-08-25 Sara Golemon <php@alphaweb.net> + + * (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 <marcus.boerger@post.rwth-aachen.de> + + * 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 <rrichards@ctindustries.net> + + * win32/php4dllts.dsp: + fix debug build. use libxml dynamic linking until it can re-export symbols + +2003-08-25 Greg Beaver <greg@chiaraquartet.net> + + * 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 <sniper@iki.fi> + + * ext/mbstring/config.m4: + Some minor fixes so that this works with autoconf 2.13 too + 2003-08-24 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> * ext/mbstring/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index df95bdc2e4..b4ea54dc27 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-08-25 Jani Taskinen <sniper@iki.fi> + + * zend.h: + - Fixed bug #25240 (spaces before pre-processor directives) + 2003-08-24 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_API.c: |