changelog Mon Jan 12 01:33:21 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3285&r2=1.3286&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3285 php-src/ChangeLog:1.3286
--- php-src/ChangeLog:1.3285 Sun Jan 11 01:32:58 2009
+++ php-src/ChangeLog Mon Jan 12 01:33:19 2009
@@ -1,3 +1,94 @@
+2009-01-11 Ilia Alshanetsky <i...@prohost.org>
+
+ * 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 <sc...@macvicar.net>
+
+ * 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 <felipe...@gmail.com>
+
+ * (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 <rricha...@ctindustries.net>
+
+ * (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 <u...@thetaphi.de>
+
+ * 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 <rricha...@ctindustries.net>
+
+ * (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 <dmi...@zend.com>
+
+ * sapi/cgi/cgi_main.c
+ sapi/cgi/cgi_main.c:
+ Disable dl() in CGI and FastCGI modes
+
2009-01-10 Antony Dovgal <t...@daylessday.org>
* ext/exif/tests/exif_imagetype_variation1.phpt
@@ -23782,7 +23873,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3285 2009/01/11 01:32:58 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3286 2009/01/12 01:33:19 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c