[PHP-DEV] Bug #11966: mysql_pconnect opens new connections with the same parameters From: akul <email protected>
Date: 07/09/01

From: akul <email protected>
Operating system: Linux
PHP version: 4.0.6
PHP Bug Type: MySQL related
Bug description: mysql_pconnect opens new connections with the same parameters

each new mysql_pconnect opens new connection. About system: see
http://www.crimaniak.com/info.php

 Code:

// defined constants: $DBServer, $DBUser, $DBPassword
include("base.inc.php");

// Open connection to server
if(!$base=mysql_pconnect($DBServer,$DBUser,$DBPassword))
                ErrExit("Error during connect to database:" . mysql_error());

-- 
Edit bug report at: http://bugs.php.net/?id=11966&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>