changelog Fri Apr 6 01:31:03 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2650&r2=1.2651&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2650 php-src/ChangeLog:1.2651
--- php-src/ChangeLog:1.2650 Thu Apr 5 01:31:05 2007
+++ php-src/ChangeLog Fri Apr 6 01:31:03 2007
@@ -1,3 +1,70 @@
+2007-04-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_API.c:
+ - MFH zend_info_call_*() stuff, fixes coverity issue #328, noticed by
tony
+
+2007-04-05 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/openssl/openssl.c
+ ext/openssl/openssl.c:
+ fix win32 build
+
+2007-04-05 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/mcrypt/mcrypt.c:
+
+ Fixed bug #40999 (mcrypt_create_iv() not using random seed).
+
2007-04-04 Pierre-Alain Joye <[EMAIL PROTECTED]>
* (PHP_5_2)