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

2006-12-20 Thread changelog
changelog Thu Dec 21 01:31:00 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2547r2=1.2548diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2547

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-12-20 Thread changelog
changelog Thu Dec 21 01:31:03 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1039r2=1.1040diff_format=u Index: ZendEngine2/ChangeLog diff -u

[PHP-CVS] cvs: php-src /ext/iconv iconv.c /ext/standard basic_functions.c /main php.h ZendEngine2 zend_API.h

2006-12-20 Thread Hannes Magnusson
bjori Wed Dec 20 10:38:25 2006 UTC Modified files: /ZendEngine2zend_API.h /php-src/main php.h /php-src/ext/standard basic_functions.c /php-src/ext/iconv iconv.c Log: MFB: - Fixed incorrect function names on FreeBSD where

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 13:09:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl streams.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/curl/streams.c?r1=1.14.2.2.2.9r2=1.14.2.2.2.10diff_format=u Index: php-src/ext/curl/streams.c diff

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

2006-12-20 Thread Derick Rethans
derick Wed Dec 20 14:39:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/filter logical_filters.c Log: - Fixed the validate email filter so that the letter v can also be used in the user part of the email address. (Derick)

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 19:20:59 2006 UTC Modified files: /php-src/ext/sessionsession.c Log: remove register_globals remains maintain an internal reference of _SESSION, so that it won't be possible to destroy it from userspace

[PHP-CVS] cvs: php-src /ext/filter logical_filters.c /ext/filter/tests 015.phpt 033.phpt

2006-12-20 Thread Ilia Alshanetsky
iliaa Wed Dec 20 19:20:22 2006 UTC Modified files: /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 015.phpt 033.phpt Log: MFB: Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/filter logical_filters.c /ext/filter/tests 015.phpt 033.phpt

2006-12-20 Thread Ilia Alshanetsky
iliaa Wed Dec 20 19:20:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter logical_filters.c /php-src/ext/filter/tests 015.phpt 033.phpt /php-srcNEWS Log: Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc).

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 19:31:28 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: protect _SESSION, HTTP_SESSION_VARS and GLOBALS maintain an internal reference of _SESSION, so that it won't be possible to destroy it from

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/session session.c

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 19:31:40 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/sessionsession.c Log: protect _SESSION, HTTP_SESSION_VARS and GLOBALS maintain an internal reference of _SESSION, so that it won't be possible to destroy it from

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

2006-12-20 Thread Ilia Alshanetsky
iliaa Wed Dec 20 19:48:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter logical_filters.c Log: fixed ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/filter/logical_filters.c?r1=1.1.2.16r2=1.1.2.17diff_format=u Index:

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

2006-12-20 Thread Andrei Zmievski
andrei Wed Dec 20 20:45:40 2006 UTC Modified files: /php-src/ext/standard browscap.c Log: Unicode support in get_browser(). To avoid additional copying/conversion during parsing, the browscap values in the returned array will be of IS_STRING type.

[PHP-CVS] cvs: php-src / unicode-progress.txt

2006-12-20 Thread Andrei Zmievski
andrei Wed Dec 20 21:02:11 2006 UTC Modified files: /php-srcunicode-progress.txt Log: Update. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.69r2=1.70diff_format=u Index: php-src/unicode-progress.txt diff -u

[PHP-CVS] cvs: php-src /ext/spl/tests spl_autoload_001.phpt

2006-12-20 Thread Marcus Boerger
helly Wed Dec 20 22:08:51 2006 UTC Modified files: /php-src/ext/spl/tests spl_autoload_001.phpt Log: - Add unicode expectations http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/spl_autoload_001.phpt?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/tests spl_autoload_002.phpt

2006-12-20 Thread Marcus Boerger
helly Wed Dec 20 22:08:36 2006 UTC Modified files: /php-src/ext/spl/tests spl_autoload_002.phpt Log: - Fix test name http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/spl_autoload_002.phpt?r1=1.4r2=1.5diff_format=u Index:

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

