[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/pcre/tests/ 006.phpt

2011-09-04 Thread Ferenc Kovacs
tyrael Sun, 04 Sep 2011 13:27:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316107 Log: These regexes don't fail under the new backtrack limit, so lower it just for the test to check the failure. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysql/tests/connect.inc branches/PHP_5_3/ext/mysql/tests/mysql_affected_rows.phpt branches/PHP_5_3/ext/mysql/tests/mysql_insert_id.phpt branches/PHP_5

2011-09-04 Thread Tjerk Anne Meesters
datibbaw Sun, 04 Sep 2011 14:21:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316108 Log: Patch to run two more mysql test cases that would usually be skipped. Replaced skipifdefaultconnectionfailure.inc by three additional ini_set()

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt trunk/ext/session/tests/rfc1867_invalid_settings.phpt

2011-09-04 Thread Ferenc Kovacs
tyrael Sun, 04 Sep 2011 14:28:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316109 Log: passing an invalid session.upload_progress.freq always generates an additional startup error Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tests/rfc1867_invalid_settings_2.phpt

2011-09-04 Thread Ferenc Kovacs
tyrael Sun, 04 Sep 2011 15:02:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316110 Log: passing an invalid session.upload_progress.freq always generates an additional startup error Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt trunk/ext/session/tests/rfc1867_invalid_settings.phpt

2011-09-04 Thread Alexey Shein
Hello, why did you fix the test this way? Why not to fix the code and remove excessive warning? 2011/9/4 Ferenc Kovacs tyr...@php.net: tyrael                                   Sun, 04 Sep 2011 14:28:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316109 Log: passing an

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/intl/formatter/formatter_attr.c trunk/ext/intl/formatter/formatter_attr.c

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 16:33:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316111 Log: - wrong variable used (ended as non initiazed usage) Changed paths: U php/php-src/branches/PHP_5_4/ext/intl/formatter/formatter_attr.c U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/intl/formatter/ formatter_attr.c

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 16:33:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316112 Log: - wrong variable used (ended as non initiazed usage) Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/formatter/formatter_attr.c Modified:

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/mysql/tests/connect.inc_branches/PHP=5F5=5F3/ext/mysql/tests/mysql=5Faffected=5Frows.phpt_branches/PHP=5F5=5F3/ext/mysql/tests/mysql

2011-09-04 Thread Stas Malyshev
Hi! On 9/4/11 7:21 AM, Tjerk Anne Meesters wrote: datibbaw Sun, 04 Sep 2011 14:21:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316108 Log: Patch to run two more mysql test cases that would usually be skipped. Replaced

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/intl/grapheme/grapheme_string.c branches/PHP_5_4/ext/intl/tests/bug55562.phpt trunk/ext/intl/grapheme/grapheme_string.c trunk/ext/intl/tests/bug55562.

2011-09-04 Thread Stanislav Malyshev
stas Sun, 04 Sep 2011 18:50:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316113 Log: fix bug 55562 - make substr always return rest of the string if length is too long Bug: https://bugs.php.net/55562 (Assigned) grapheme_substr() returns

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/date.phpt branches/PHP_5_4/ext/date/tests/date.phpt trunk/ext/date/tests/date.phpt

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 21:40:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316115 Log: - fix test on win, does not use putenv to set the TZ but date_default_timezone_set (should be the case on all platforms actually...) Changed paths:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/intl/grapheme/grapheme_string.c branches/PHP_5_4/ext/intl/tests/bug55562.phpt trunk/ext/intl/grapheme/grapheme_string.c trunk/ext/intl/tests/bug55

2011-09-04 Thread Pierre Joye
5.3? On Sun, Sep 4, 2011 at 8:50 PM, Stanislav Malyshev s...@php.net wrote: stas Sun, 04 Sep 2011 18:50:05 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316113 Log: fix bug 55562 - make substr always return rest of the string if length

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/dns_win32.c branches/PHP_5_3/ext/standard/tests/network/bug41347.phpt branches/PHP_5_4/ext/standard/dns_win32.c branches/PHP_5_4/ext/standard

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 21:48:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316116 Log: - unify warning between win and unix and enable test Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/dns_win32.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/intl/grapheme/grapheme_string.c branches/PHP_5_4/ext/intl/tests/bug55562.phpt trunk/ext/intl/grapheme/grapheme_string.c trunk/ext/intl/tests/bug55

2011-09-04 Thread Stas Malyshev
Hi! On 9/4/11 2:44 PM, Pierre Joye wrote: 5.3? It changes the API (even though old one is wrong IMO) so I'm not sure if it belongs there. Up to 5.3 RM. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug27780.phpt branches/PHP_5_4/ext/date/tests/bug27780.phpt trunk/ext/date/tests/bug27780.phpt

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 21:59:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316117 Log: - skip on win, TZs differ with strftime Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug27780.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug13142.phpt branches/PHP_5_4/ext/date/tests/bug13142.phpt trunk/ext/date/tests/bug13142.phpt

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 22:04:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316118 Log: - skip on win, TZ cannot be set using putenv at runtime Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug13142.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/ereg/tests/009.phpt branches/PHP_5_4/ext/ereg/tests/009.phpt trunk/ext/ereg/tests/009.phpt

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 22:12:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316119 Log: - force LF eol Changed paths: _U php/php-src/branches/PHP_5_3/ext/ereg/tests/009.phpt _U php/php-src/branches/PHP_5_4/ext/ereg/tests/009.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/filter/tests/bug44779.phpt branches/PHP_5_3/ext/filter/tests/bug46973.phpt branches/PHP_5_3/ext/filter/tests/bug47435.phpt branches/PHP_5_3/ext/filter

2011-09-04 Thread Pierre Joye
pajoye Sun, 04 Sep 2011 22:21:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316120 Log: - add skipif Changed paths: U php/php-src/branches/PHP_5_3/ext/filter/tests/bug44779.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/streams/cast.c branches/PHP_5_4/main/php_streams.h branches/PHP_5_4/main/streams/cast.c branches/PHP_5_4/main/streams/streams.c trunk/main/php_stream

2011-09-04 Thread Gustavo André dos Santos Lopes
cataphract Sun, 04 Sep 2011 22:36:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316121 Log: - Fixed borked refactoring in r307437 (using SUCCESS/FAILURE return instead of out parameter). - Fixed signature of php_stream_copy_to_stream_ex to

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/basic_functions.c trunk/ext/standard/basic_functions.c

2011-09-04 Thread Gustavo André dos Santos Lopes
cataphract Sun, 04 Sep 2011 23:00:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316122 Log: - Fixed bug #55576: Cannot conditionally move uploaded file without race condition. Bug: https://bugs.php.net/55576 (Open) Race condition in

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/mysql/tests/connect.inc_branches/PHP=5F5=5F3/ext/mysql/tests/mysql=5Faffected=5Frows.phpt_branches/PHP=5F5=5F3/ext/mysql/tests/mysql

2011-09-04 Thread Tjerk Anne Meesters
Hi, It shouldn't, because those test cases already had a skip condition for that :) On Sep 5, 2011 1:56 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! On 9/4/11 7:21 AM, Tjerk Anne Meesters wrote: datibbaw Sun, 04 Sep 2011 14:21:27 + Revision:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_charset.c branches/PHP_5_4/ext/mysqlnd/mysqlnd_charset.c trunk/ext/mysqlnd/mysqlnd_charset.c

2011-09-04 Thread Gustavo André dos Santos Lopes
cataphract Mon, 05 Sep 2011 00:39:39 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316124 Log: - Fixed bad xor in signed types due to integer promotion. - Replaced undefined signed overflow with char - unsigned char conversion. Changed paths: