changelog Thu Sep 28 01:30:56 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2466&r2=1.2467&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2466 php-src/ChangeLog:1.2467 --- php-src/ChangeLog:1.2466 Wed Sep 27 01:30:50 2006 +++ php-src/ChangeLog Thu Sep 28 01:30:55 2006 @@ -1,3 +1,83 @@ +2006-09-27 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_4) + NEWS + main/php_open_temporary_file.c: + MFH: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). + + * main/php_open_temporary_file.c: + MFB: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). + + * (PHP_5_2) + NEWS + main/php_open_temporary_file.c: + Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). + +2006-09-27 Derick Rethans <[EMAIL PROTECTED]> + + * ext/date/php_date.c + ext/date/tests/oo_001.phpt + ext/date/tests/oo_002.phpt: + - Return timezone's names as Unicode strings. + + * sapi/apache/php_apache.c: + - Updated the Apache 1.3 sapi as add_assoc_string's signature has been + changed. + +2006-09-27 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/zend_operators.c: + use if() instead of ?: and avoid possible optimization problems + +2006-09-27 Georg Richter <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_driver.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_prop.c + ext/mysqli/php_mysqli.h: + ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff) + +2006-09-27 Rob Richards <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + BFN + + * ext/dom/element.c + ext/dom/tests/bug38949.phpt + ext/dom/tests/nsdoc.xml: + MFB: fix bug #38949 (Cannot get xmlns value attribute) + add test + + * (PHP_5_2) + ext/dom/element.c + ext/dom/tests/bug38949.phpt + ext/dom/tests/bug38949.phpt + ext/dom/tests/nsdoc.xml + ext/dom/tests/nsdoc.xml: + fix bug #38949 (Cannot get xmlns value attribute) + add test + +2006-09-27 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/oci8/tests/coll_016_func.phpt: + fix test + + * ext/oci8/tests/coll_016_func.phpt: + fix test + the error message is different in Oracle10 + + * (PHP_5_2) + NEWS + ext/standard/metaphone.c: + MFH: fix #38961 (metaphone() results in segmentation fault on NetBSD) + + * ext/standard/metaphone.c: + fix #38961 (metaphone() results in segmentation fault on NetBSD) + 2006-09-26 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/standard/metaphone.c: