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

2008-10-14 Thread Felipe Pena
felipe Tue Oct 14 17:34:11 2008 UTC Added files: /php-src/ext/pdo_mysql/testsbug46292.phpt Modified files: /php-src/ext/pdopdo_stmt.c Log: - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH

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

2008-10-14 Thread Felipe Pena
felipe Tue Oct 14 17:36:02 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testsbug46292.phpt Modified files: /php-src/ext/pdopdo_stmt.c Log: - MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd

[PHP-CVS] cvs: php-src /ext/pdo_mysql/tests bug46292.phpt

2008-10-14 Thread Felipe Pena
felipe Tue Oct 14 17:37:13 2008 UTC Modified files: /php-src/ext/pdo_mysql/testsbug46292.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug46292.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/pdo_mysql/tests/bug462

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

2008-10-14 Thread Felipe Pena
felipe Tue Oct 14 17:43:20 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pdo_mysql/testsbug46292.phpt Modified files: /php-srcNEWS /php-src/ext/pdopdo_stmt.c Log: - MFH: Fixed bug #46292 (PDO::setFetchMode() shou

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

2008-10-14 Thread Felipe Pena
felipe Tue Oct 14 17:45:52 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql/testsbug46292.phpt Log: - Added SKIPIF http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug46292.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src /ext/pdo_mysql/tests bug46292.phpt

2008-10-14 Thread Felipe Pena
felipe Tue Oct 14 17:46:28 2008 UTC Modified files: /php-src/ext/pdo_mysql/testsbug46292.phpt Log: - Added SKIPIF http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_mysql/tests/bug46292.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/pdo_mysql/tests/bug4

[PHP-CVS] cvs: php-src /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-14 Thread Johannes Schlüter
johannesTue Oct 14 19:00:11 2008 UTC Modified files: /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt Log: Add PDO::MYSQL_ATTR

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /ext/pdo_mysql/tests pdo_mysql_class_constants.phpt

2008-10-14 Thread Johannes Schlüter
johannesTue Oct 14 19:00:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo_mysql mysql_driver.c pdo_mysql.c php_pdo_mysql_int.h /php-src/ext/pdo_mysql/testspdo_mysql_class_constants.phpt Log: MF

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

2008-10-14 Thread Johannes Schlüter
johannesTue Oct 14 19:03:36 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Update NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.343&r2=1.2027.2.547.2.965.2.344&diff_format=u Index: php-src/NEWS diff -u php-sr

[PHP-CVS] cvs: CVSROOT / avail

2008-10-14 Thread Derick Rethans
derick Tue Oct 14 19:13:31 2008 UTC Modified files: /CVSROOTavail Log: - Give gwynne karma for the svn conversion things. #- She has root on the machine anyway. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1452&r2=1.1453&diff_format=u Index: CVSROO

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

2008-10-14 Thread Scott MacVicar
scottmacTue Oct 14 09:56:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3/libsqlite sqlite3.c Log: Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular fun

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

2008-10-14 Thread Ilia Alshanetsky
iliaa Tue Oct 14 23:38:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslopenssl.c Log: Fixed bug #46271 (local_cert option is not resolved to full path) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.41.2.1

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

2008-10-14 Thread Ilia Alshanetsky
iliaa Tue Oct 14 23:39:02 2008 UTC Modified files: /php-src/ext/opensslopenssl.c Log: MFB: Fixed bug #46271 (local_cert option is not resolved to full path) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.169&r2=1.170&diff_format=u

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

2008-10-14 Thread Ilia Alshanetsky
iliaa Tue Oct 14 23:40:25 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c /php-srcNEWS Log: MFB: Fixed bug #46271 (local_cert option is not resolved to full path) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/ope

[PHP-CVS] cvs: CVSROOT / avail

2008-10-14 Thread Derick Rethans
derick Wed Oct 15 06:46:17 2008 UTC Modified files: /CVSROOTavail Log: - Give Sanjay ext/date access for tests. http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1453&r2=1.1454&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1453 CVSROOT/avail: