From: Date: Tue, 26 Sep 2006 01:30:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fca8b863027eda73ed5c5c55942738b7a78102e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e9b8ea3d0c..520e5514e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2006-09-25 Hannes Magnusson + + * ext/soap/soap.c: + Fix arginfo&proto + +2006-09-25 Ilia Alshanetsky + + * ext/standard/url.c: + MFB: Fixed bug #38891 (get_headers() do not work with curl-wrappers). + + * (PHP_5_2) + NEWS + ext/standard/url.c: + Fixed bug #38891 (get_headers() do not work with curl-wrappers). + + * main/main.c: + MFB: Fixed bug #38904 (apache2filter changes cwd to /). + + * (PHP_5_2) + NEWS + main/main.c: + Fixed bug #38904 (apache2filter changes cwd to /). + +2006-09-25 Antony Dovgal + + * (PHP_5_2) + configure.in: + MFH: change CXXFLAGS along with CFLAGS as there might be C++ code + + * configure.in: + change CXXFLAGS along with CFLAGS as there might be C++ code + +2006-09-25 Pierre-Alain Joye + + * ext/zip/tests/38943.phpt + ext/zip/tests/bug38943.phpt: + - fix test, php6 displays the class + - mv 38943.phpt to bug38943.phpt + + * ext/zip/lib/zip_get_archive_comment.c: + - MFB: #38944, freshly created archive has no comment or cdir + + * (PHP_5_2) + ext/zip/lib/zip_get_archive_comment.c: + - #38944, freshly created archive has no comment or cdir + +2006-09-25 Antony Dovgal + + * (PHP_5_2) + ext/zip/tests/bug38944.phpt: + add test + + * ext/zip/tests/bug38944.phpt + ext/zip/tests/bug38944.phpt: + + add test + +2006-09-25 Dmitry Stogov + + * ext/soap/soap.c + ext/soap/soap.c: + Removed warning about unreferenced local variable + + * ext/standard/dns.c + ext/standard/math.c: + ZTS fix + +2006-09-25 Sara Golemon + + * ext/standard/dns.c: + PHP6 Updates and some very minor feature add in dns_get_record() + + * ext/standard/type.c: + Make settype($var, 'string'); behave like $var = (string)$var; + e.g. switch between (binary) and (unicode) depending on UG(unicode) + + * ext/standard/crc32.c + ext/standard/crypt.c: + Flag a couple more unicode ready functions + + * ext/standard/base64.c: + base64 functions are basicly binary-only ops + 2006-09-24 Pierre-Alain Joye * ext/zip/tests/38943.phpt