2006-12-20 Thread Marcus Boerger
helly Wed Dec 20 22:11:14 2006 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h Log: - More unicode http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.103r2=1.104diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 22:42:59 2006 UTC Modified files: /php-src/ext/standard file.c Log: fix double free on error http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.477r2=1.478diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 23:30:11 2006 UTC Modified files: /php-src/ext/standard string.c Log: do not allocate the return value if it wasn't requested http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.624r2=1.625diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 23:30:30 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.33r2=1.445.2.14.2.34diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 23:36:56 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.34r2=1.445.2.14.2.35diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Wed Dec 20 23:37:28 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard string.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.333.2.52.2.6r2=1.333.2.52.2.7diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:00:11 2006 UTC Modified files: /php-src/ext/standard file.c Log: fix double free http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.478r2=1.479diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:25:59 2006 UTC Modified files: /php-src/ext/standard datetime.c Log: bail out if zend_unicode_to_string() fails http://cvs.php.net/viewvc.cgi/php-src/ext/standard/datetime.c?r1=1.141r2=1.142diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:43:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli php_cli.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.13.2.10r2=1.129.2.13.2.11diff_format=u Index: php-src/sapi/cli/php_cli.c

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:43:30 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/cli php_cli.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.51.2.37.2.4r2=1.51.2.37.2.5diff_format=u Index: php-src/sapi/cli/php_cli.c diff

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:46:51 2006 UTC Modified files: /php-src/main/streams memory.c Log: fix potential leak http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.26r2=1.27diff_format=u Index: php-src/main/streams/memory.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 00:47:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams memory.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.8.2.6.2.9r2=1.8.2.6.2.10diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:00:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: fix possible leaks http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.8r2=1.70.2.3.2.9diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:00:39 2006 UTC Modified files: /php-src/ext/posix posix.c Log: fix possible leaks http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.82r2=1.83diff_format=u Index: php-src/ext/posix/posix.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/posix posix.c

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:03:55 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/posix posix.c Log: MFH fix leaks on errors http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.51.2.4.2.1r2=1.51.2.4.2.2diff_format=u Index:

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:07:52 2006 UTC Modified files: /php-src/main/streams xp_socket.c Log: don't leak on error http://cvs.php.net/viewvc.cgi/php-src/main/streams/xp_socket.c?r1=1.38r2=1.39diff_format=u Index: php-src/main/streams/xp_socket.c

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:08:04 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams xp_socket.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/streams/xp_socket.c?r1=1.33.2.2.2.2r2=1.33.2.2.2.3diff_format=u Index:

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

2006-12-20 Thread Ilia Alshanetsky
Thanks, I've applied the fix. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:18:14 2006 UTC Modified files: /php-src/main/streams memory.c Log: apply correct fix (aka oops!) http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.27r2=1.28diff_format=u Index: php-src/main/streams/memory.c

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:18:28 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams memory.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/main/streams/memory.c?r1=1.8.2.6.2.10r2=1.8.2.6.2.11diff_format=u Index:

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

2006-12-20 Thread Ilia Alshanetsky
iliaa Thu Dec 21 01:16:36 2006 UTC Modified files: /php-src/ext/soap php_sdl.c Log: MFB: Optimize out zend_hash_num_elements() call http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_sdl.c?r1=1.105r2=1.106diff_format=u Index: php-src/ext/soap/php_sdl.c

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:13:50 2006 UTC Modified files: /php-src/ext/standard html.c Log: fix leak on error http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.119r2=1.120diff_format=u Index: php-src/ext/standard/html.c diff -u

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:14:30 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/html.c?r1=1.111.2.2.2.3r2=1.111.2.2.2.4diff_format=u Index:

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

2006-12-20 Thread Ilia Alshanetsky
iliaa Thu Dec 21 01:16:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap php_sdl.c Log: Optimize out zend_hash_num_elements() call http://cvs.php.net/viewvc.cgi/php-src/ext/soap/php_sdl.c?r1=1.88.2.12.2.4r2=1.88.2.12.2.5diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2006-12-20 Thread Rasmus Lerdorf
rasmus Wed Dec 20 16:07:31 2006 UTC Modified files: /CVSROOTavail Log: Karma for zoe http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1225r2=1.1226diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1225 CVSROOT/avail:1.1226 ---