changelog Tue Aug 7 01:31:15 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2770&r2=1.2771&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2770 php-src/ChangeLog:1.2771
--- php-src/ChangeLog:1.2770 Mon Aug 6 01:31:20 2007
+++ php-src/ChangeLog Tue Aug 7 01:31:14 2007
@@ -1,3 +1,160 @@
+2007-08-06 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/zip/tests/oo_properties.phpt:
+ Fix test
+
+ * (PHP_5_2)
+ ext/zip/php_zip.c
+ ext/zip/tests/oo_properties.phpt:
+ MFH: - Fix isset/empty($ZipArchive->property)
+ MFH: - Add test
+
+ * ext/zip/tests/oo_properties.phpt
+ ext/zip/tests/oo_properties.phpt:
+
+ - Fix isset/empty($ZipArchive->property)
+ - Add test
+
+ * ext/zip/php_zip.c:
+ - Fix isset/empty($ZipArchive->property)
+ - Add test
+
+2007-08-06 Christopher Jones <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/oci8/oci8.c
+ ext/oci8/php_oci8_int.h:
+ MFH: oci8: flush persistent connection after password change
+
+ * ext/oci8/oci8.c
+ ext/oci8/php_oci8_int.h:
+ flush persistent connection after password change
+
+2007-08-06 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/openssl/openssl.c:
+ - MFB: #42222, forgot this one (thanks mattias)
+
+ * (PHP_5_2)
+ ext/openssl/openssl.c:
+ - #42222, forgot this one (thanks mattias)
+
+2007-08-06 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ - move entry to right place..
+
+2007-08-06 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ - #42222 entry
+
+ * ext/openssl/openssl.c:
+ - MFB: #42222, truncate the _default to the buffer size (was 200 since
day
+ #1, we don't need dynamic alloc here)
+
+ * (PHP_5_2)
+ ext/openssl/openssl.c:
+ - #42222, truncate the _default to the buffer size (was 200 since day #1,
+ we don't need dynamic alloc here)
+
+2007-08-06 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.c:
+ Touch generated file
+
+ * ext/standard/var_unserializer.re:
+ ws fix
+
+ * (PHP_5_2)
+ ext/standard/var_unserializer.re:
+ - fix ws
+
+ * ext/standard/var_unserializer.re:
+ MFB: fix compile warning (+ some ws fixes)
+
+ * sapi/apache2filter/apache_config.c:
+ Fix build
+
+2007-08-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/var_unserializer.re:
+
+ Fixed compiler warning
+
+2007-08-06 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/dom/php_dom.c
+ ext/dom/tests/bug35342.phpt
+ ext/dom/tests/bug42082.phpt:
+ MFH: fix bug #42082 (NodeList length zero should be empty). (Hannes)
+ add and update tests
+
+ * ext/dom/tests/bug42082.phpt
+ ext/dom/tests/bug42082.phpt:
+
+ fix bug #42082 (NodeList length zero should be empty). (Hannes)
+ add and update tests
+
+ * ext/dom/php_dom.c
+ ext/dom/tests/bug35342.phpt:
+ fix bug #42082 (NodeList length zero should be empty). (Hannes)
+ add and update tests
+
+2007-08-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/oci8/package2.xml:
+ update changelog & list of files
+
+2007-08-06 Andrey Hristov <[EMAIL PROTECTED]>
+
+ * ext/mysql/php_mysql.c
+ ext/mysqlnd/mysqlnd.c
+ ext/mysqlnd/mysqlnd_priv.h
+ ext/mysqlnd/mysqlnd_result.c
+ ext/mysqlnd/mysqlnd_statistics.h
+ ext/mysqlnd/mysqlnd_wireprotocol.c:
+ Fix crashes with pconn in ext/mysql
+
+2007-08-06 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ configure.in
+ scripts/phpize.m4:
+ MFH:- Fixed bug #42195 (C++ compiler required always)
+
+ * configure.in
+ scripts/phpize.m4:
+ - Fixed bug #42195 (C++ compiler required always)
+
+2007-08-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * sapi/apache/mod_php.c
+ sapi/apache/mod_php5.c
+ sapi/apache2handler/apache_config.c:
+ fix build
+
+2007-08-06 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/openssl/openssl.c:
+ Improved ext/openssl
+ . Added support for OpenSSL digest functions
+ . Added support for OpenSSL cipher functions
+ . Added access to internal values of DSA, RSA and DH keys
+
2007-08-05 Jani Taskinen <[EMAIL PROTECTED]>
* ext/standard/tests/strings/bug42208.phpt: