[PHP] Re: MySQL persistent links

2002-04-09 Thread Yuri Petro

Hello,

You can just put disable_functions=mysql_pconnect in php.ini file.

--
Kind regards,
Yuri.

 www.AceHoster.com  Quality web hosting


Robert Abbate [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi. I'm trying to disable persistent database connections to MySQL, and I
 disabled the php.ini file settings, but for some reason, they can still
 connect with persistent connections. I changed the following settings in
 php.ini:


 [MySQL]
 mysql.allow_persistent = Off ; allow or prevent persistent link
 mysql.max_persistent = 0 ;

 I'm using Linux Mandrake 8.1 system.

 Anyone run into this problem before?

 Thanks!
 Robert





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: MySQL persistent links

2002-04-09 Thread Robert Abbate

Excellent Man! Worked great.


Yuri Petro [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello,

 You can just put disable_functions=mysql_pconnect in php.ini file.

 --
 Kind regards,
 Yuri.

  www.AceHoster.com  Quality web hosting


 Robert Abbate [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Hi. I'm trying to disable persistent database connections to MySQL, and
I
  disabled the php.ini file settings, but for some reason, they can still
  connect with persistent connections. I changed the following settings in
  php.ini:
 
 
  [MySQL]
  mysql.allow_persistent = Off ; allow or prevent persistent link
  mysql.max_persistent = 0 ;
 
  I'm using Linux Mandrake 8.1 system.
 
  Anyone run into this problem before?
 
  Thanks!
  Robert
 
 





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php