[PHP-CVS] cvs: php-src /ext/standard string.c

2006-08-03 Thread Andrei Zmievski
andrei Thu Aug 3 23:45:27 2006 UTC Modified files: /php-src/ext/standard string.c Log: Upgraded basename() to work on IS_UNICODE strings as well. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.560&r2=1.561&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src / unicode-progress.txt unicode-todo.txt /ext/standard array.c php_string.h string.c

2006-08-03 Thread Andrei Zmievski
andrei Thu Aug 3 23:09:29 2006 UTC Modified files: /php-srcunicode-progress.txt unicode-todo.txt /php-src/ext/standard array.c php_string.h string.c Log: - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to be more sane. - Upg

[PHP-CVS] cvs: php-src / unicode-progress.txt /ext/standard string.c

2006-08-03 Thread Andrei Zmievski
andrei Thu Aug 3 21:46:16 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Update similar_text() to use params API. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.34&r2=1.35&diff_forma

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter filter.c

2006-08-03 Thread Antony Dovgal
tony2001Thu Aug 3 19:35:24 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c Log: fix leak in php_sapi_filter() http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2.9&r2=1.52.2.10&diff_format=u Index: php-src/ext/f

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-08-03 Thread Antony Dovgal
tony2001Thu Aug 3 19:35:14 2006 UTC Modified files: /php-src/ext/filter filter.c Log: fix leak in php_sapi_filter() http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.62&r2=1.63&diff_format=u Index: php-src/ext/filter/filter.c diff -u php

[PHP-CVS] cvs: php-src /ext/soap php_packet_soap.c soap.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 16:13:06 2006 UTC Modified files: /php-src/ext/soap php_packet_soap.c soap.c Log: Unicode support. http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_packet_soap.c?r1=1.47&r2=1.48&diff_format=u Index: php-src/ext/soap/php_packet_soap.c dif

[PHP-CVS] cvs: php-src /ext/spl php_spl.c

2006-08-03 Thread Ilia Alshanetsky
iliaa Thu Aug 3 14:53:51 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: MFB: Fixed bug #38303 (spl_autoload_register() supress all errors silently). http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.95&r2=1.96&diff_format=u Index: p

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/spl php_spl.c

2006-08-03 Thread Ilia Alshanetsky
iliaa Thu Aug 3 14:49:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splphp_spl.c /php-srcNEWS Log: Fixed bug #38303 (spl_autoload_register() supress all errors silently). http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r

[PHP-CVS] cvs: php-src /win32 registry.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 13:54:20 2006 UTC Modified files: /php-src/win32 registry.c Log: Added version specific registry keys to allow different configurations for different php version. http://cvs.php.net/viewvc.cgi/php-src/win32/registry.c?r1=1.16&r2=1.17&

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /win32 registry.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 13:54:05 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/win32 registry.c Log: Added version specific registry keys to allow different configurations for different php version. http://cvs.php.net/viewvc.cgi/ph

[PHP-CVS] cvs: php-src /main php_ini.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 11:05:09 2006 UTC Modified files: /php-src/main php_ini.c Log: In addtion to path to php.ini, PHPRC now may specify full file name http://cvs.php.net/viewvc.cgi/php-src/main/php_ini.c?r1=1.143&r2=1.144&diff_format=u Index: php-src/mai

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main php_ini.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 11:04:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main php_ini.c Log: In addtion to path to php.ini, PHPRC now may specify full file name http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.177

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c

2006-08-03 Thread Steph Fox
Thanks! - Original Message - From: "Dmitry Stogov" <[EMAIL PROTECTED]> To: Sent: Thursday, August 03, 2006 11:56 AM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c dmitry Thu Aug 3 09:56:50 2006 UTC Modified files:

[PHP-CVS] cvs: php-src /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 09:57:05 2006 UTC Modified files: /php-src/sapi/apachemod_php5.c /php-src/sapi/apache_hooks mod_php5.c Log: Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c

2006-08-03 Thread Dmitry Stogov
dmitry Thu Aug 3 09:56:50 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/apachemod_php5.c /php-src/sapi/apache_hooks mod_php5.c Log: Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs http://cvs.