[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2007-04-10 Thread Derick Rethans
derick Wed Apr 11 06:13:02 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: - Back to -dev. http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.39&r2=1.66.2.81.2.40&diff_f

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2007-04-10 Thread Derick Rethans
derick Wed Apr 11 06:11:51 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: - 4.4.7RC1. http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.38&r2=1.66.2.81.2.39&diff_forma

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard pack.c /ext/standard/tests/strings pack.phpt

2007-04-10 Thread Brian Shire
On Apr 10, 2007, at 3:56 PM, Antony Dovgal wrote: On 04/11/2007 02:45 AM, Brian Shire wrote: Yeah, discussed briefly with Jani and Ilia. I can revert it (or temporarily remove those lines of the test) until I can figure out why this doesn't work on Linux if you like? On Darwin the cod

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard pack.c /ext/standard/tests/strings pack.phpt

2007-04-10 Thread Antony Dovgal
On 04/11/2007 02:45 AM, Brian Shire wrote: Yeah, discussed briefly with Jani and Ilia. I can revert it (or temporarily remove those lines of the test) until I can figure out why this doesn't work on Linux if you like? On Darwin the code intval (4294967296) will return -1, while on other sys

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard pack.c /ext/standard/tests/strings pack.phpt

2007-04-10 Thread Brian Shire
Yeah, discussed briefly with Jani and Ilia. I can revert it (or temporarily remove those lines of the test) until I can figure out why this doesn't work on Linux if you like? On Darwin the code intval (4294967296) will return -1, while on other systems it appears to be 0. I can reproduc

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

2007-04-10 Thread Andrei Zmievski
andrei Tue Apr 10 22:44:57 2007 UTC Modified files: /php-src/ext/unicodecollator.c Log: Wrong locale name. http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/collator.c?r1=1.12&r2=1.13&diff_format=u Index: php-src/ext/unicode/collator.c diff -u php-sr

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in /main php_version.h

2007-04-10 Thread Ilia Alshanetsky
iliaa Tue Apr 10 22:38:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: Back to dev http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.28&r2=1.112.2.37.2.29&diff_for

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 22:31:27 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: MFB: fix #40931 (open_basedir bypass via symlink and move_uploaded_file()) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.191&r2=1.192&dif

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in /main php_version.h

2007-04-10 Thread Ilia Alshanetsky
iliaa Tue Apr 10 22:31:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: 5.2.2RC1 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.635&r2=1.2027.2.547.2.636&diff_format=u Index

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 22:30:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main fopen_wrappers.c Log: fix #40931 (open_basedir bypass via symlink and move_uploaded_file()) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/soap/tests/bugs bug34657.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 21:38:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/soap/tests/bugsbug34657.phpt Log: skip test if openssl is present http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug34657.phpt?r1=1.1.2.3&r2=1.1.2.4&

[PHP-CVS] cvs: php-src /ext/soap/tests/bugs bug34657.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 21:38:10 2007 UTC Modified files: /php-src/ext/soap/tests/bugsbug34657.phpt Log: skip test if openssl is present in this case the error messages are different http://cvs.php.net/viewvc.cgi/php-src/ext/soap/tests/bugs/bug34

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard pack.c /ext/standard/tests/strings pack.phpt

2007-04-10 Thread Antony Dovgal
On 04/03/2007 11:50 PM, Brian Shire wrote: shire Tue Apr 3 19:50:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard pack.c /php-src/ext/standard/tests/strings pack.phpt Log: correction for previous fix to bug #38770 (pack/unpack is broken

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/network inet_ipv6.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 21:20:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/network inet_ipv6.phpt Log: skip this test on MacOS http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/network/inet_ipv6.phpt?r1=1.1.2.2&r2=1.1.2.3

[PHP-CVS] cvs: php-src /ext/standard/tests/network inet_ipv6.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 21:20:33 2007 UTC Modified files: /php-src/ext/standard/tests/network inet_ipv6.phpt Log: skip this test on MacOS http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/network/inet_ipv6.phpt?r1=1.1&r2=1.2&diff_format=u Index: php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/general_functions bug40398.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 21:16:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug40398.phpt Log: fix test name http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/bug40398.phpt?r1=1.1.

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 20:28:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pdo_ocioci_driver.c Log: fix #41043 (pdo_oci crash when freeing error text with persistent connection) http://cvs.php.net/viewvc.cgi/php-s

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

2007-04-10 Thread Marcus Boerger
helly Tue Apr 10 15:59:29 2007 UTC Modified files: /php-src/ext/sybase_ct php_sybase_ct.c Log: - MFB Synch http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.117&r2=1.118&diff_format=u Index: php-src/ext/sybase_ct/php_sybase_ct.c dif

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

2007-04-10 Thread Marcus Boerger
helly Tue Apr 10 15:56:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct php_sybase_ct.c Log: - WS/CS http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.103.2.5.2.12&r2=1.103.2.5.2.13&diff_format=u Index: php-src/ex

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

2007-04-10 Thread Marcus Boerger
helly Tue Apr 10 15:50:34 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sybase_ct php_sybase_ct.c Log: - Cleanup the cleanup http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.103.2.5.2.11&r2=1.103.2.5.2.12&diff_format=u

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 11:32:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite config.m4 Log: declare THREADSAFE explicitly (it's On if undefined) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.m4?r1=1.26.2.9.2.4&r2=1.2

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 10:49:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tokenizer/tests002.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tests/002.phpt?r1=1.1.2.4.2.1&r2=1.1.2.4.2.2&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/tokenizer/tests 002.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 10:49:10 2007 UTC Modified files: /php-src/ext/tokenizer/tests002.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tests/002.phpt?r1=1.8&r2=1.9&diff_format=u Index: php-src/ext/tokenizer/tests/002.phpt

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/strings ltrim.phpt rtrim.phpt str_pad.phpt

2007-04-10 Thread Zoe Slattery
Hi Andrei We hadn't planned on unicode versions - our intent was to work systematically through all the core PHP5 functions to increase the functional coverage, the aim being to ensure that PHP5 doesn't get broken (or at least, not unintentionally) when PHP6 is developed rather than to test P

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /ext/standard/tests/general_functions bug41037.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 09:37:09 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug41037.phpt Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c Log: MFH: fix #

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/general_functions bug41037.phpt

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 09:36:10 2007 UTC Added files: /php-src/ext/standard/tests/general_functions bug41037.phpt Modified files: /php-src/ext/standard basic_functions.c Log: fix #41037 (unregister_tick_function() inside the

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 07:08:51 2007 UTC Modified files: /php-src/ext/pdo_mysql mysql_statement.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/mysql_statement.c?r1=1.59&r2=1.60&diff_format=u Index: php-src/ext/pdo_mysql/mysql_statemen