Help - PHP driving me nuts !!!!!!!!!!
Here is the setup:
Running windows 7
Running Zend server
Running a php script
The script runs fine for two minutes exactly, after that a message pops up saying:
"Do you want to save or open this file" and the script stops, the file is the php file in question.
I did a lot of reading and this happens when apache does not recognize the php extension, however, the script runs fine for exactly two minutes and then the message pops up and the script stops. This is not the max time variable (or whatever it was called) in php.ini since I changed that to 15 minutes.
Any ideas???
Help is greatly appreciated
|