Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Antony Dovgal
On 25.06.2007 22:24, Rob Richards wrote: Changed output is due to a I fix I made in libxml2 for 2.6.29 So we need either to create separate tests for 2.6.29 or just disable these tests when LIBXML_VERSION => 20629, if I understood it correctly. Antony Dovgal wrote: On 25.06.2007 21:41, Dmi

RE: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Dmitry Stogov
Hi Rob, So what do you suggest to make with these tests? Dmitry. > -Original Message- > From: Rob Richards [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 10:25 PM > To: Antony Dovgal > Cc: Dmitry Stogov; [EMAIL PROTECTED]; php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file lstat_stat_basic.phpt symlink_link_linkinfo_is_link_variation.phpt

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 09:01:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filelstat_stat_basic.phpt symlink_link_linkinfo_is_link_variation.phpt Log: Fixed tests http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pdo pdo_stmt.c /ext/pdo_mysql/tests bug_41698.phpt

2007-06-25 Thread Ilia Alshanetsky
iliaa Tue Jun 26 01:24:10 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pdo_mysql/testsbug_41698.phpt Modified files: /php-srcNEWS /php-src/ext/pdopdo_stmt.c Log: Fixed bug #41698 (float parameters truncated

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file symlink_link_linkinfo_is_link_basic.phpt symlink_link_linkinfo_is_link_error.phpt symlink_link_linkinfo_is_link_variation.phpt

2007-06-25 Thread Antony Dovgal
On 26.06.2007 00:23, Raghubansh wrote: Tony, I have tried running symlink_link_linkinfo_is_link_error.phpt with php5 and php6 with following version and found it passing on linux [EMAIL PROTECTED] file]$ php -v PHP 6.0.0-dev (cli) (built: Jun 25 2007 20:36:37) Copyright (c) 1997-2007 The PHP Grou

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

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 21:24:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug41655_1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.1.4.4&r2=1.1.4.5&diff_format=u I

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 21:24:37 2007 UTC Modified files: /php-src/ext/standard/tests/filebug41655_1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/standar

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file symlink_link_linkinfo_is_link_basic.phpt symlink_link_linkinfo_is_link_error.phpt symlink_link_linkinfo_is_link_variation.phpt

2007-06-25 Thread Hannes Magnusson
On 6/25/07, Raghubansh <[EMAIL PROTECTED]> wrote: Tony, I have tried running symlink_link_linkinfo_is_link_error.phpt with php5 and php6 with following version and found it passing on linux [EMAIL PROTECTED] file]$ php -v PHP 6.0.0-dev (cli) (built: Jun 25 2007 20:36:37) Copyright (c) 1997-2007 T

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

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 21:12:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: fix #41773 (php_strip_whitespace sends headers with errors suppressed) MFB is not needed, output buffering in HE

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file filesize_variation-win32.phpt filesize_variation.phpt lstat_stat_basic.phpt lstat_stat_error.phpt rename_variation-win32.phpt rename_variat

2007-06-25 Thread Raghubansh
I do not see the failure(rename_variation.phpt) with php5/php6 built from latest checkout from CVS. Please provide more detail of the failure PHP version, OS, etc. About breaking up the testcase into smaller files, I'll revert back with more details. with Regards, Raghubansh, IBM On 6/25/07, A

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file symlink_link_linkinfo_is_link_basic.phpt symlink_link_linkinfo_is_link_error.phpt symlink_link_linkinfo_is_link_variation.phpt

2007-06-25 Thread Raghubansh
Tony, I have tried running symlink_link_linkinfo_is_link_error.phpt with php5 and php6 with following version and found it passing on linux [EMAIL PROTECTED] file]$ php -v PHP 6.0.0-dev (cli) (built: Jun 25 2007 20:36:37) Copyright (c) 1997-2007 The PHP Group Zend Engine v3.0.0-dev, Copyright (c)

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

