changelog               Wed Apr  8 01:32:40 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3367&r2=1.3368&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3367 php-src/ChangeLog:1.3368
--- php-src/ChangeLog:1.3367    Tue Apr  7 01:32:40 2009
+++ php-src/ChangeLog   Wed Apr  8 01:32:39 2009
@@ -1,3 +1,127 @@
+2009-04-07  Felipe Pena  <felipe...@gmail.com>
+
+    * ext/date/tests/bug46108.phpt
+      ext/date/tests/bug46108.phpt:
+      
+      file bug46108.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ext/date/php_date.c:
+      - MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing)
+
+    * ext/date/php_date.c:
+      - Fixed bug #46108 (DateTime - Memory leak when unserializing)
+
+2009-04-07  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      Let's actually say what was updates ;-)
+
+2009-04-07  Arnaud Le Blanc  <arnaud...@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      sapi/cli/php_cli.c
+      sapi/cli/php_cli.c:
+      MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)
+
+    * sapi/cli/php_cli.c:
+      Fixed bug #47893 (CLI aborts on non blocking stdout)
+
+2009-04-07  Rob Richards  <rricha...@ctindustries.net>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ext/dom/document.c
+      ext/dom/document.c
+      ext/dom/tests/bug47849.phpt
+      ext/dom/tests/bug47849.phpt:
+      MFH: fix bug #47849 (Non-deep import loses the namespace)
+      add test
+
+    * ext/dom/document.c
+      ext/dom/tests/bug47849.phpt
+      ext/dom/tests/bug47849.phpt
+      ext/dom/tests/bug47849.phpt:
+      fix bug #47849 (Non-deep import loses the namespace)
+      add test
+
+2009-04-07  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      News
+
+2009-04-07  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/gd/libgd/gd.h
+      ext/gd/libgd/gd_jpeg.c:
+      - missing implementation gdJpegGetVersionString (thanks Rob)
+
+    * (PHP_5_3)
+      ext/gd/libgd/gd.h:
+      - silent warning or possible linker error on win
+
+    * (PHP_5_3)
+      ext/gd/gd.c:
+      - ws
+
+2009-04-07  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * (PHP_5_2)
+      ext/sqlite/libsqlite/src/date.c:
+      MFB53: Revert previous commit as it was causing alot more trouble than
+      expected
+
+    * (PHP_5_3)
+      ext/sqlite/libsqlite/src/date.c:
+      Revert previous commit as it was causing alot more trouble than expected
+
+2009-04-07  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * ext/gd/config.m4:
+      - fix build
+
+    * ext/gd/gd.c:
+      - not necessary
+
+    * ext/gd/config.m4:
+      - only gd2+ is supported, no need of this check. (sidenote:
+      PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this 
case))
+
+    * ext/gd/config.m4
+      ext/gd/gd.c:
+      - MFB:
+       - #47812, undefined symbol: gdJpegGetVersionInt
+       - #46015, Build fails with system gd
+       - enable gd_compat when built using system's gd
+
+    * ext/gd/libgd/gd_compat.c
+      ext/gd/libgd/gd_compat.h:
+       - MFB: initial import, support for external gd library while keeping bug
+      fixes or features (more will be activated later)
+
+    * (PHP_5_3)
+      ext/gd/config.m4
+      ext/gd/gd.c
+      ext/gd/libgd/gd_jpeg.c:
+      - #47812, undefined symbol: gdJpegGetVersionInt
+      - #46015, Build fails with system gd
+      - enable gd_compat when built using system's gd
+
+    * ext/gd/libgd/gd_compat.c
+      ext/gd/libgd/gd_compat.c
+      ext/gd/libgd/gd_compat.h
+      ext/gd/libgd/gd_compat.h:
+      
+      file gd_compat.c was initially added on branch PHP_5_3.
+
 2009-04-06  Felipe Pena  <felipe...@gmail.com>
 
     * (PHP_5_2)
@@ -35136,7 +35260,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3367 2009/04/07 01:32:40 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3368 2009/04/08 01:32:39 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to