php doesn't terminate
hey!
I've written a script in php. When I call the script in windows from dos (php.exe -q -n c:/blabla/bla.php) it runs as it should and then terminates.
But when I call the same script from ioftpd (phptest = EXEC c:/blabla/php.exe c:/blabla/bla.php under [scripts] in ioftpd.ini) with 'site phptest' the script runs but never terminates! Even when I tell it to terminate with both die() and exit()!
In the ftpclient no result is presented untill I manually kill php.exe through taskmanager.
Any suggestions would be appreciated!
ioftpd v5.3.0
|