changelog               Tue Mar 31 01:32:40 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3359&r2=1.3360&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3359 php-src/ChangeLog:1.3360
--- php-src/ChangeLog:1.3359    Mon Mar 30 01:32:46 2009
+++ php-src/ChangeLog   Tue Mar 31 01:32:39 2009
@@ -1,3 +1,115 @@
+2009-03-30  Scott MacVicar  <sc...@macvicar.net>
+
+    * ext/openssl/tests/bug47828.phpt:
+      I wish people would test their changes before comitting, especially since
+      the test is *IDENTICAL* as before just with different formatting.
+
+2009-03-30  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      main/spprintf.c:
+      
+      Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c)
+      
+
+    * (PHP_5_3)
+      EXTENSIONS:
+      Changed order by Wez's request
+
+2009-03-30  Felipe Pena  <felipe...@gmail.com>
+
+    * ext/mysqlnd/mysqlnd_result_meta.c
+      ext/mysqlnd/mysqlnd_statistics.c:
+      - Sync with 5.3
+
+2009-03-30  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/openssl/tests/bug47828.phpt
+      ext/openssl/tests/bug47828.phpt:
+      - MFB: better test case, it crashes on more architecture
+
+    * (PHP_5_2)
+      NEWS:
+      - #47828
+
+    * (PHP_5_2)
+      ext/openssl/tests/bug47828.phpt:
+      - better test case, it crashes on more architecture
+
+2009-03-30  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * (PHP_5_3)
+      win32/build/Makefile
+      win32/build/mkdist.php:
+      MFH:
+      * Bypass the date/timezone warning by forcing UTC when running mkdist.php
+      * Don't run the copy list for PECL if theres no PECL extensions to copy
+      (fixes a few copy() warnings)
+
+    * win32/build/Makefile
+      win32/build/mkdist.php:
+      - Bypass the date/timezone warning by forcing UTC when running mkdist.php
+      * Don't run the copy list for PECL if theres no PECL extensions to copy
+      (fixes a few copy() warnings)
+
+    * (PHP_5_3)
+      ext/odbc/php_odbc.c:
+      Nuke unused variable (only in this branch)
+
+    * sapi/isapi/php5isapi.c:
+      Fix compiler warning
+
+    * ext/pcre/php_pcre.c
+      ext/simplexml/simplexml.c
+      main/php_variables.c:
+      Fixed Windows build, declarations first ladies and gentlemen
+
+2009-03-30  Johannes Schlüter  <johan...@schlueters.de>
+
+    * (PHP_5_3)
+      NEWS:
+      Reorder NEWS entries
+
+    * (PHP_5_3)
+      NEWS
+      ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_debug.h:
+      MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: 
mysqlnd_debug_init
+      at
+          startup)
+
+    * ext/mysqlnd/mysqlnd_debug.c
+      ext/mysqlnd/mysqlnd_debug.h:
+      - Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init 
at
+        startup)
+
+2009-03-30  andy wharmby  <whar...@uk.ibm.com>
+
+    * ext/date/tests/DateTimeZone_getOffset_basic1.phpt
+      ext/date/tests/DateTimeZone_getOffset_basic1.phpt
+      ext/date/tests/DateTimeZone_getOffset_basic1.phpt
+      ext/date/tests/timezone_offset_get_basic1.phpt
+      ext/date/tests/timezone_offset_get_basic1.phpt
+      ext/date/tests/timezone_offset_get_basic1.phpt:
+      Fix date tests which started failing after change to BST
+
+2009-03-30  Scott MacVicar  <sc...@macvicar.net>
+
+    * ext/openssl/tests/bug47828.phpt
+      ext/openssl/tests/bug47828.phpt
+      ext/openssl/tests/bug47828.phpt:
+        1.1.4;
+      Add test for bug #47828
+
+    * (PHP_5_2)
+      ext/filter/tests/046.phpt
+      ext/filter/tests/046.phpt:
+      MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 
isn't.
+
+    * ext/filter/tests/046.phpt:
+      Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't.
+
 2009-03-29  Scott MacVicar  <sc...@macvicar.net>
 
     * (PHP_5_2)
@@ -34545,7 +34657,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3359 2009/03/30 01:32:46 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3360 2009/03/31 01:32:39 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to