[PHP] Re: Question about CGI binary

2004-02-26 Thread Chris
I am aware of safe mode but, are you saying that when PHP is installed as a CGI binary safe mode is on by default? Chris "André cerqueira" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > http://www.php.net/set_time_limit > > [snip]

[PHP] Re: Question about CGI binary

2004-02-26 Thread André Cerqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 actually i thought you said your scripts were running in a remote host which you cant change php.ini and assuming that, i said that most servers setup php in safe mode i believe php.ini is the same for php as module and cgi-bin dont know if that helps

[PHP] Re: Question about CGI binary

2004-02-25 Thread André Cerqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.php.net/set_time_limit [snip] > Warning > > set_time_limit() has NO EFFECT when PHP is running in safe mode. There > is NO workaround other than turning off safe mode or changing the time > limit in the php.ini. [/snip] most servers do that