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

index 5f748ac4899c51b7fde8c07624cf69c5d5685f10..0beb8659604bb131a9c26bde35fc68b9c2c89f9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2009-02-08  Lukas Smith  <smith@pooteeweet.org>
+
+    * README.RELEASE_PROCESS:
+      MFB primary testers list is now mailed for every release
+
+    * (PHP_5_3)
+      README.RELEASE_PROCESS:
+      primary testers list is now mailed for every release
+
+2009-02-08  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_gc.c
+      ZendEngine2/tests/gc_031.phpt:
+      - MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
+        causes segfault.
+
+    * ZendEngine2/zend_gc.c
+      ZendEngine2/tests/gc_031.phpt
+      ZendEngine2/tests/gc_031.phpt:
+      - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
+      causes
+        segfault.
+
+2009-02-08  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/streams/xp_socket.c:
+      MFB: MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when
+      the remote end restarts)
+
+    * (PHP_5_2)
+      main/streams/xp_socket.c:
+      
+      MFB52: Fixed bug #44874 (dead pfsockopen'ed sockets aren't reaped when the
+      remote end restarts)
+      
+
 2009-02-06  Antony Dovgal  <tony@daylessday.org>
 
     * ext/standard/scanf.c:
index 4c8b1f11a1fd6c7abd62d49e5172d68c4a8cc355..27277f3394d3eab9a161533d975c4b126b094233 100644 (file)
@@ -1,3 +1,18 @@
+2009-02-08  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_3)
+      zend_gc.c
+      tests/gc_031.phpt:
+      - MFH: Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
+        causes segfault.
+
+    * zend_gc.c
+      tests/gc_031.phpt
+      tests/gc_031.phpt:
+      - Fixed bug #47341: Calling gc_collect_cycles() with zend.enable_gc=0
+      causes
+        segfault.
+
 2009-02-02  Nuno Lopes  <nunoplopes@sapo.pt>
 
     * zend_ini_scanner.c