[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c php_string.h string.c

2006-12-04 Thread Sara Golemon
pollita Tue Dec 5 04:52:44 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c file.c php_string.h string.c Log: Add str_getcsv() and fix a couple cases in recent fgetcsv() reimplementation

[PHP-CVS] cvs: php-src /ext/standard file.c file.h /ext/standard/tests/file bug12556.phpt fgetcsv.phpt

2006-12-04 Thread Sara Golemon
pollita Tue Dec 5 04:13:47 2006 UTC Modified files: /php-src/ext/standard file.c file.h /php-src/ext/standard/tests/filebug12556.phpt fgetcsv.phpt Log: Unicode upgrade for fgetcsv() http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.46

[PHP-CVS] cvs: php-src /ext/filter/tests 009.phpt

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:22:26 2006 UTC Modified files: /php-src/ext/filter/tests 009.phpt Log: - MFB: use %s http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/009.phpt?r1=1.6&r2=1.7&diff_format=u Index: php-src/ext/filter/tests/009.phpt diff -u php-src/e

[PHP-CVS] cvs: php-src /ext/filter/tests 008.phpt

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:23:02 2006 UTC Modified files: /php-src/ext/filter/tests 008.phpt Log: - MFB: use %s http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/008.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/filter/tests/008.phpt diff -u php-src/e

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

2006-12-04 Thread Stanislav Malyshev
stasTue Dec 5 02:55:27 2006 UTC Modified files: /php-src/main main.c Log: Merge from 5.2: Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. http://cvs.php.net/viewvc.cgi/php-src/main/main

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

2006-12-04 Thread Stanislav Malyshev
stasTue Dec 5 02:54:07 2006 UTC Modified files: /php-src/ext/standard basic_functions.c string.c Log: Merge from 5.2: Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. http://cvs.php.net/

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

2006-12-04 Thread Ilia Alshanetsky
iliaa Tue Dec 5 01:39:08 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslxp_ssl.c /php-srcNEWS Log: Fixed bug #39571 (timeout ssl:// connections). http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.22.2.3.2.2&r2=

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

2006-12-04 Thread Ilia Alshanetsky
iliaa Tue Dec 5 01:39:21 2006 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB: Fixed bug #39571 (timeout ssl:// connections). http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.27&r2=1.28&diff_format=u Index: php-src/ext/open

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-12-04 Thread Pierre-Alain Joye
pajoye Tue Dec 5 01:25:29 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - invalid filter http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.399&r2=1.2027.2.547.2.400&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter filter.c filter_private.h /ext/filter/tests 010.phpt 039.phpt

2006-12-04 Thread Pierre-Alain Joye
pajoye Tue Dec 5 01:24:18 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c filter_private.h /php-src/ext/filter/tests 010.phpt 039.phpt Log: - MFH: invalid filter id should not return unsafe values http://cvs.php.net/viewvc.cgi/

[PHP-CVS] cvs: php-src /ext/filter filter.c filter_private.h /ext/filter/tests 010.phpt 039.phpt

2006-12-04 Thread Pierre-Alain Joye
pajoye Tue Dec 5 01:23:42 2006 UTC Modified files: /php-src/ext/filter filter.c filter_private.h /php-src/ext/filter/tests 010.phpt 039.phpt Log: - invalid filter id should not return unsafe values http://cvs.php.net/viewvc.cgi/php-src/ext/filter/fil

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

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:34:48 2006 UTC Modified files: /php-src/ext/filter sanitizing_filters.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/filter/sanitizing_filters.c?r1=1.15&r2=1.16&diff_format=u Index: php-src/ext/filter/sanitizing_filters.c diff -u

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

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:33:22 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/filter/tests callback_non_modified_var.phpt Log: - MFH: callback test http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/callback_non_modified_var.phpt?view=markup&rev=1

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

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:16:46 2006 UTC Modified files: /php-src/ext/filter filter.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.78&r2=1.79&diff_format=u Index: php-src/ext/filter/filter.c diff -u php-src/ext/filter/filter.c:1.78 php

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

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:16:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c Log: - default filter is not string anymore (in comment) - WS and error msg sync with head http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2

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

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:07:13 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter filter.c Log: - MFH: init tmp var http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2.29&r2=1.52.2.30&diff_format=u Index: php-src/ext/filter/filter.c di

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

2006-12-04 Thread Andrei Zmievski
andrei Mon Dec 4 20:43:42 2006 UTC Modified files: /php-src/ext/standard head.c Log: Make headers-related functions accept Unicode strings, but only if their contents can be converted to ASCII. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/head

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

2006-12-04 Thread Andrei Zmievski
andrei Mon Dec 4 18:55:40 2006 UTC Modified files: /php-src/ext/standard string.c var.c Log: Unicode support in var_export(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.616&r2=1.617&diff_format=u Index: php-src/ext/standard/strin

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

2006-12-04 Thread Stanislav Malyshev
stasMon Dec 4 18:37:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. # Gives 10-18% speedup on bench.php # Does not cha

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

2006-12-04 Thread Stanislav Malyshev
stasMon Dec 4 18:35:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard basic_functions.c string.c Log: Improve tolower()-related functions on Windows and VC2005 by caching locale and using tolower_l function. # Gives 10-18% speedup o

[PHP-CVS] cvs: php-src /ext/calendar/tests easter_date.phpt unixtojd.phpt

2006-12-04 Thread Ilia Alshanetsky
iliaa Mon Dec 4 18:30:06 2006 UTC Modified files: /php-src/ext/calendar/tests easter_date.phpt unixtojd.phpt Log: MFB: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/easter_date.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/cale

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/calendar/tests easter_date.phpt unixtojd.phpt

2006-12-04 Thread Ilia Alshanetsky
iliaa Mon Dec 4 18:29:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/calendar/tests easter_date.phpt unixtojd.phpt Log: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/calendar/tests/easter_date.phpt?r1=1.4.2.2&r2=1.4.2.3&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_2) / acinclude.m4 configure.in

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 18:28:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcacinclude.m4 configure.in Log: MFH: fix build with Sun compiler, which doesn't support -O0 http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.5&r2=1.332.

[PHP-CVS] cvs: php-src / acinclude.m4 configure.in

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 18:28:34 2006 UTC Modified files: /php-srcacinclude.m4 configure.in Log: fix build with Sun compiler, which doesn't support -O0 http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.350&r2=1.351&diff_format=u Index: php-src/ac

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre config0.m4 /ext/spl config.m4

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 18:01:53 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splconfig.m4 /php-src/ext/pcre config0.m4 Log: MFH: partly fix #39724 ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex) http://cvs.php.net/vie

[PHP-CVS] cvs: php-src /ext/pcre config0.m4 /ext/spl config.m4

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 18:01:24 2006 UTC Modified files: /php-src/ext/splconfig.m4 /php-src/ext/pcre config0.m4 Log: partly fix #39724 ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex) http://cvs.php.net/viewvc.cgi/php-src/ext/sp

[PHP-CVS] cvs: php-src /ext/pdo/tests bug_39656.phpt

2006-12-04 Thread Ilia Alshanetsky
iliaa Mon Dec 4 17:55:56 2006 UTC Modified files: /php-src/ext/pdo/tests bug_39656.phpt Log: MFB: Fixed test (user is a reserved keyword in pgsql) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_39656.phpt?r1=1.2&r2=1.3&diff_format=u Index: ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo/tests bug_39656.phpt

2006-12-04 Thread Ilia Alshanetsky
iliaa Mon Dec 4 17:55:46 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo/tests bug_39656.phpt Log: Fixed test (user is a reserved keyword in pgsql) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_39656.phpt?r1=1.1.2.1&r2=1.1.2.2&dif

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli/tests 002-win32.phpt 002.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010-2.phpt 010.phpt 011.phpt 012.phpt 013.phpt

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 17:48:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli/tests 002-win32.phpt 002.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010-2.phpt 010.phpt

[PHP-CVS] cvs: php-src /sapi/cli/tests 002-win32.phpt 002.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010-2.phpt 010.phpt 011.phpt 012.phpt 013.phpt

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 17:48:27 2006 UTC Modified files: /php-src/sapi/cli/tests 002-win32.phpt 002.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010-2.phpt 010.phpt 011.phpt 012.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2006-12-04 Thread Dmitry Stogov
dmitry Mon Dec 4 16:20:02 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fastcgi) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.398&r2=1.2027.2.547.2.3

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

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 15:58:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c /php-src/main main.c Log: MFH: fix retval type http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.19&r2=1.41

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

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 15:58:35 2006 UTC Modified files: /php-src/ext/sessionsession.c /php-src/main main.c Log: fix retval type it should be int, not zend_bool http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.456&r2=1

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

2006-12-04 Thread Andrey Hristov
andrey Mon Dec 4 15:27:18 2006 UTC Modified files: /php-src/ext/mysqli mysqli_api.c Log: dummy change http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.138&r2=1.139&diff_format=u Index: php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/my

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

2006-12-04 Thread Ilia Alshanetsky
iliaa Mon Dec 4 15:19:27 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c /php-srcNEWS Log: Fixed bug #37627 (session save_path check checks the parent directory). http://cvs.php.net/viewvc.cgi/php-src/ext/session/se

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 13:07:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: look for tests in sapi/cli http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.17&r2=1.226.2.37.2.18&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src / run-tests.php

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 13:07:00 2006 UTC Modified files: /php-srcrun-tests.php Log: look for tests in sapi/cli http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.309&r2=1.310&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.p

[PHP-CVS] cvs: CVSROOT / avail

2006-12-04 Thread Martin Jansen
mj Mon Dec 4 09:46:17 2006 UTC Modified files: /CVSROOTavail Log: * Corrected karma for morse. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1216&r2=1.1217&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1216 CVSROOT/avail:1.1217 --- C