[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2006-09-22 Thread changelog
changelog Sat Sep 23 01:30:51 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2461r2=1.2462diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2461

[PHP-CVS] cvs: php-src /ext/dom element.c nodelist.c php_dom.c /ext/dom/tests domelement.phpt

2006-09-22 Thread Rob Richards
rrichards Fri Sep 22 10:13:27 2006 UTC Added files: /php-src/ext/dom/tests domelement.phpt Modified files: /php-src/ext/domelement.c nodelist.c php_dom.c Log: mark functionality unicode safe add test

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

2006-09-22 Thread Dmitry Stogov
dmitry Fri Sep 22 13:39:17 2006 UTC Modified files: /php-src/ext/soap soap.c Log: Prevent access to dead zval http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.210r2=1.211diff_format=u Index: php-src/ext/soap/soap.c diff -u

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

2006-09-22 Thread Dmitry Stogov
dmitry Fri Sep 22 13:39:32 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap soap.c Log: Prevent access to dead zval http://cvs.php.net/viewvc.cgi/php-src/ext/soap/soap.c?r1=1.156.2.28.2.12r2=1.156.2.28.2.13diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2006-09-22 Thread Ilia Alshanetsky
iliaa Fri Sep 22 17:41:09 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli php_cli.c /php-src/sapi/cgi cgi_main.c Log: Restore support for unquoted -d options

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

2006-09-22 Thread Andrei Zmievski
andrei Fri Sep 22 17:47:10 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Unicode support in count_chars(). Note that due to the size of the Unicode character set only mode=1 is supported.

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 18:23:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Tweak file_get_contents()'s return value a little http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.451r2=1.452diff_format=u Index:

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

2006-09-22 Thread Andrei Zmievski
andrei Fri Sep 22 18:24:12 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Bring localeconv(), money_format(), and nl_langinfo() to standards. Add E_STRICT notices about them being deprecated in Unicode

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 18:42:33 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Update stream_get_contents() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.87r2=1.88diff_format=u Index:

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

2006-09-22 Thread Andrei Zmievski
andrei Fri Sep 22 19:35:06 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard string.c Log: Unicode upgrade for quotemeta(). Yes, I know it's ugly. You try making it pretty.

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

2006-09-22 Thread Andrei Zmievski
andrei Fri Sep 22 19:50:02 2006 UTC Modified files: /php-src/ext/unicodecollator.c Log: Fix protos. http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/collator.c?r1=1.9r2=1.10diff_format=u Index: php-src/ext/unicode/collator.c diff -u

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 20:02:26 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update copy() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.452r2=1.453diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 21:48:33 2006 UTC Modified files: /php-src/ext/standard file.c Log: Fix copy() from last commit and add a few more PHP6 updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.453r2=1.454diff_format=u Index:

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 23:57:38 2006 UTC Modified files: /php-src/ext/standard dir.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.153r2=1.154diff_format=u Index: php-src/ext/standard/dir.c diff -u

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main php_streams.h /main/streams streams.c

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 19:54:30 2006 UTC Modified files: /php-src/main php_streams.h /php-src/ext/standard streamsfuncs.c /php-src/main/streams streams.c Log: Update stream_copy_to_stream() for PHP6