From ea28bff7de2b0fa6355f6d4ba4382e46ab04b014 Mon Sep 17 00:00:00 2001 From: Date: Mon, 12 Jan 2009 01:33:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64f162ef1b..1b1111964a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,94 @@ +2009-01-11 Ilia Alshanetsky + + * ext/interbase/ibase_query.c: + + MFB: improved parameter handling + + * (PHP_5_3) + ext/interbase/ibase_query.c: + + Improved parameter handling + +2009-01-11 Scott MacVicar + + * configure.in + ext/standard/config.m4 + ext/standard/dns.c + ext/standard/dns.h: + MFB Add support for the older style bind 8 functions, this adds support for + OS X to use all of the dns_* functions. + + * (PHP_5_3) + NEWS: + BFN + + * (PHP_5_3) + configure.in + ext/standard/config.m4 + ext/standard/dns.c + ext/standard/dns.h: + Add support for the older style bind 8 functions, this adds support for OS + X to use all of the dns_* functions. + +2009-01-11 Felipe Pena + + * (PHP_5_3) + ext/standard/dns.c + ext/standard/dns_win32.c: + MFH: + - Improved fix for #47035 (win32 part by Henrique M. Decaria) + [DOC] The TXT part needs be returned as an array of strings. + (dns_get_record()) + + * ext/standard/dns.c + ext/standard/dns_win32.c: + - Improved fix for #47035 (win32 part by Henrique M. Decaria) + [DOC] The TXT part needs be returned as an array of strings. + +2009-01-11 Rob Richards + + * (PHP_5_3) + ext/pcre/php_pcre.def: + MFH: export php_pcre_free to make mbstring happy + + * ext/pcre/php_pcre.def: + export php_pcre_free to make mbstring happy + +2009-01-11 Uwe Schindler + + * sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + revert last commit, sizeof does not work in preprocessor :( + + * (PHP_5_3) + sapi/nsapi/nsapi.c: + MFH: add sanity check for time_t size of win32 + + * sapi/nsapi/nsapi.c: + add sanity check for time_t size of win32 + +2009-01-11 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/xml/compat.c + ext/xml/compat.c: + MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in + xml_parse()) + + * ext/xml/compat.c: + fix bug #45996 (libxml2 2.7 causes breakage with character data in + xml_parse()) + +2009-01-11 Dmitry Stogov + + * sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Disable dl() in CGI and FastCGI modes + 2009-01-10 Antony Dovgal * ext/exif/tests/exif_imagetype_variation1.phpt -- 2.50.1