From: Date: Fri, 14 Oct 2005 05:45:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b513f306d0257341c3c0e1c467799a19b3695f57;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 986be3e3d6..174f97c858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,83 @@ +2005-10-13 Ilia Alshanetsky + + * ext/mysqli/tests/bug33491.phpt: + Fixed test failure + +2005-10-13 Rob Richards + + * acinclude.m4: + bump libxml min version to 2.6.11 + +2005-10-13 Jani Taskinen + + * ext/iconv/config.m4: + proper quoting, breaking, etc. + +2005-10-13 Antony Dovgal + + * (PHP_5_0) + NEWS + NEWS + ext/iconv/config.m4 + ext/iconv/config.m4: + MFH: fix #34856 (configure fails to detect libiconv's type) + + * ext/iconv/config.m4: + correct it one more time (grrr) + + * ext/iconv/config.m4: + correct the fix + + * ext/iconv/config.m4: + fix #34856 (configure fails to detect libiconv's type) + + * (PHP_5_0) + NEWS + NEWS + ext/interbase/ibase_service.c + ext/interbase/ibase_service.c: + MFH: fix #34855 (ibase_service_attach() segfault on AMD64) + + * ext/interbase/ibase_service.c: + fix #34855 (ibase_service_attach() segfault on AMD64) + +2005-10-13 Jani Taskinen + + * (PHP_4_4) + NEWS + sapi/cli/Makefile.frag + scripts/Makefile.frag: + MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included + in man page names) + + * sapi/cli/Makefile.frag + scripts/Makefile.frag: + MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included + in man page names) + + * (PHP_5_1) + NEWS + sapi/cli/Makefile.frag + scripts/Makefile.frag: + - Fixed bug #34850 (--program-suffix and --program-prefix not included in + man page names) + + * (PHP_5_1) + NEWS: + reorder + +2005-10-13 Antony Dovgal + + * (PHP_5_1) + ZendEngine2/zend_API.c: + ws fix + +2005-10-13 Derick Rethans + + * (PHP_4_4) + Zend/zend_execute.c: + - This is an integer in PHP 4, and not a zval* like in PHP 5.0. + 2005-10-12 Marcus Boerger * ext/pcre/php_pcre.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 45cee81ae8..e9a758b776 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-10-13 Antony Dovgal + + * (PHP_5_1) + zend_API.c: + ws fix + 2005-10-12 Dmitry Stogov * zend.c: