When I run my script I get this error after a short time:
Expiries timeout!
The probable reasons:
Fatal script error.
File php.exe is bad.
If you use PHP extension, PHP not find one of extension file (*.dll).Incorrect parameter extension_dir in section
Expiries timeout!
The probable reasons:
Fatal script error.
File php.exe is bad.
If you use PHP extension, PHP not find one of extension file (*.dll).Incorrect parameter extension_dir in section
PHP:
in php.ini.
I have tried editing the folowing entry in php.ini:
from this:
extension_dir = "./"
to all these different combinations:
extension_dir = ".;c:\php\extensions\"
extension_dir = ".;c:\php\extensions"
extension_dir = "c:\php\extensions"
extension_dir = ".\extensions\"
And some other variants, but nothing works!!!!! Help!!!!!
I'm running Win98.
Latest stable PHP version.
My script uses these kinda things:
MySQL (another script that uses MySQL but not the other stuff works fine).
rand()
file manipulation
array sorting
(I can't post the full script, sorry :( )