Re: [PHP] oops! flock() not work

2006-05-22 Thread Richard Lynch
On Mon, May 22, 2006 7:11 am, n.g. wrote: > flock() with LOCK_NB not work under , > nor does fopen() with 'x' mode, > my php is compiled as an apache module, and apache is running in > prefork mpm. > php version is 5.1.2 > > my code is > > $haslock=0; > if($lock=fopen('LOCK','w')){ This would wor

[PHP] oops! flock() not work

2006-05-22 Thread n . g .
flock() with LOCK_NB not work under , nor does fopen() with 'x' mode, my php is compiled as an apache module, and apache is running in prefork mpm. php version is 5.1.2 my code is or http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php