Date: 07/09/01
- Next message: Christian Stocker: "[PHP-DEV] Re: news.php.net is back."
- Previous message: Gilles Koffmann: "Re: [PHP-DEV] Problem with globals ZTS"
- Next in thread: derick <email protected>: "[PHP-DEV] Bug #11966 Updated: mysql_pconnect opens new connections with the same parameters"
- Reply: derick <email protected>: "[PHP-DEV] Bug #11966 Updated: mysql_pconnect opens new connections with the same parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Christian Stocker: "[PHP-DEV] Re: news.php.net is back."
- Previous message: Gilles Koffmann: "Re: [PHP-DEV] Problem with globals ZTS"
- Next in thread: derick <email protected>: "[PHP-DEV] Bug #11966 Updated: mysql_pconnect opens new connections with the same parameters"
- Reply: derick <email protected>: "[PHP-DEV] Bug #11966 Updated: mysql_pconnect opens new connections with the same parameters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

