[PHP] Re: Difference between executable and Apache server

2002-07-08 Thread Peter
I'm not too familiar with Linux systems. See if there are two copies of your PHP.ini file. One might be in the conf directory and the other in the PHP directory. Make modifications to one and see what effect it has-have a fiddle! "Peter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

[PHP] Re: Difference between executable and Apache server

2002-07-08 Thread Pete James
I also would like to hear the answer to this... I try set_time_limit(3600), but my script still appears to time out early Jay Blanchard wrote: > > Good afternoon, > > We have some cases where we run PHP as a standalone executable for scripting > certain processes that can be called from CRON,

RE: [PHP] Re: Difference between executable and Apache server

2002-07-08 Thread Jay Blanchard
Nope, not Windows, Linux and FreeBSD -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:44 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Difference between executable and Apache server On my system, the PHP executeable looks for the PHP.INI file in

[PHP] Re: Difference between executable and Apache server

2002-07-08 Thread Peter
On my system, the PHP executeable looks for the PHP.INI file in the same directory as the executeable, whereas the Apache module uses the one in my C:\WINDOWS directory. Are you using Windows? Due to this, I suppose you can have two different PHP setups if you wanted. "Jay Blanchard" <[EMAIL PROT