From: "bruce" <[EMAIL PROTECTED]> > since pconnect is not supported in php5, i'm wondering if the issue is that > mysql no longer supports the underlying functions to implement pconnect, or > if the decision to leave it out was based upon other factors. > > also, is there anybody i can talk to who has looked at the actual code > within the earlier php4 regarding the pconnect issue?
Are you still on this issue? pconnect() doesn't do what you think it does. If you want to write you're "middle-man database connection manager" then you can use the regular connection method. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php