]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 12 Jan 2009 01:33:19 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Mon, 12 Jan 2009 01:33:19 +0000 (01:33 +0000)
ChangeLog

index 64f162ef1b2a527b71e32ee2a208fea4498f730d..1b1111964a729a5a9e0d188c20471181280b077e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2009-01-11  Ilia Alshanetsky  <ilia@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  <scott@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  <felipensp@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  <rrichards@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  <uwe@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  <rrichards@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  <dmitry@zend.com>
+
+    * sapi/cgi/cgi_main.c
+      sapi/cgi/cgi_main.c:
+      Disable dl() in CGI and FastCGI modes
+
 2009-01-10  Antony Dovgal  <tony@daylessday.org>
 
     * ext/exif/tests/exif_imagetype_variation1.phpt