Re: [PHP-DEV] Re: Cross-extension resource

2006-12-01 Thread Sara Golemon
Sorry if the question was answered before, I will try to look harder next time. Don't worry, that comment wasn't meant as a reproach. Just an expression of surprise at the number of times I've been asked about it. Most of these queries have been offlist though, so it's not surprising that yo

[PHP-DEV] Re: Cross-extension resource

2006-11-30 Thread Mauro N. Infantino
r your work and specially to you Sara for sharing your knowledge. Regards, Mauro. > -Original Message- > From: Sara Golemon [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 30, 2006 3:42 AM > To: Mauro N. Infantino > Cc: internals@lists.php.net > Subject: [PHP-DEV] R

[PHP-DEV] Re: Cross-extension resource

2006-11-29 Thread Sara Golemon
I'm writing an extension in order to achieve better performance in a specific module from our application. Right now, I'm trying to use an already established mysql connection (with mysql_connect) in our extension, so we don't have to connect to the database twice, since that connection is used in