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

2007-04-14 Thread Antony Dovgal
tony2001Sat Apr 14 10:19:10 2007 UTC Modified files: /php-src/ext/mysql php_mysql.c Log: fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5.0.13)

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

2007-04-14 Thread Antony Dovgal
tony2001Sat Apr 14 10:19:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/mysql php_mysql.c Log: MFH: fix #41083 (mysql_ping() requires MYSQL_OPT_RECONNECT to be set since MySQL 5.0.13)

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

2007-04-14 Thread Antony Dovgal
tony2001Sat Apr 14 10:35:00 2007 UTC Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: set MYSQL_OPT_RECONNECT (see bug #41083) http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.68r2=1.69diff_format=u Index:

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

2007-04-14 Thread Antony Dovgal
tony2001Sat Apr 14 10:35:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_nonapi.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.54.2.7.2.2r2=1.54.2.7.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c mysqli_nonapi.c

2007-04-14 Thread Antony Dovgal
tony2001Sat Apr 14 10:42:41 2007 UTC Modified files: /php-src/ext/mysqli mysqli_nonapi.c mysqli_api.c Log: use default socket (removed by mistake?) http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.69r2=1.70diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/dba/libcdb cdb.c

2007-04-14 Thread Marcus Boerger
helly Sat Apr 14 11:14:40 2007 UTC Modified files: /php-src/ext/dba/libcdb cdb.c Log: - Fix warning http://cvs.php.net/viewvc.cgi/php-src/ext/dba/libcdb/cdb.c?r1=1.13r2=1.14diff_format=u Index: php-src/ext/dba/libcdb/cdb.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/dba/libcdb cdb.c

2007-04-14 Thread Marcus Boerger
helly Sat Apr 14 11:15:13 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/dba/libcdb cdb.c Log: - MFH Fix warning http://cvs.php.net/viewvc.cgi/php-src/ext/dba/libcdb/cdb.c?r1=1.10.2.1.2.2r2=1.10.2.1.2.3diff_format=u Index:

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

2007-04-14 Thread Andrey Hristov
Hi Tony, Antony Dovgal wrote: tony2001 Sat Apr 14 10:35:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli_nonapi.c Log: MFH

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

2007-04-14 Thread Pierre-Alain Joye
pajoye Sat Apr 14 17:30:51 2007 UTC Modified files: /php-src/ext/gd/libgd gd.c Log: - libgd #74, gdImageFilledArc, huge CPU usage with large angles http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.103r2=1.104diff_format=u Index:

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

2007-04-14 Thread Pierre-Alain Joye
pajoye Sat Apr 14 17:33:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd/libgd gd.c Log: - MFH: libgd #74, gdImageFilledArc, huge CPU usage with large angles

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/gd/libgd gd.c

2007-04-14 Thread Pierre-Alain Joye
pajoye Sat Apr 14 17:38:38 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/ext/gd/libgd gd.c Log: - MFH: libgd #74, gdImageFilledArc, huge CPU usage with large angles

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

2007-04-14 Thread Pierre-Alain Joye
pajoye Sat Apr 14 17:39:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - add reference to the initial report (helps the packager) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.648r2=1.2027.2.547.2.649diff_format=u Index:

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

2007-04-14 Thread Antony Dovgal
On 04/14/2007 07:30 PM, Andrey Hristov wrote: doing this is definitely bad. Probably it makes mysql_ping() to work but having reconnect being disabled has its reasons. http://php.net/mysqli_ping mysqli_ping, mysqli-ping() — Pings a server connection, or *tries to reconnect if the connection

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

2007-04-14 Thread Andrey Hristov
Hi, Antony Dovgal wrote: On 04/14/2007 07:30 PM, Andrey Hristov wrote: doing this is definitely bad. Probably it makes mysql_ping() to work but having reconnect being disabled has its reasons. http://php.net/mysqli_ping mysqli_ping, mysqli-ping() — Pings a server connection, or *tries

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

2007-04-14 Thread Antony Dovgal
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 for the mysql_ping call, if reconnect is off. Could