changelog               Thu Mar 26 01:32:58 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3354&r2=1.3355&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3354 php-src/ChangeLog:1.3355
--- php-src/ChangeLog:1.3354    Wed Mar 25 01:32:49 2009
+++ php-src/ChangeLog   Thu Mar 26 01:32:57 2009
@@ -1,3 +1,130 @@
+2009-03-25  Christian Seiler  <chris...@gmx.net>
+
+    * (PHP_5_3)
+      main/output.c:
+      - Fixed memory leak in ob_get_clean/ob_get_flush.
+
+2009-03-25  Arnaud Le Blanc  <arnaud...@gmail.com>
+
+    * (PHP_5_3)
+      ext/pcntl/pcntl.c
+      ext/pcntl/tests/002.phpt:
+      MFH: Fix build on FreeBSD <7 (fixes #47777)
+
+    * ext/pcntl/pcntl.c
+      ext/pcntl/tests/002.phpt:
+      Fix build on FreeBSD <7 (fixes #47777)
+
+2009-03-25  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/pcntl/pcntl.c
+      ext/pcntl/tests/003.phpt:
+      MFH:
+      - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK
+      constants).
+        Patch by: mbeccati at php.net
+
+    * ext/pcntl/tests/003.phpt
+      ext/pcntl/tests/003.phpt:
+      
+      - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK
+      constants).
+        Patch by: mbeccati at php.net
+
+    * ext/pcntl/pcntl.c:
+      - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK 
constants).
+        Patch by: mbeccati at php.net
+
+2009-03-25  Hannes Magnusson  <hannes.magnus...@gmail.com>
+
+    * main/streams/userspace.c
+      main/streams/userspace.c:
+      Add missing proto
+
+2009-03-25  Ilia Alshanetsky  <i...@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/filter/logical_filters.c
+      ext/filter/logical_filters.c:
+      
+      MFB: Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)
+
+    * (PHP_5_3)
+      ext/filter/logical_filters.c:
+      
+      Fixed bug #47772 (FILTER_VALIDATE_EMAIL allows f...@bar. addresses)
+
+2009-03-25  Takeshi Abe  <t...@fixedpoint.jp>
+
+    * ext/gd/libgd/gdft.c
+      ext/gd/tests/bug43073.phpt:
+      MFB: #43073, TrueType bounding box is wrong for angle<>0
+
+    * ext/gd/tests/gd_info_variation1.phpt:
+      fix test to follow #47757
+
+2009-03-25  Dmitry Stogov  <dmi...@zend.com>
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner_defs.h
+      ZendEngine2/zend_language_scanner_defs.h
+      ext/standard/basic_functions.c
+      ext/tokenizer/tokenizer.c
+      ext/tokenizer/tokenizer.c:
+      Fixed bug #47038 (Memory leak in include)
+
+2009-03-25  Felipe Pena  <felipe...@gmail.com>
+
+    * ext/pdo/pdo_dbh.c
+      ext/pdo/pdo_stmt.c:
+      - Fixed some code to be working with unicode
+
+2009-03-25  Dmitry Stogov  <dmi...@zend.com>
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_interfaces.c
+      ZendEngine2/zend_interfaces.c
+      ZendEngine2/tests/bug47699.phpt
+      ZendEngine2/tests/bug47699.phpt
+      ZendEngine2/tests/bug47699.phpt:
+      Fixed bug #47699 (autoload and late static binding)
+
+2009-03-25  Johannes Schlüter  <johan...@schlueters.de>
+
+    * (PHP_5_3)
+      ext/mysql/php_mysql.c
+      ext/mysql/tests/mysql_db_query.phpt:
+      MFH: mysql_db_query() is always deprecated
+
+    * ext/mysql/php_mysql.c
+      ext/mysql/tests/mysql_db_query.phpt:
+      mysql_db_query() is always deprecated
+
+2009-03-25  Christopher Jones  <christopher.jo...@oracle.com>
+
+    * (PHP_5_3)
+      ext/oci8/package.xml
+      ext/oci8/package2.xml:
+      Obsolete package2.xml: resume using package.xml
+
+    * ext/oci8/package.xml:
+      sync with 5.3
+
+    * ext/oci8/tests/bind_long.phpt
+      ext/oci8/tests/test.txt:
+      use random text
+
 2009-03-24  Ilia Alshanetsky  <i...@prohost.org>
 
     * (PHP_5_3)
@@ -33990,7 +34117,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3354 2009/03/25 01:32:49 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3355 2009/03/26 01:32:57 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to