Does the execution time limit apply to scripts that have been launched from
the shell command line and run independent from the http server (that is,
not as CGI and not through the server module)? If I give a script a shebang
line (#!/usr/bin/php -q), and make it executable, will it run for as long
I have a binary (non-modifiable) CGI program that does form processing. It
gets form data by HTTP POST and outputs the results to Apache.
Is there any way to make a PHP wrapper around the program, so that the form
data will be submitted to my script, which in turn will send the data to the
program
2 matches
Mail list logo