[PHP-CVS] Re: cvs: php-src / README.UNICODE-UPGRADES /main snprintf.c spprintf.c

2008-02-07 Thread Gregory Beaver
Marcus Boerger wrote: > helly Thu Feb 7 18:40:29 2008 UTC > > Modified files: > /php-src README.UNICODE-UPGRADES > /php-src/main snprintf.c spprintf.c > Log: > - Add %Z to *printf > > http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.

[PHP-CVS] cvs: php-src(PHP_5_3) / header

2008-02-07 Thread Ilia Alshanetsky
iliaa Thu Feb 7 19:39:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcheader Log: Update copyright http://cvs.php.net/viewvc.cgi/php-src/header?r1=1.16.2.1.2.1&r2=1.16.2.1.2.1.2.1&diff_format=u Index: php-src/header diff -u php-src/header:1.16.2.1

[PHP-CVS] cvs: php-src(PHP_5_3) /main snprintf.c spprintf.c

2008-02-07 Thread Marcus Boerger
helly Thu Feb 7 18:41:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main snprintf.c spprintf.c Log: - MFH Add %Z to *printf http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.37.2.4.2.14.2.3&r2=1.37.2.4.2.14.2.4&diff_format=u Index: php-

[PHP-CVS] cvs: php-src / README.UNICODE-UPGRADES /main snprintf.c spprintf.c

2008-02-07 Thread Marcus Boerger
helly Thu Feb 7 18:40:29 2008 UTC Modified files: /php-srcREADME.UNICODE-UPGRADES /php-src/main snprintf.c spprintf.c Log: - Add %Z to *printf http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.18&r2=1.19&diff_format=u Index: ph

[PHP-CVS] cvs: php-src / README.UNICODE-UPGRADES

2008-02-07 Thread Marcus Boerger
helly Thu Feb 7 18:33:21 2008 UTC Modified files: /php-srcREADME.UNICODE-UPGRADES Log: - WS http://cvs.php.net/viewvc.cgi/php-src/README.UNICODE-UPGRADES?r1=1.17&r2=1.18&diff_format=u Index: php-src/README.UNICODE-UPGRADES diff -u php-src/README.UNICODE-U

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/testsmysql_connect.phpt

2008-02-07 Thread Nuno Lopes
The same for the gcov machine: http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests Nuno - Original Message - A lot of tests fail for me too, using libmysql. Pretty much same reason as Antony has. On Thu, 2008-02-07 at 15:41 +0200, Andrey Hristov wrote: Antony Dovgal wrote: > Wh

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_connect.phpt

2008-02-07 Thread Jani Taskinen
A lot of tests fail for me too, using libmysql. Pretty much same reason as Antony has. On Thu, 2008-02-07 at 15:41 +0200, Andrey Hristov wrote: > Antony Dovgal wrote: > > While you're on it, maybe you'd like to take a look at this test either: > > > > # cat 5_3.zts/ext/mysql/tests/mysql_trace_mod

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_connect.phpt

2008-02-07 Thread Antony Dovgal
On 07.02.2008 16:41, Andrey Hristov wrote: > Which mysql version? 5.0.26 > libmysql or mysqlnd? Whatever is built by default. I.e. libmysql from what I understand. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings vsprintf_variation8.phpt

2008-02-07 Thread Jani Taskinen
janiThu Feb 7 13:44:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings vsprintf_variation8.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/vsprintf_variation8.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_connect.phpt

2008-02-07 Thread Andrey Hristov
Antony Dovgal wrote: > While you're on it, maybe you'd like to take a look at this test either: > > # cat 5_3.zts/ext/mysql/tests/mysql_trace_mode.diff > 002+ [001] [1044] Access denied for user 'test'@'localhost' to database > 'phptest' > 004+ Warning: mysql_free_result(): supplied argument is n

[PHP-CVS] cvs: php-src /ext/standard/tests/strings count_chars.phpt

2008-02-07 Thread Felipe Pena
felipe Thu Feb 7 13:26:36 2008 UTC Modified files: /php-src/ext/standard/tests/strings count_chars.phpt Log: Fix error message http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/count_chars.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions parse_ini_booleans.phpt parse_ini_file.phpt

2008-02-07 Thread Felipe Pena
felipe Thu Feb 7 13:18:58 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions parse_ini_booleans.phpt parse_ini_file.phpt Log:

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

2008-02-07 Thread Felipe Pena
felipe Thu Feb 7 13:06:50 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions parse_ini_basic.phpt Log: Added UEXPECTF http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt?r1=1.2&r2=1.3&diff_f

[PHP-CVS] cvs: php-src(PHP_5_3) /main snprintf.c snprintf.h spprintf.c spprintf.h

2008-02-07 Thread Marcus Boerger
helly Thu Feb 7 12:47:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main snprintf.c snprintf.h spprintf.c spprintf.h Log: - MFH WS http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.37.2.4.2.14.2.2&r2=1.37.2.4.2.14.2.3&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/standard/tests/strings str_split_basic.phpt substr_count_variation_001.phpt wordwrap_variation2.phpt

2008-02-07 Thread Felipe Pena
felipe Thu Feb 7 12:45:54 2008 UTC Modified files: /php-src/ext/standard/tests/strings wordwrap_variation2.phpt substr_count_variation_001.phpt str_split_basic.phpt Log: Fixed some

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

2008-02-07 Thread Marcus Boerger
helly Thu Feb 7 12:45:42 2008 UTC Modified files: /php-src/main snprintf.c snprintf.h spprintf.c spprintf.h Log: - WS http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.61&r2=1.62&diff_format=u Index: php-src/main/snprintf.c diff -u php-src/main/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zlib/tests bug_40189.phpt

2008-02-07 Thread Jani Taskinen
janiThu Feb 7 12:15:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zlib/tests bug_40189.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/tests/bug_40189.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/zlib/tests/bug_40

[PHP-CVS] cvs: php-src /ext/zlib/tests bug_40189.phpt

2008-02-07 Thread Jani Taskinen
janiThu Feb 7 12:15:42 2008 UTC Modified files: /php-src/ext/zlib/tests bug_40189.phpt Log: - Fix test (no files in "root" please) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/tests/bug_40189.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/zlib

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_connect.phpt

2008-02-07 Thread Antony Dovgal
While you're on it, maybe you'd like to take a look at this test either: # cat 5_3.zts/ext/mysql/tests/mysql_trace_mode.diff 002+ [001] [1044] Access denied for user 'test'@'localhost' to database 'phptest' 004+ Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource