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

2007-10-31 Thread changelog
changelog Thu Nov 1 01:31:26 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2855r2=1.2856diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2855

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

2007-10-31 Thread Ilia Alshanetsky
iliaa Wed Oct 31 12:57:51 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pdo/tests bug_43139.phpt Modified files: /php-src/ext/pdopdo_stmt.c Log: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/pdo pdo_stmt.c /ext/pdo/tests bug_43139.phpt

2007-10-31 Thread Ilia Alshanetsky
iliaa Wed Oct 31 12:58:24 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pdo/tests bug_43139.phpt Modified files: /php-src/ext/pdopdo_stmt.c /php-srcNEWS Log: MFB: Fixed bug #43139 PDO ignores

[PHP-CVS] cvs: php-src /ext/standard filestat.c php_filestat.h /ext/standard/tests/file 005_basic.phpt 005_error.phpt bug43137.phpt /main/streams plain_wrapper.c

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:22:18 2007 UTC Added files: /php-src/ext/standard/tests/filebug43137.phpt Modified files: /php-src/ext/standard filestat.c php_filestat.h /php-src/ext/standard/tests/file005_basic.phpt 005_error.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl openssl.c /ext/standard filestat.c php_filestat.h /ext/standard/tests/file 005_basic.phpt 005_error.phpt bug43137.phpt /main/streams plain_wrapper.c

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:22:45 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug43137.phpt Modified files: /php-src/ext/opensslopenssl.c /php-src/ext/standard filestat.c php_filestat.h

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/openssl openssl.c /ext/standard filestat.c php_filestat.h /ext/standard/tests/file 005_basic.phpt 005_error.phpt bug43137.phpt /main/streams plain_wrapp

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:23:07 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug43137.phpt Modified files: /php-srcNEWS /php-src/ext/opensslopenssl.c /php-src/ext/standard filestat.c

[PHP-CVS] cvs: php-src /ext/pdo pdo_stmt.c /ext/pdo/tests bug_43139.phpt

2007-10-31 Thread Ilia Alshanetsky
iliaa Wed Oct 31 12:58:39 2007 UTC Modified files: /php-src/ext/pdo/tests bug_43139.phpt /php-src/ext/pdopdo_stmt.c Log: MFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll()

[PHP-CVS] cvs: php-src /ext/standard array.c /ext/standard/tests/array max.phpt min.phpt /ext/standard/tests/file fgetc_basic.phpt fgetc_variation4.phpt

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:39:01 2007 UTC Modified files: /php-src/ext/standard array.c /php-src/ext/standard/tests/array max.phpt min.phpt /php-src/ext/standard/tests/filefgetc_basic.phpt fgetc_variation4.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard array.c /ext/standard/tests/array max.phpt min.phpt /ext/standard/tests/file fgetc_basic.phpt fgetc_variation4.phpt

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:39:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard array.c /php-src/ext/standard/tests/array max.phpt min.phpt /php-src/ext/standard/tests/filefgetc_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c /ext/standard/tests/array max.phpt min.phpt /ext/standard/tests/file fgetc_basic.phpt fgetc_variation4.phpt

2007-10-31 Thread Jani Taskinen
janiWed Oct 31 13:39:26 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c /php-src/ext/standard/tests/array max.phpt min.phpt /php-src/ext/standard/tests/filefgetc_basic.phpt

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

2007-10-31 Thread Dmitry Stogov
dmitry Wed Oct 31 18:24:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: Added CGI SAPI -T option, to measure execution time of script repeated several times.

Re: [PHP-CVS] Re: cvs: php-src /ext/pdo pdo_sql_parser.c pdo_sql_parser.re /ext/pdo/tests bug_43130.phpt

2007-10-31 Thread Lukas Kahwe Smith
On 30.10.2007, at 12:00, Johannes Schlüter wrote: Ilia, I don't think this is right. SQL operators shouldn't be part of a parameter name imo. I talked to Christopher Jones (of Oracle fame) and Lorenzo (MDB2 maintainer). Its clear that the only named parameter supporting database I know

Re: [PHP-CVS] Re: cvs: php-src /ext/pdo pdo_sql_parser.c pdo_sql_parser.re /ext/pdo/tests bug_43130.phpt

2007-10-31 Thread Lorenzo Alberton
Lukas Kahwe Smith wrote: I talked to Christopher Jones (of Oracle fame) and Lorenzo (MDB2 maintainer). Its clear that the only named parameter supporting database I know does not support dash inside named parameters. Its also dangerous since it means that whitespace typos could have serious

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gmp gmp.c /ext/gmp/tests 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.phpt 01

2007-10-31 Thread Stanislav Malyshev
stasThu Nov 1 00:46:13 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gmpgmp.c /php-src/ext/gmp/tests 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt