[PHP] max_ execution_time for scripts launched from command line

2002-11-03 Thread gap
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

[PHP] PHP wrapper around binary CGI app

2002-11-06 Thread gap
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