]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 10 Feb 2009 01:32:44 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Tue, 10 Feb 2009 01:32:44 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 0beb8659604bb131a9c26bde35fc68b9c2c89f9b..238d83e54442485909b2ff06bb3b964b903f0724 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2009-02-09  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/interbase/tests/ibase_affected_rows_001.phpt
+      ext/interbase/tests/ibase_errmsg_001.phpt
+      ext/interbase/tests/ibase_num_params_001.phpt:
+      - Fix tests
+
+2009-02-09  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c:
+      
+      MFB: Initialize optional var
+
+    * (PHP_5_3)
+      ext/mbstring/mbstring.c:
+      
+      Initialize optional var
+
+2009-02-09  Greg Beaver  <greg@chiaraquartet.net>
+
+    * (PHP_5_3)
+      NEWS:
+      remove entry for bug #46026, this is fixed in 5.2 now, and needs no 5.3
+      entry
+
+2009-02-09  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/pdo_firebird/tests/ddl.phpt:
+      - Fix test
+
+    * ext/pdo_firebird/firebird_statement.c:
+      - Fix mem. leak
+
+    * ext/pdo_firebird/tests/execute.phpt:
+      - Fixed test
+
+2009-02-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/array.c
+      ext/standard/array.c:
+      Fixed bug #47329 (Crash in garbage collector)
+
+    * ZendEngine2/tests/bug47320.phpt
+      ZendEngine2/tests/bug47320.phpt:
+      
+      file bug47320.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/bug47320.phpt
+      main/main.c
+      main/main.c:
+      Fixed bug #47320 ($php_errormsg out of scope in functions)
+
+    * ZendEngine2/zend_gc.c
+      ZendEngine2/zend_gc.c
+      ZendEngine2/tests/gc_031.phpt:
+      Better fix for #47341
+
+2009-02-09  Greg Beaver  <greg@chiaraquartet.net>
+
+    * (PHP_5_2)
+      NEWS
+      ext/bz2/bz2_filter.c:
+      MFB fix Bug #46026 (this is a refinement of the previous fix)
+
+2009-02-09  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      main/streams/xp_socket.c:
+      
+      MFB: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
+      the remote end restarts)
+
 2009-02-08  Lukas Smith  <smith@pooteeweet.org>
 
     * README.RELEASE_PROCESS:
index 27277f3394d3eab9a161533d975c4b126b094233..c0c18c8f2ec07e77cb6196b8378845d130a4288e 100644 (file)
@@ -1,3 +1,20 @@
+2009-02-09  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_execute_API.c
+      zend_execute_API.c
+      tests/bug47320.phpt:
+      Fixed bug #47320 ($php_errormsg out of scope in functions)
+
+    * tests/bug47320.phpt
+      tests/bug47320.phpt:
+      
+      file bug47320.phpt was initially added on branch PHP_5_3.
+
+    * zend_gc.c
+      zend_gc.c
+      tests/gc_031.phpt:
+      Better fix for #47341
+
 2009-02-08  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_3)