[PHP-CVS] Test failures on SuSE 9 64bit & FC 3 64bit and Failure analysis

2007-06-27 Thread Raghubansh
Hi, I have done more failure analysis on SuSE 9 64bit and FC 3 64bit, and found that most of the failures are identical. Like to thank 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

[PHP-CVS] Re: Test failures on SuSE 9 64bit & FC 3 64bit and Failure analysis

2007-06-27 Thread Antony Dovgal
On 27.06.2007 15:49, Raghubansh wrote: Explanation: The failure seen here is because of inconsistent behavior of fopen(). fopen() with first argument as boolean true( which will result as 1, and its an non-existent file) fails with message "No such file or directory" on Linux(RHEL4/5

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

2007-06-27 Thread Antony Dovgal
On 26.06.2007 22:23, Raghubansh wrote: Explanation: There is a difference in the size of a dir when created. On Linux its is 4096 by default but on MacOS its 68 and then changes when a new file/subdir is created inside the dir. I suggest that we have seperate testcase for MacOs or ju

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug41692.phpt

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 12:17:30 2007 UTC Added files: /php-src/ext/spl/tests bug41692.phpt Modified files: /php-src/ext/splspl_array.c Log: fix #41692 (ArrayObject shows weird behaviour in respect to inheritance) http://c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/spl spl_array.c /ext/spl/tests bug41692.phpt

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 12:30:28 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug41692.phpt Modified files: /php-srcNEWS /php-src/ext/splspl_array.c Log: MFH: fix #41692 (ArrayObject shows weird behavio

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests iterator_026.phpt iterator_047.phpt

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 12:38:20 2007 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests iterator_026.phpt iterator_047.phpt Log: apply corrected fix fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1

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

2007-06-27 Thread Zoe Slattery
Hi Tony The filesystem tests are diffficult and require some compromises - it isn't easy to work out exactly where. If we change tests so that they pass on as many OS as possible, for example by changing %d to %i, we'll be relaxing some of the strictness of the test. If we do this the funct

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

2007-06-27 Thread Jani Taskinen
sniper Wed Jun 27 14:40:02 2007 UTC Modified files: /php-srcacinclude.m4 configure.in Log: - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF) # Now types like ptrdiff_t, ssize_t and intmax_t get defined to something # useful.. http:/

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

2007-06-27 Thread Jani Taskinen
sniper Wed Jun 27 14:40:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcacinclude.m4 configure.in Log: MFH:- Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF) http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.15&r2=1

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

2007-06-27 Thread Antony Dovgal
On 27.06.2007 18:26, Zoe Slattery wrote: Hi Tony The filesystem tests are diffficult and require some compromises - it isn't easy to work out exactly where. Well, that's what we're trying to solve here, right? =) If we change tests so that they pass on as many OS as possible, for example b

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

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 22:05:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.global Log: ksh is a pita http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.57.2.5.2.6&r2=1.57.2.5.2.7&diff_format=u Index: php-src/Makefile.global dif

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 08:56:38 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.804&r2=1.2027.2.547.2.805&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.

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

2007-06-27 Thread Antony Dovgal
tony2001Wed Jun 27 22:17:31 2007 UTC Modified files: /php-srcMakefile.global Log: more ksh fixes http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.76&r2=1.77&diff_format=u Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.7

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

2007-06-27 Thread Ilia Alshanetsky
iliaa Thu Jun 28 03:13:29 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_dbh.c /php-src/ext/pdo_pgsql pgsql_driver.c /php-srcNEWS Log: Added support for ATTR_TIMEOUT inside pdo_pgsql driver. Fixed a bug inside PDO's "us