Re: [PHP-DEV] Bug #1196: Mysql connection hangs From: Rasmus Lerdorf (rasmus <email protected>)
Date: 03/02/99

> For the moment I would advise against upgrading to php 3.0.7 on a production server running mysql. I really
> need some of the new features so please tell me when (if ?) this bug has been corrected.

The only code change to the MySQL code between 3.0.6 and 3.0.7 was this
one:

 http://cvs.php.net/cvsweb.cgi/functions/mysql.c.diff?r1=1.178&r2=1.179&f=h

which simply adds a new optional parameter to the mysql_fetch_array
function. I don't see how this could be causing your problems. I have a
feeling it is related to something else on your system. I bet that if you
go and grab the 3.0.6 tarball and recompile that on your system, you will
see the same problem. I'm running 3.0.7 on a couple of production servers
that use MySQL heavily and am not seeing any problems.

-Rasmus

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>