2007-06-25 Thread Scott MacVicar
scottmacMon Jun 25 20:19:30 2007 UTC Modified files: /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli.c Log: MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows). http://cvs.php.net/viewvc.cgi/php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/oci8 oci8_lob.c /ext/oci8/tests lob_null.phpt

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 18:26:52 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/oci8/tests lob_null.phpt Modified files: /php-srcNEWS /php-src/ext/oci8 oci8_lob.c Log: MFH: fix #41711 (Null temporary lobs not supporte

[PHP-CVS] cvs: php-src /ext/oci8 oci8_lob.c /ext/oci8/tests lob_null.phpt

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 18:25:08 2007 UTC Added files: /php-src/ext/oci8/tests lob_null.phpt Modified files: /php-src/ext/oci8 oci8_lob.c Log: fix #41711 (Null temporary lobs not supported) http://cvs.php.net/viewvc.cgi/php-sr

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Rob Richards
Changed output is due to a I fix I made in libxml2 for 2.6.29 Rob Antony Dovgal wrote: On 25.06.2007 21:41, Dmitry Stogov wrote: Interesting. May be it depends on libxml version (I use 2.6.29). I'll try to look into it tomorrow. May be. I use libxml2 2.6.26. -- PHP CVS Mailing List (http:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Antony Dovgal
On 25.06.2007 21:41, Dmitry Stogov wrote: Interesting. May be it depends on libxml version (I use 2.6.29). I'll try to look into it tomorrow. May be. I use libxml2 2.6.26. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Dmitry Stogov
Interesting. May be it depends on libxml version (I use 2.6.29). I'll try to look into it tomorrow. Dmitry. > -Original Message- > From: Jani Taskinen [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 9:11 PM > To: Antony Dovgal > Cc: Dmitry Stogov; php-cvs@lists.php.net > Subject:

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

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 17:37:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sysvshm/tests 003.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/tests/003.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/sysvshm/tests/0

[PHP-CVS] cvs: php-src /ext/sysvshm/tests 003.phpt

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 17:37:48 2007 UTC Modified files: /php-src/ext/sysvshm/tests 003.phpt Log: cleanup test data http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/tests/003.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/sysvshm/tests/003.phpt dif

Re: [PHP-CVS] cvs: php-src /ext/standard/tests/file symlink_link_linkinfo_is_link_basic.phpt symlink_link_linkinfo_is_link_error.phpt symlink_link_linkinfo_is_link_variation.phpt

2007-06-25 Thread Antony Dovgal
On 22.06.2007 12:14, Raghubansh Kumar wrote: kraghubaFri Jun 22 08:14:16 2007 UTC Modified files: /php-src/ext/standard/tests/file symlink_link_linkinfo_is_link_basic.phpt symlink_link

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file filesize_variation-win32.phpt filesize_variation.phpt lstat_stat_basic.phpt lstat_stat_error.phpt rename_variation-win32.phpt rename_variat

2007-06-25 Thread Antony Dovgal
On 22.06.2007 01:12, Raghubansh Kumar wrote: kraghubaThu Jun 21 21:12:18 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/file stat_error-win32.phpt lstat_stat_error.phpt

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Jani Taskinen
And for me too.. --Jani Antony Dovgal kirjoitti: This fix broke the tests for me. On 25.06.2007 10:45, Dmitry Stogov wrote: dmitryMon Jun 25 06:45:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter/tests007.phpt OO_007.phpt Log: Fixed test

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

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 17:10:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug41655_1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u I

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Antony Dovgal
tony2001Mon Jun 25 17:10:07 2007 UTC Modified files: /php-src/ext/standard/tests/filebug41655_1.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug41655_1.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/standar

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlwriter/tests 007.phpt OO_007.phpt

2007-06-25 Thread Antony Dovgal
This fix broke the tests for me. On 25.06.2007 10:45, Dmitry Stogov wrote: dmitry Mon Jun 25 06:45:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter/tests 007.phpt OO_007.phpt Log: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/x

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

2007-06-25 Thread Jani Taskinen
sniper Mon Jun 25 16:26:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_sqlite config.m4 Log: MFH: - Fixed bug #41794 (build fails with external libs under Solaris) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.m4?r1=1.26.2.9.2.5

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

