]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 6 Mar 2009 01:32:40 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 6 Mar 2009 01:32:40 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 17dedda66d28b1d3e69eee7601b1eddf00d7c7f8..0e81782710a2e6fbabe670d9136630d2c2e3f0b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-03-05  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute_API.c:
+      - Fixed typo
+
+    * (PHP_5_3)
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/bug47572.phpt:
+      - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)
+
+    * ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/bug47572.phpt
+      ZendEngine2/tests/bug47572.phpt:
+      - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)
+
+2009-03-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      
+      Removed bogus code
+
 2009-03-04  Zoe Slattery  <zoe.slattery@googlemail.com>
 
     * (PHP_5_3)
index f814588ed73b63313ead4bfb8194a7c8c06864a3..479779f7296681e11de08a1090c21e03a9641160 100644 (file)
@@ -1,3 +1,25 @@
+2009-03-05  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      - Fixed typo
+
+    * (PHP_5_3)
+      zend_execute_API.c
+      tests/bug47572.phpt:
+      - MFH: Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)
+
+    * zend_execute_API.c
+      tests/bug47572.phpt
+      tests/bug47572.phpt:
+      - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault)
+
+2009-03-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_builtin_functions.c:
+      
+      Removed bogus code
+
 2009-03-03  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_builtin_functions.c: