I installed php5 recently and I'm having problems getting fopen, readfile(), and similar functions to work. readfile() gives no errors, fopen() will tell me "Resource temporarily unavailable"
What is strange is that the file() function works fine so it isn't a file permissions problem.
I'm using Apache2, php4 works fine with it so I'm thinking that it's a bug in php5?Can we see the code?
What is strange is that the file() function works fine so it isn't a file permissions problem.
I'm using Apache2, php4 works fine with it so I'm thinking that it's a bug in php5?Can we see the code?