]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 28 Jan 2009 01:34:16 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Wed, 28 Jan 2009 01:34:16 +0000 (01:34 +0000)
ChangeLog

index 85b1e1ed7b31662d53d455bb84a2e441e5848f91..746b53f3349118820068f6b0c44496297daa6a20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,88 @@
+2009-01-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * sapi/apache_hooks/php_apache.c:
+      MFB: improved parameter parsing
+
+    * (PHP_5_3)
+      sapi/apache_hooks/php_apache.c:
+      
+      Improved parameter parsing
+
+2009-01-27  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      ext/spl/php_spl.h:
+      - fix build
+
+    * (PHP_5_3)
+      win32/php_stdint.h:
+      - prevent redefinition
+
+2009-01-27  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_3)
+      ext/mysqli/mysqli_nonapi.c:
+      MFH: Fix mysqli pconnects to properly reset connection status by default
+
+    * ext/mysqli/mysqli_nonapi.c:
+      - Fix mysqli pconnects to properly reset connection status by default
+
+2009-01-27  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_3)
+      ext/spl/spl_array.c:
+      fix compile warning
+
+2009-01-27  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      ext/pgsql/pgsql.c:
+      - Fixed parameter format
+
+    * (PHP_5_2)
+      ext/pgsql/pgsql.c:
+      - Removed wrong '/' in parameter format
+
+    * (PHP_5_2)
+      ext/standard/tests/network/socket_get_status_basic.phpt
+      ext/standard/tests/strings/str_pad_variation5.phpt:
+      - Fixed tests
+
+2009-01-27  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_3)
+      ext/date/tests/gmstrftime_variation22.phpt
+      ext/date/tests/strftime_variation22.phpt:
+      - Fixed tests?
+
+2009-01-27  Scott MacVicar  <scott@macvicar.net>
+
+    * (PHP_5_3)
+      ext/date/tests/date_default_timezone_get-2.phpt
+      ext/date/tests/date_default_timezone_get-3.phpt
+      ext/date/tests/date_default_timezone_set-1.phpt
+      ext/date/tests/date_parse_001.phpt
+      ext/date/tests/timezone-configuration.phpt:
+      Fix tests
+
+2009-01-27  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_3)
+      ext/date/php_date.c
+      ext/date/tests/date_default_timezone_get-1.phpt
+      ext/date/tests/date_default_timezone_get-2.phpt
+      ext/date/tests/date_default_timezone_set-1.phpt
+      ext/date/tests/timestamp-in-dst.phpt:
+      - MFH: Elevate no-tz set warning from E_STRICT to E_WARNING.
+
+    * ext/date/php_date.c
+      ext/date/tests/date_default_timezone_get-1.phpt
+      ext/date/tests/date_default_timezone_get-2.phpt
+      ext/date/tests/date_default_timezone_set-1.phpt
+      ext/date/tests/idate_variation7.phpt
+      ext/date/tests/timestamp-in-dst.phpt:
+      - Elevate no-tz setting made from E_STRICT to E_WARNING.
+
 2009-01-26  Christian Seiler  <chris_se@gmx.net>
 
     * (PHP_5_3)