From: Date: Thu, 13 Oct 2005 05:40:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e2fdf2af0af7fbdbb2a022f0a534cd937f64c3b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 68a84f7e17..986be3e3d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2005-10-12 Marcus Boerger + + * ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: + - Drop one cache related function which is not really neccessary + + * ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: + - Add/expose function to compile and access pcre_cache_entry structs + +2005-10-12 Antony Dovgal + + * sapi/apache2handler/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + MF51: fix bug #34581 (crash with mod_rewrite) + + * (PHP_5_1) + NEWS + sapi/apache2handler/sapi_apache2.c: + fix bug #34581 (crash with mod_rewrite) + +2005-10-12 Jani Taskinen + + * (PHP_5_1) + pear/.cvsignore: + missing entry + +2005-10-12 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + MFH: Fixed bug #34758 (PDO_DBLIB did not implement rowCount()). + + * (PHP_4_4) + ext/standard/ftp_fopen_wrapper.c: + Fixed compiler failure + +2005-10-12 Rob Richards + + * ext/xml/compat.c: + use spprintf where appropriate + +2005-10-12 Antony Dovgal + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_warning.c: + MF51: fix TS build + + * (PHP_5_1) + ext/mysqli/mysqli.c + ext/mysqli/mysqli_warning.c: + fix TS build + +2005-10-12 Derick Rethans + + * (PHP_4_4) + NEWS + Zend/zend_execute.c: + - MF50: Fixed access to an uninitialised variable. + +2005-10-12 Dmitry Stogov + + * ext/standard/string.c: + Fixed unicode support for strip_tags() + + * ZendEngine2/zend.c: + Unicode support + +2005-10-12 Rob Richards + + * (PHP_5_1) + NEWS: + BFN + + * (PHP_5_1) + ext/xml/compat.c + ext/xml/xml.c: + MFH: Fixed Bug #27908 (xml default_handlers not being called) + Fix memleak when entitydecls are parsed + remove old ifdefs + + * ext/xml/compat.c + ext/xml/xml.c: + Fixed Bug #27908 (xml default_handlers not being called) + Fix memleak when entitydecls are parsed + remove old ifdefs + 2005-10-11 Jani Taskinen * sapi/cli/php_cli.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 358aa9dd97..45cee81ae8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-10-12 Dmitry Stogov + + * zend.c: + Unicode support + 2005-10-11 Dmitry Stogov * zend.h: