Hello.
I am not using PHP, so take my comment with a grain of salt.
PHP doesn't need explicit support for GET_LOCK and RELEASE_LOCK as
they are both just simply SQL functions. So I am not sure what you
problem is, just execute the following query:
SELECT GET_LOCK('whatever')
from PHP the usual way (and be sure to not close the connection, as
this would release the lock automatically).
Hope this helped.
Bye,
Benjamin.
On Fri, Jun 22, 2001 at 12:30:17PM +0200, [EMAIL PROTECTED] wrote:
> Has anyone successfully passed the get_lock()
> and release_lock() commands to a MySQL
> server using PHP? If so, how did you go about it?
>
> PHP does not seem to implement these functions
> despite the fact that they have been around since
> sometime in March/April 1998.
> / Carsten
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php