2007-06-25 Thread Jani Taskinen
sniper Mon Jun 25 16:26:19 2007 UTC Modified files: /php-src/ext/pdo_sqlite config.m4 Log: - Fixed bug #41794 (build fails with external libs under Solaris) http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_sqlite/config.m4?r1=1.33&r2=1.34&diff_format=u Index:

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

2007-06-25 Thread Scott MacVicar
scottmacMon Jun 25 16:01:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysql php_mysql.c /php-src/ext/mysqli mysqli.c Log: Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows). http:/

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

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 14:23:21 2007 UTC Modified files: /php-srcconfigure.in Log: Fixed stat() to support rdev, blocksize and blocks on Fedora 7 http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.627&r2=1.628&diff_format=u Index: php-src/configure.in di

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

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 14:22:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in Log: Fixed stat() to support rdev, blocksize and blocks on Fedora 7 http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.57&r2=1.579.2.52.2.58&diff_fo

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

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 09:42:49 2007 UTC Modified files: /php-src/ext/standard dir.c Log: (forgotten part of fix) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.164&r2=1.165&diff_format=u Index: php-src/ext/standard/dir.c diff -u php-src/ext/

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

2007-06-25 Thread Derick Rethans
On Mon, 25 Jun 2007, Dmitry Stogov wrote: > Didn't you see broken test "tests/lang/bug24640.phpt"? No... all the tests for this format are in different locations apparently. So I missed it. The rest of them are in ext/standard ... Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubs

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

2007-06-25 Thread Dmitry Stogov
Didn't you see broken test "tests/lang/bug24640.phpt"? Dmitry. > -Original Message- > From: Derick Rethans [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 12:48 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-CVS] cvs: php-src /main snprintf.c spprintf.c >

RE: [PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Dmitry Stogov
/php-src/ext/standard/tests/file/bug41655_2.phpt was broken because "pattern" was truncated by php_dirname(). Dmitry. > -Original Message- > From: Pierre [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 12:52 PM > To: Dmitry Stogov > Cc: php-cvs@lists.php.net > Subject: Re: [PHP-

[PHP-CVS] cvs: php-src /ext/standard/tests/file lstat_stat_basic.phpt symlink_link_linkinfo_is_link_variation.phpt

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 09:02:07 2007 UTC Modified files: /php-src/ext/standard/tests/filelstat_stat_basic.phpt symlink_link_linkinfo_is_link_variation.phpt Log: Fixed tests http://cvs.php.net/viewvc.cgi/php-src/ext/sta

Re: [PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Pierre
Hi Dmitry, On 6/25/07, Dmitry Stogov <[EMAIL PROTECTED]> wrote: dmitry Mon Jun 25 08:40:37 2007 UTC Modified files: /php-src/ext/standard dir.c /php-src/ext/standard/tests/filebug41655_1.phpt Log: Better fix for bug #41655 http://cvs.php.net/viewvc.cgi/php-src

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

2007-06-25 Thread Derick Rethans
On Mon, 25 Jun 2007, Dmitry Stogov wrote: > dmitryMon Jun 25 08:39:24 2007 UTC > > Modified files: > /php-src/main snprintf.c spprintf.c > Log: > Restore big exponent letter in var_export() ('1e300' -> '1E300') Please add a test case for this... Deri

[PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 08:40:37 2007 UTC Modified files: /php-src/ext/standard dir.c /php-src/ext/standard/tests/filebug41655_1.phpt Log: Better fix for bug #41655 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.163&r2=1.164&diff_form

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 08:40:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard dir.c /php-src/ext/standard/tests/filebug41655_1.phpt Log: Better fix for bug #41655 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.147.2

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

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 08:39:24 2007 UTC Modified files: /php-src/main snprintf.c spprintf.c Log: Restore big exponent letter in var_export() ('1e300' -> '1E300') http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.56&r2=1.57&diff_format=u Index: php

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

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 08:39:10 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main snprintf.c spprintf.c Log: Restore big exponent letter in var_export() ('1e300' -> '1E300') http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.37.2.4.2.12&r2=1.3