From: Date: Fri, 4 Aug 2006 01:30:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~2105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f98ae45bb305ee82bf6a2562509051b3a9997269;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8da792118e..309c54b25f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2006-08-03 Andrei Zmievski + + * TSRM/tsrm_virtual_cwd.h: + Add IS_U_SLASH_* macros to test for path separator chars. + + * ext/standard/string.c: + Upgraded basename() to work on IS_UNICODE strings as well. + + * unicode-progress.txt + unicode-todo.txt + ext/standard/array.c + ext/standard/php_string.h + ext/standard/string.c: + - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to be + more sane. + - Upgrade strtoupper(), strtolower(), strtotitle() to use params API. + + * unicode-progress.txt + ext/standard/string.c: + Update similar_text() to use params API. + +2006-08-03 Antony Dovgal + + * ext/filter/filter.c + ext/filter/filter.c: + fix leak in php_sapi_filter() + +2006-08-03 Dmitry Stogov + + * ext/soap/php_packet_soap.c + ext/soap/soap.c: + Unicode support. + +2006-08-03 Ilia Alshanetsky + + * ext/spl/php_spl.c: + MFB: Fixed bug #38303 (spl_autoload_register() supress all errors + silently). + + * (PHP_5_2) + NEWS + ext/spl/php_spl.c: + Fixed bug #38303 (spl_autoload_register() supress all errors silently). + +2006-08-03 Antony Dovgal + + * (PHP_5_2) + NEWS + TSRM/tsrm_virtual_cwd.c: + MFH: fix #38276 (file_exists() works incorrectly with long filenames on + Windows) + + * TSRM/tsrm_virtual_cwd.c: + fix #38276 (file_exists() works incorrectly with long filenames on Windows) + aka "Ilia forgot to MFB fix for #31347" + +2006-08-03 Dmitry Stogov + + * (PHP_5_2) + NEWS + win32/registry.c + win32/registry.c: + Added version specific registry keys to allow different configurations for + different php version. + + * (PHP_5_2) + NEWS + main/php_ini.c + main/php_ini.c: + In addtion to path to php.ini, PHPRC now may specify full file name + +2006-08-03 Antony Dovgal + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + make it consistent + + * ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + improve error message + +2006-08-03 Dmitry Stogov + + * (PHP_5_2) + NEWS + sapi/apache/mod_php5.c + sapi/apache/mod_php5.c + sapi/apache_hooks/mod_php5.c + sapi/apache_hooks/mod_php5.c: + Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs + 2006-08-02 Antony Dovgal * ext/date/tests/oo_001.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 483656da73..b9e0ede0a0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-08-03 Antony Dovgal + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + make it consistent + + * zend_vm_def.h + zend_vm_execute.h: + improve error message + 2006-08-02 Andrei Zmievski * zend_operators.c: