]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 6 Apr 2007 01:31:05 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 6 Apr 2007 01:31:05 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 83b20fe75038f67db43eb540438ff0dfb8b26d27..8236824b510186f4a209305b87eecd8d758f5098 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2007-04-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/tests/foreach.phpt
+      ZendEngine2/tests/foreach.phpt:
+      
+      file foreach.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      
+      Fixed foreach by-ref bug.
+      
+
+2007-04-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_API.c:
+      - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tony
+
+2007-04-05  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/openssl/openssl.c
+      ext/openssl/openssl.c:
+      fix win32 build
+
+2007-04-05  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/config.m4:
+      - depends on 2.0.34
+
+    * (PHP_5_2)
+      ext/gd/gd.c:
+      - reflect the "real" version to avoid confusions. Users should really use
+        only the bundled version
+
+    * (PHP_5_2)
+      ext/openssl/tests/005_crt.txt:
+      - MFB: import the right data 005_crt.txt
+
+2007-04-05  Antony Dovgal  <antony@zend.com>
+
+    * ext/gd/gd.c:
+      fix build without FreeType
+
+    * ext/openssl/openssl.c
+      ext/openssl/php_openssl.h
+      ext/openssl/tests/005.phpt:
+      fix build & test
+      improve coding style
+
+    * (PHP_5_2)
+      ext/openssl/tests/005.phpt:
+      fix test
+
+    * (PHP_5_2)
+      ext/openssl/openssl.c:
+      fix ZTS build
+
+2007-04-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/mcrypt/mcrypt.c:
+      
+      Fixed bug #40999 (mcrypt_create_iv() not using random seed).
+
 2007-04-04  Pierre-Alain Joye  <pierre.dev@gmail.com>
 
     * (PHP_5_2)
index 09687b49ee799eb481852e4af39316364b16b589..3cf83b1c799cce4a5d3f11f98dd8b8b72fab7e17 100644 (file)
@@ -1,3 +1,23 @@
+2007-04-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * tests/foreach.phpt
+      tests/foreach.phpt:
+      
+      file foreach.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      zend_vm_def.h
+      zend_vm_execute.h:
+      
+      Fixed foreach by-ref bug.
+      
+
+2007-04-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      zend_API.c:
+      - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by tony
+
 2007-04-04  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)