changelog Fri Aug 4 01:30:49 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2411&r2=1.2412&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2411 php-src/ChangeLog:1.2412
--- php-src/ChangeLog:1.2411 Thu Aug 3 01:30:49 2006
+++ php-src/ChangeLog Fri Aug 4 01:30:49 2006
@@ -1,3 +1,96 @@
+2006-08-03 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/filter/filter.c
+ ext/filter/filter.c:
+ fix leak in php_sapi_filter()
+
+2006-08-03 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ext/soap/php_packet_soap.c
+ ext/soap/soap.c:
+ Unicode support.
+
+2006-08-03 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/date/tests/oo_001.phpt