From: Date: Sun, 30 Dec 2007 01:31:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1073 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee60f973de10c447bd7cabbc0083eeef71d49e72;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ab042feadb..5029e9dfd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2007-12-29 Jani Taskinen + + * (PHP_5_2) + ext/standard/ftp_fopen_wrapper.c + ext/standard/ftp_fopen_wrapper.c: + MFH:- This makes no sense with non-ipv6 builds. (and fixes lot of issues + with misconfigured servers) + + * ext/standard/ftp_fopen_wrapper.c: + - This makes no sense with non-ipv6 builds. (and fixes lot of issues with + misconfigured servers) + +2007-12-29 Hannes Magnusson + + * ext/standard/tests/general_functions/phpinfo.phpt + ext/standard/tests/general_functions/phpinfo.phpt: + MFB5.2: Fix test + + * (PHP_5_2) + ext/standard/tests/general_functions/phpinfo.phpt: + Fix test when additional ini files are used (patch by ) + +2007-12-29 Antony Dovgal + + * (PHP_5_2) + NEWS + main/streams/streams.c + main/streams/streams.c: + correct fix for bug #43522 + + * main/streams/streams.c: + apply correct fix for bug #43522 + fix Unicode streams too this time + + * ext/standard/tests/network/http-stream.phpt + ext/standard/tests/network/http-stream.phpt: + fix test + +2007-12-29 Hannes Magnusson + + * (PHP_5_2) + main/main.c + main/main.c: + MFH: Update the class method documentation links + + * main/main.c: + Update the class method documentation links + 2007-12-28 Ulf Wendel * ext/mysqli/tests/bug35517.phpt: