PHP 4.1.2
SunOS web-unix1 5.7
apache_1.3.22
 
 
I'm porting from WIN2000 to Apache/Unix and having problems with the flock() function.  The following :
 
$fd = fopen ($file, "r");
if (flock($fd, 2)) {
 
...........
}
 
 
"if" statement never returns true...  any ideas?

____________________________
Matthew Luchak
Webmaster
Kaydara Inc.
[EMAIL PROTECTED]

 

Reply via email to