[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings sprintf_variation6.phpt sprintf_variation7.phpt sprintf_variation8.phpt sprintf_variation9.phpt

2007-11-08 Thread Raghubansh Kumar
kraghubaFri Nov 9 04:20:10 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings sprintf_variation6.phpt sprintf_variation7.phpt sprintf_variation8.phpt

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

2007-11-08 Thread Ilia Alshanetsky
iliaa Fri Nov 9 03:51:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo_ocioci_driver.c Log: Fixed win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_oci/oci_driver.c?r1=1.24.2.4.2.7&r2=1.24.2.4.2.8&diff_format=u Index: php-src/ext/

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

2007-11-08 Thread Lars Westermann
lwe Thu Nov 8 19:54:19 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - ibase_query.c bugfixes http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.44&r2=1.2027.2.547.2.965.2.45&diff_format=u Index: php-src/NEWS diff -u php-sr

[PHP-CVS] cvs: php-src /ext/interbase ibase_query.c

2007-11-08 Thread Lars Westermann
lwe Thu Nov 8 19:41:57 2007 UTC Modified files: /php-src/ext/interbase ibase_query.c Log: MFB - Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return) - Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #3

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/interbase ibase_query.c

2007-11-08 Thread Lars Westermann
lwe Thu Nov 8 19:16:27 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase ibase_query.c Log: [DOC] PHP5: Prototype for ibase_query should be: ibase_query([resource link_identifier, [ resource link_identifier, ]] string query [, mixe

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqlnd mysqlnd.c

2007-11-08 Thread Andrey Hristov
andrey Thu Nov 8 17:29:42 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqlndmysqlnd.c Log: Fix segfault in debug build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.5.2.3&r2=1.5.2.4&diff_format=u Index: php-src/ext/mys

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

2007-11-08 Thread Andrey Hristov
andrey Thu Nov 8 17:29:06 2007 UTC Modified files: /php-src/ext/mysqlndmysqlnd.c Log: Fix segfault in debug build http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd.c?r1=1.6&r2=1.7&diff_format=u Index: php-src/ext/mysqlnd/mysqlnd.c diff -u ph

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

2007-11-08 Thread Antony Dovgal
On 08.11.2007 17:11, Jani Taskinen wrote: > Antony Dovgal kirjoitti: >> On 08.11.2007 13:26, Jani Taskinen wrote: >>> It should never be anything else but that error! If the file exists before >>> running the test then there's something wrong with the --CLEAN-- part. >> >> PHP in ZTS mode fails e

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

2007-11-08 Thread Ilia Alshanetsky
iliaa Thu Nov 8 13:53:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: Back to dev http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.83&r2=1.579.2.52.2.84&diff_format=u

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

2007-11-08 Thread Ilia Alshanetsky
iliaa Thu Nov 8 13:44:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: 5.2.5 http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.82&r2=1.579.2.52.2.83&diff_format=u Index:

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

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 13:34:41 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug43216.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug43216.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php

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

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 13:34:35 2007 UTC Modified files: /php-src/ext/standard/tests/filebug43216.phpt Log: fix open tag http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug43216.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standar

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

2007-11-08 Thread Dmitry Stogov
dmitry Thu Nov 8 13:29:38 2007 UTC Modified files: /php-src/ext/standard streamsfuncs.c /php-src/ext/standard/tests/filebug43216.phpt Log: Fixed bug #43216 (stream_is_local() returns false on "file://") http://cvs.php.net/viewvc.cgi/php-src/e

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard streamsfuncs.c /ext/standard/tests/file bug43216.phpt

2007-11-08 Thread Dmitry Stogov
dmitry Thu Nov 8 13:29:25 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug43216.phpt Modified files: /php-src/ext/standard streamsfuncs.c Log: Fixed bug #43216 (stream_is_local() returns false on "file:

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

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 13:29:06 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql php_mysql.c Log: MFH: plug leak on invalid result type http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.213.2.6.2.16.2.4&r2=1.213.2.6.2.16.2.5&di

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

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 13:28:39 2007 UTC Modified files: /php-src/ext/mysql php_mysql.c Log: plug memory leak on invalid result type http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/php_mysql.c?r1=1.246&r2=1.247&diff_format=u Index: php-src/ext/mysql/php_

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo/tests pdo_018.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 12:40:43 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo/tests pdo_018.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_018.phpt?r1=1.11.2.4.2.1&r2=1.11.2.4.2.1.2.1&diff_format=u Index: php-

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/tests bug20382-2.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 11:39:59 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests bug20382-2.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug20382-2.phpt?r1=1.2.2.1.2.1&r2=1.2.2.1.2.2&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/tests bug20382-2.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 11:39:40 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/tests bug20382-2.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug20382-2.phpt?r1=1.2.2.1.2.1&r2=1.2.2.1.2.1.2.1&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/date/tests bug20382-2.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 11:39:10 2007 UTC Modified files: /php-src/ext/date/tests bug20382-2.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/bug20382-2.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/date/tests/bug20382-2.ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings str_split_variation6.phpt str_split_variation6_64bit.phpt str_split_variation7.phpt str_split_variation7_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 11:19:46 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings str_split_variation6_64bit.phpt str_split_variation7_64bit.phpt Modified files: /php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings str_split_variation6.phpt str_split_variation6_64bit.phpt str_split_variation7.phpt str_split_variation7_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 11:19:32 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings str_split_variation6_64bit.phpt str_split_variation7_64bit.phpt Modified files: /php-src/ext/

[PHP-CVS] cvs: php-src /ext/standard/tests/strings str_split_variation6.phpt str_split_variation6_64bit.phpt str_split_variation7.phpt str_split_variation7_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 11:19:19 2007 UTC Added files: /php-src/ext/standard/tests/strings str_split_variation6_64bit.phpt str_split_variation7_64bit.phpt Modified files: /php-src/ext/standard/tests/st

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings str_split_variation2.phpt str_split_variation2_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:30:08 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings str_split_variation2_64bit.phpt Modified files: /php-src/ext/standard/tests/strings str_split_variation2.phpt Log: fix test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings str_split_variation2.phpt str_split_variation2_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:29:53 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings str_split_variation2_64bit.phpt Modified files: /php-src/ext/standard/tests/strings str_split_variation2.phpt Log: fix test

[PHP-CVS] cvs: php-src /ext/standard/tests/strings str_split_variation2.phpt str_split_variation2_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:29:40 2007 UTC Added files: /php-src/ext/standard/tests/strings str_split_variation2_64bit.phpt Modified files: /php-src/ext/standard/tests/strings str_split_variation2.phpt Log: fix test http://cvs.php.ne

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

2007-11-08 Thread Jani Taskinen
It should never be anything else but that error! If the file exists before running the test then there's something wrong with the --CLEAN-- part. --Jani Antony Dovgal kirjoitti: tony2001Thu Nov 8 10:19:39 2007 UTC Modified files: /php-src/ext/standard/tes

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

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:20:01 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filetempnam_variation3.phpt Log: MFH: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_variation3.phpt?r1=1.1.2.2.2.1&r

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

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:19:39 2007 UTC Modified files: /php-src/ext/standard/tests/filetempnam_variation3.phpt Log: this error message may vary http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/tempnam_variation3.phpt?r1=1.4&r2=1.5&diff_

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_fill_variation1.phpt array_fill_variation1_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:13:47 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_fill_variation1_64bit.phpt Modified files: /php-src/ext/standard/tests/array array_fill_variation1.phpt Log: MFH: fix tes

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_fill_variation1.phpt array_fill_variation1_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:13:33 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_fill_variation1_64bit.phpt Modified files: /php-src/ext/standard/tests/array array_fill_variation1.phpt Log: MFH: fix tes

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_fill_variation1.phpt array_fill_variation1_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:13:18 2007 UTC Added files: /php-src/ext/standard/tests/array array_fill_variation1_64bit.phpt Modified files: /php-src/ext/standard/tests/array array_fill_variation1.phpt Log: fix test http://cvs.php

[PHP-CVS] cvs: php-src /ext/standard/tests/array end_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:06:52 2007 UTC Modified files: /php-src/ext/standard/tests/array end_64bit.phpt Log: add missing 64bit version of the test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/end_64bit.phpt?r1=1.1&r2=1.2&diff_format=

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array end_64bit.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:03:52 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array end_64bit.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/end_64bit.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip/tests bug38943.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 10:02:51 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zip/tests bug38943.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/zip/tests/bug38943.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=u Index: php-src/ext/

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array min_variation1.phpt min_variation2.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 08:12:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array min_variation2.phpt min_variation1.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/test

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array min_variation1.phpt min_variation2.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 08:11:55 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array min_variation2.phpt min_variation1.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/test

[PHP-CVS] cvs: php-src /ext/standard/tests/array min_variation1.phpt min_variation2.phpt

2007-11-08 Thread Antony Dovgal
tony2001Thu Nov 8 08:11:41 2007 UTC Modified files: /php-src/ext/standard/tests/array min_variation2.phpt min_variation1.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/min