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

2007-04-15 Thread Ilia Alshanetsky
iliaa Sun Apr 15 16:50:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/pdo_mysql mysql_statement.c Log: Fixed bug #40935 (pdo_mysql does not raise an exception on empty fetchAll()). http://cvs.php.net/viewvc.cgi/php-sr

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

2007-04-15 Thread Lukas Kahwe Smith
Ilia Alshanetsky wrote: iliaa Sun Apr 15 16:50:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/ext/pdo_mysql mysql_statement.c Log: Fixed bug #40935 (pdo_mysql does not raise an exception on empty fetchAll()). Why should there be a

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

2007-04-15 Thread Ilia Alshanetsky
Its not really an empty results, but rather a fetchAll() on a result of an exec() statement where there is no result set. Without emulation enabled this generates a proper error (as indicated in the bug report), however with emulation enabled it does not report any errors. This patch fixes

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli mysqli_nonapi.c

2007-04-15 Thread Andrey Hristov
Privet, Antony Dovgal wrote: > On 04/15/2007 12:11 AM, Andrey Hristov wrote: >>> http://php.net/mysqli_ping >>> mysqli_ping, mysqli->ping() — Pings a server connection, or >>> *tries to >>> reconnect if the connection has gone down* >> >> Then the fix is wrong, it should set reconnect only

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

2007-04-15 Thread Jani Taskinen
sniper Sun Apr 15 22:50:58 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi getopt.c php_getopt.h Log: - Synch these files from sapi/cli/ and allow using s.c. long-options with CGI. http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/getopt.c?r1=

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

2007-04-15 Thread Jani Taskinen
sniper Sun Apr 15 22:52:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: - Allow using syntax highlighting under FastCGI mode. http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.32&r2=1.267.2.15.2.33&diff_f

[PHP-CVS] cvs: php-src /sapi/cgi getopt.c php_getopt.h

2007-04-15 Thread Jani Taskinen
sniper Sun Apr 15 22:54:27 2007 UTC Modified files: /php-src/sapi/cgi getopt.c php_getopt.h Log: MFB: sync getopt from CLI http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/getopt.c?r1=1.11&r2=1.12&diff_format=u Index: php-src/sapi/cgi/getopt.c diff -u php-src/s

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

2007-04-15 Thread Jani Taskinen
sniper Sun Apr 15 23:02:05 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: MFB: Allow using syntax highlighting in fastcgi mode http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.317&r2=1.318&diff_format=u Index: php-src/sapi/cgi/cgi_ma

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

2007-04-15 Thread Jani Taskinen
sniper Sun Apr 15 23:06:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: MFH: Simplify previous patch. http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.33&r2=1.267.2.15.2.34&diff_format=u Index: php-src/s

[PHP-CVS] cvs: php-src(PHP_5_2) /main output.c

2007-04-15 Thread Brian Shire
shire Mon Apr 16 02:25:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main output.c Log: fix fold typo http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.2&r2=1.167.2.3.2.3&diff_format=u Index: php-src/main/output.c diff -u php-