Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
eft to go. > more on that topic: > http://en.wikipedia.org/wiki/Time_(Unix)#User_Time_vs_System_Time > > > On Fri, Jan 4, 2013 at 5:48 PM, Amod Pandey wrote: > >> But it should stop at while ( I assume, else this setting is useless )? >> But it does not stop. It runs

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
M: I hope you haven't read the question! On Fri, Jan 4, 2013 at 10:30 PM, Miles Thompson wrote: > You don't exit() out of the loop. while(true) is behaving exactly as it > should. > M. > > > On Fri, Jan 4, 2013 at 12:48 PM, Amod Pandey wrote: > >> But it

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
manual page) external calls including(sleep) doesn't > counted into the execution time of set_time_limit. > > > > On Fri, Jan 4, 2013 at 5:38 PM, Amod Pandey wrote: > >> This is my code. And it continues to run. It should have stopped after >> completion of the whi

Re: [PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
27;t care about what does > your script doing, it will terminate the script after the set amount of > time. > > > > On Fri, Jan 4, 2013 at 4:09 PM, Amod Pandey wrote: > >> Hi, >> >> I have configured max_execution_time = 30 in php.ini. There is no place >> it

[PHP-INSTALL] max_execution_time - fpm setup with nginx

2013-01-04 Thread Amod Pandey
Hi, I have configured max_execution_time = 30 in php.ini. There is no place it is altered. We are running php-fpm with nginx. If request_terminate_timeout is NOT set in the php-fpm then the script does not stop!! Even though the browser times out with 504. If I set request_terminate_timeout the

[PHP-INSTALL] [CLOSED] Re: Installing PHP 5.3.6 on Ubuntu 11.04

2011-09-03 Thread Amod Pandey
Thank you Ferenc. My bad that I missed it. On Sun, Sep 4, 2011 at 4:33 AM, Ferenc Kovacs wrote: > On Sun, Sep 4, 2011 at 12:57 AM, Amod Pandey wrote: > > Hi, > > > > I am new to PHP. > > > > I want to install php 5.3.6 on my ubuntu machine. I do not see any

[PHP-INSTALL] Re: Installing PHP 5.3.6 on Ubuntu 11.04

2011-09-03 Thread Amod Pandey
Hi, I am new to PHP. I want to install php 5.3.6 on my ubuntu machine. I do not see any archive link on the php.net for 5.3.6. Please help. -- Amod