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

2007-08-09 Thread Nikhil Gupta
Hi Tony, The purpose of testcase (fgetcsv_variation14.phpt) is to read from end of file.The use of feof() in the testcase is to check for the file pointer pointing to end of file. This check is required to confirm the position of file pointer before and after the read function by fgetcsv(). I

[PHP-CVS] cvs: php-src /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.ph

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 08:41:13 2007 UTC Added files: /php-src/ext/mysqli/tests skipifconnectfailure.inc Modified files: /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt

[PHP-CVS] cvs: php-src /ext/ldap config.w32

2007-08-09 Thread Jani Taskinen
janiThu Aug 9 08:42:31 2007 UTC Modified files: /php-src/ext/ldap config.w32 Log: - Fixed bug #42247 (ldap_parse_result() not defined under win32) http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/config.w32?r1=1.2r2=1.3diff_format=u Index:

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

2007-08-09 Thread Jani Taskinen
janiThu Aug 9 08:42:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ldap config.w32 Log: MFH:- Fixed bug #42247 (ldap_parse_result() not defined under win32)

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

2007-08-09 Thread Jani Taskinen
janiThu Aug 9 08:43:09 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.887r2=1.2027.2.547.2.888diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.887

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

2007-08-09 Thread Antony Dovgal
On 09.08.2007 10:14, Nikhil Gupta wrote: Hi Tony, The purpose of testcase (fgetcsv_variation14.phpt) is to read from end of file.The use of feof() in the testcase is to check for the file pointer pointing to end of file. This check is required to confirm the position of file pointer before and

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug28817.phpt bug29311.phpt bug30967.phpt bug31668.phpt bug32405.phpt bug33090.phpt bug33263.phpt bug33491.phpt bug34785.phpt bug34810.phpt bug35103.phpt bug35

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 09:43:28 2007 UTC Modified files: /php-src/ext/mysqli/tests bug37090.phpt bug28817.phpt bug29311.phpt bug30967.phpt bug31668.phpt bug32405.phpt bug33090.phpt bug33263.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests local_infile_tools.inc reflection_tools.inc

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 10:16:24 2007 UTC Added files: /php-src/ext/mysqli/tests reflection_tools.inc local_infile_tools.inc Log: I forgot those files when merging mysqlnd SVN and HEAD. Only required by tests that test

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_connect_oo_warnings.phpt

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 10:10:46 2007 UTC Modified files: /php-src/ext/mysqli/tests mysqli_connect_oo_warnings.phpt Log: No need for an extra skip*.inc file, this check is done in just one place

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_array.phpt mysql_fetch_assoc.phpt mysql_fetch_field.phpt mysql_fetch_lengths.phpt mysql_fetch_object.phpt mysql_fetch_row.phpt mysql_field_flags.php

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 11:53:17 2007 UTC Added files: /php-src/ext/mysql/testsskipifconnectfailure.inc Modified files: /php-src/ext/mysql/testsmysql_fetch_array.phpt mysql_fetch_assoc.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd xbm.c /ext/gd/tests libgd00094.phpt libgd00094.xbm

2007-08-09 Thread Mattias Bengtsson
mattias Thu Aug 9 12:08:29 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests libgd00094.phpt libgd00094.xbm Modified files: /php-src/ext/gd/libgd xbm.c Log: - libgd #94, imagecreatefromxbm can crash if gdImageCreate

[PHP-CVS] cvs: php-src /ext/gd/libgd xbm.c /ext/gd/tests libgd00094.phpt libgd00094.xbm

2007-08-09 Thread Mattias Bengtsson
mattias Thu Aug 9 12:09:30 2007 UTC Modified files: /php-src/ext/gd/libgd xbm.c /php-src/ext/gd/tests libgd00094.phpt libgd00094.xbm Log: -MFB: libgd #94, imagecreatefromxbm can crash if gdImageCreate fails

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd gd_gd.c /ext/gd/tests libgd00101.gd libgd00101.phpt

