Re: checking OS support for flock

2003-06-27 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: I'm learning on a win98 machine and my webserver is a unix OS. win98 doesn't support flock and of course unix does. How can I code to test if the function is supported? I tried conditionals but it still throws the error. What conditionals did you try? Some common co

checking OS support for flock

2003-06-27 Thread Motherofperls
I'm learning on a win98 machine and my webserver is a unix OS. win98 doesn't support flock and of course unix does. How can I code to test if the function is supported? I tried conditionals but it still throws the error.