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

2007-08-09 Thread Christopher Jones
sixdFri Aug 10 06:58:13 2007 UTC Modified files: /php-src/ext/oci8 config.m4 Log: oci8: merge changes to build with Oracle Database 11g http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/config.m4?r1=1.68&r2=1.69&diff_format=u Index: php-src/ext/oci8/config

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

2007-08-09 Thread Christopher Jones
sixdFri Aug 10 06:57:41 2007 UTC Modified files: /php-src/ext/pdo_ociconfig.m4 Log: pdo_oci: merge changes to build with Oracle Database 11g http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_oci/config.m4?r1=1.19&r2=1.20&diff_format=u Index: php-src/e

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

2007-08-09 Thread Jani Taskinen
Yes, and I'm not gonna fix that broken test that was broken to begin with. Whoever added it should fix it. --Jani On Fri, 2007-08-10 at 02:16 +0400, Antony Dovgal wrote: > ext/standard/tests/array/extract.phpt is broken after this commit. > > On 08.08.2007 11:41, Jani Taskinen wrote: > > jani

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_error.phpt?r1=1.1&r2=1.2&diff

[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.1297&r2=1.1298&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1297 CVSROOT/avail:1.1298 --- CV

[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(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) / 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) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.891&r2=1.2027.2.547.2.89

[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). http://cvs.php.net/viewvc.cgi/php-src/ext/sta

[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). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.889&r2=1.2027.2.547.2.

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=

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 fi

[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.1&r2=1.2&diff_format=u Index: php-sr

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 (Problem

[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 http://cvs.php.net/viewvc.cgi/php-sr

[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 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 http://cvs.php.net/viewvc.cgi/php-src

[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/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 /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 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_conne

[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 experimenta

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_master_query.phpt mysqli_rpl_parse_enabled.phpt mysqli_rpl_probe.phpt mysqli_rpl_query_type.phpt mysqli_send_query.phpt mysqli_slave_query.phpt

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 09:59:15 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_master_query.phpt mysqli_rpl_parse_enabled.phpt mysqli_rpl_probe.phpt mysqli_rpl_qu

[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 bug33491.ph

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 a

[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.887&r2=1.2027.2.547.2.888&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.887 php-s

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/config.w32?r1=1.2&r2=1.2.4.1&diff_format

[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.2&r2=1.3&diff_format=u Index: php-src/ext/lda

[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 00