2007-08-09 Thread Mattias Bengtsson
mattias Thu Aug 9 14:21:38 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests libgd00101.phpt libgd00101.gd Modified files: /php-src/ext/gd/libgd gd_gd.c Log: - libgd #101, imagecreatefromgd can crash if

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_gd.c /ext/gd/tests libgd00101.gd libgd00101.phpt

2007-08-09 Thread Mattias Bengtsson
mattias Thu Aug 9 14:22:38 2007 UTC Modified files: /php-src/ext/gd/libgd gd_gd.c /php-src/ext/gd/tests libgd00101.phpt libgd00101.gd Log: -MFB: libgd #101, imagecreatefromgd can crash if gdImageCreate fails

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

2007-08-09 Thread Antony Dovgal
ext/standard/tests/array/extract.phpt is broken after this commit. On 08.08.2007 11:41, Jani Taskinen wrote: janiWed Aug 8 07:41:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/ext/standard array.c Log: - Fixed bug #42233

[PHP-CVS] cvs: php-src /ext/tokenizer tokenizer_data_gen.sh

2007-08-09 Thread Johannes Schl
johannesThu Aug 9 22:24:42 2007 UTC Modified files: /php-src/ext/tokenizer tokenizer_data_gen.sh Log: - Write to the correct file... http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tokenizer_data_gen.sh?r1=1.1r2=1.2diff_format=u Index:

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

2007-08-09 Thread Antony Dovgal
ext/standard/tests/file/tempnam_variation2.phpt fails in ZTS mode. I would suggest creating separate test case for . path and disable it when ZTS is enabled. The problem is that PHP's chdir() in ZTS doesn't really do chdir(), 'cause it would affect whole process. So mkstemp() creates temp

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

2007-08-09 Thread Ilia Alshanetsky
iliaa Thu Aug 9 23:27:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2_filter.c /php-srcNEWS Log: Fixed bug #42117 (bzip2.compress loses data in internal buffer)

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

2007-08-09 Thread Ilia Alshanetsky
iliaa Fri Aug 10 00:43:50 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/sybase php_sybase_db.c Log: Fixed bug #42242 (sybase_connect() crashes)

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

2007-08-09 Thread Ilia Alshanetsky
iliaa Fri Aug 10 00:30:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/dbase dbf_head.c Log: Fixed bug #42261 (header wrong for date field).

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

2007-08-09 Thread Ilia Alshanetsky
iliaa Fri Aug 10 00:36:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard file.c /php-srcNEWS Log: Fixed bug #42243 (copy() does not ouput an error when the first arg is a dir).

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file copy_variation1.phpt copy_variation10.phpt copy_variation11.phpt copy_variation12-win32.phpt copy_variation12.phpt copy_variation13.phpt copy_v

2007-08-09 Thread Raghubansh Kumar
kraghubaFri Aug 10 02:57:30 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filecopy_variation9.phpt copy_variation11.phpt copy_variation13.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings strtolower-win32.phpt strtolower.phpt strtoupper1-win32.phpt strtoupper1.phpt

2007-08-09 Thread Raghubansh Kumar
kraghubaFri Aug 10 03:03:49 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings strtoupper1-win32.phpt strtoupper1.phpt strtolower-win32.phpt

[PHP-CVS] cvs: CVSROOT / avail

2007-08-09 Thread Pierre-Alain Joye
pajoye Thu Aug 9 07:37:19 2007 UTC Modified files: /CVSROOTavail Log: - give mattias ext/gd karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1297r2=1.1298diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1297 CVSROOT/avail:1.1298 ---

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

2007-08-09 Thread Raghubansh Kumar
kraghubaFri Aug 10 03:05:01 2007 UTC Modified files: /php-src/ext/standard/tests/strings strtoupper1-win32.phpt strtoupper1.phpt strtolower-win32.phpt

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

2007-08-09 Thread Raghubansh Kumar
kraghubaFri Aug 10 03:33:00 2007 UTC Modified files: /php-src/ext/standard/tests/filetempnam_error.phpt Log: more new testcases for tempnam() function