[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-06-26 Thread changelog
changelog Wed Jun 27 01:31:16 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2730r2=1.2731diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2730

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

2007-06-26 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:

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

2007-06-26 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,

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

2007-06-26 Thread Dmitry Stogov
The behavior with libxml 2.6.29 is wrong, but this is libxml bug and it cannot be simple fixed in PHP. Thanks. Dmitry. -Original Message- From: Antony Dovgal [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 10:34 AM To: Rob Richards Cc: Dmitry Stogov; [EMAIL PROTECTED];

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

2007-06-26 Thread Pierre
On 6/26/07, Dmitry Stogov [EMAIL PROTECTED] wrote: The behavior with libxml 2.6.29 is wrong, but this is libxml bug and it cannot be simple fixed in PHP. What Tony (afaiu :) meant is to skip the test if the libxml version is younger than 2.6.29. Thanks, --Pierre -- PHP CVS Mailing List

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

2007-06-26 Thread Antony Dovgal
On 26.06.2007 11:53, Pierre wrote: On 6/26/07, Dmitry Stogov [EMAIL PROTECTED] wrote: The behavior with libxml 2.6.29 is wrong, but this is libxml bug and it cannot be simple fixed in PHP. What Tony (afaiu :) meant is to skip the test if the libxml version is younger than 2.6.29. Exactly.

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-26 Thread Antony Dovgal
On 26.06.2007 11:00, Raghubansh wrote: Tony, Please provide the diff. files. Thanks http://news.php.net/php.qa/36932 - MacOs X http://news.php.net/php.qa/36936 - Fedora Core release 3 32bit http://news.php.net/php.qa/36938 - SuSE 9 64bit http://news.php.net/php.qa/36940 - FC3 64bit -- Wbr,

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-26 Thread Raghubansh
Thanks Tony! On 6/26/07, Antony Dovgal [EMAIL PROTECTED] wrote: On 26.06.2007 11:00, Raghubansh wrote: Tony, Please provide the diff. files. Thanks http://news.php.net/php.qa/36932 - MacOs X http://news.php.net/php.qa/36936 - Fedora Core release 3 32bit http://news.php.net/php.qa/36938 -

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-26 Thread Antony Dovgal
On 26.06.2007 11:00, Raghubansh wrote: Tony, Please provide the diff. files. Thanks More test results: http://news.php.net/php.qa/36961 - Sun Solaris 10 -- 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-26 Thread Dmitry Stogov
No problem with SKIPing them, btw the old behavior is wrong. Dmitry. -Original Message- From: Antony Dovgal [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 12:57 PM To: Pierre Cc: Dmitry Stogov; Rob Richards; [EMAIL PROTECTED]; php-cvs@lists.php.net Subject: Re: [PHP-CVS]

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 11:03:42 2007 UTC Modified files: /php-src/ext/standard dns.c Log: fix #41795 (checkdnsrr does not support DNS_TXT type) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.85r2=1.86diff_format=u Index:

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 11:04:56 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard dns.c Log: MFH: fix #41795 (checkdnsrr does not support DNS_TXT type) patch by lucas at facebook dot com

[PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 10:22:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.global Log: MFH http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.57.2.5.2.5r2=1.57.2.5.2.6diff_format=u Index: php-src/Makefile.global diff -u

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

2007-06-26 Thread Rob Richards
Antony Dovgal wrote: 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. That is correct. As

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 12:08:50 2007 UTC Added files: /php-src/ext/standard/tests/general_functions bug41445.phpt bug41445_1.phpt Modified files: /php-src/ext/standard

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 12:10:08 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug41445.phpt bug41445_1.phpt Modified files:

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 12:12:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlwriter/tests007.phpt OO_007.phpt Log: fix tests as discussed

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 12:14:01 2007 UTC Modified files: /php-src/ext/xmlwriter/tests007.phpt OO_007.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/tests/007.phpt?r1=1.3r2=1.4diff_format=u Index:

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 12:14:24 2007 UTC Modified files: /php-src/ext/standard dir.c Log: add missing include and fix warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.165r2=1.166diff_format=u Index: php-src/ext/standard/dir.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /sapi/cgi cgi_main.c

2007-06-26 Thread Dmitry Stogov
dmitry Tue Jun 26 14:47:16 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/sapi/cgi cgi_main.c Log: Fixed bug #40419 (Trailing Slash in CGI request don't work)

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2007-06-26 Thread Dmitry Stogov
dmitry Tue Jun 26 14:47:33 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: Fixed bug #40419 (Trailing Slash in CGI request don't work) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.326r2=1.327diff_format=u Index:

[PHP-CVS] Test failure on MacOS X and Failure analysis

2007-06-26 Thread Raghubansh
Hi, Firstly many thanks to Tony, Hanne Dmrity for providing all the required information which help me analyze various failure on MacOS X. The analysis is bit lengthier, my apologies for the lengthy note. Appreciate any feedback and comment, that would be helpful in analyzing the failure on

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 21:29:32 2007 UTC Modified files: /php-src/ext/standard basic_functions.c Log: fix ws folding http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.860r2=1.861diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard assert.c base64.c browscap.c credits.c crypt.c css.c cyr_convert.c datetime.c

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 21:37:14 2007 UTC Modified files: /php-src/ext/standard assert.c base64.c browscap.c credits.c crypt.c css.c cyr_convert.c datetime.c Log: fix ws folding

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

2007-06-26 Thread Ilia Alshanetsky
iliaa Wed Jun 27 02:00:46 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pdo_pgsql pgsql_driver.c Log: Added persistent connection status checker to pdo_pgsql

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

2007-06-26 Thread Ilia Alshanetsky
iliaa Wed Jun 27 02:02:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_dbh.c Log: Fixed a crash inside PDO when there is more then one instance of a persistent connection inside a script and PDO object is extended by class with a