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

2013-01-04 Thread Ferenc Kovacs
Pandey wrote: > In any case it should stop in max 30 seconds, or a minute or 5 minutes, > how much ever time any operation spends!! But it never stops! It there > something which I am really not getting here? > > > On Fri, Jan 4, 2013 at 10:30 PM, Ferenc Kovacs wrote: > >&g

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

2013-01-04 Thread Ferenc Kovacs
initely unless I kill it !! > > > On Fri, Jan 4, 2013 at 10:15 PM, Ferenc Kovacs wrote: > >> your code can run more than 30 seconds because (as I mentioned before and >> linked you to the manual page) external calls including(sleep) doesn't >> counted into the execut

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

2013-01-04 Thread Ferenc Kovacs
run. It should have stopped after > completion of the while loop. > > php v 5.3.13 > > while(true) { > $file = fopen("test.txt","w"); > $d=date('H:i:s'); > echo fwrite($file,"$d"); > fclose($file); > sleep(5)

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

2013-01-04 Thread Ferenc Kovacs
hi, http://php.net/set_time_limit see the note: "The set_time_limit() function and the configuration directive max_execution_time only affect the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system(), st

Re: [PHP-INSTALL] installation error : Php 5.3.8 with mysql 5.1.53

2012-01-02 Thread Ferenc Kovacs
On Mon, Jan 2, 2012 at 8:11 AM, kibirango moses wrote: > Hullo users, Happy new year, > > I am trying to install php 5.3.8 stable version with mysql 5.1.53 and > i am getting the error below: > > Config Statement > > ./configure --with-apxs2=/usr/sbin/apxs --enable-mbstring > --with-mysql=/usr/lo

Fwd: [PHP-INSTALL] libphp5.so missing after compile php5.3.8

2011-09-15 Thread Ferenc Kovacs
CCing the list -- Forwarded message -- From: Ferenc Kovacs Date: Thu, Sep 15, 2011 at 3:56 PM Subject: Re: [PHP-INSTALL] libphp5.so missing after compile php5.3.8 To: "Smith, Mitchell" http://www.php.net/manual/en/mysqlnd.overview.php mysqlnd is a replacement for lib

Re: [PHP-INSTALL] libphp5.so missing after compile php5.3.8

2011-09-15 Thread Ferenc Kovacs
mysqlclient_r.a when >> searching for -lmysqlclient_r >> /usr/bin/ld: cannot find -lmysqlclient_r >> collect2: ld returned 1 exit status >> configure: failed program was: >> #line 60292 "configure" >> #include "confdefs.h" >> /* O

Re: [PHP-INSTALL] libphp5.so missing after compile php5.3.8

2011-09-15 Thread Ferenc Kovacs
>>>configure: error: Cannot find MySQL header files under yes. >>>Note that the MySQL client library is not bundled anymore! > > you should fix it at first,and then compile it right. I'm surprised that it even tries to build mysql when --with-my-sql is passed to configure instead of --with-mysql

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

2011-09-03 Thread Ferenc Kovacs
you are welcome. On Sun, Sep 4, 2011 at 1:18 AM, Amod Pandey wrote: > 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, >> > >> &

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

2011-09-03 Thread Ferenc Kovacs
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 archive > link on the php.net for 5.3.6. Please help. > > -- > Amod hi. if you check out the downloads link on top of the frontpage, you will arri

Re: [PHP-INSTALL] PHP 5.3.6 and MySQL

2011-08-22 Thread Ferenc Kovacs
On Mon, Aug 22, 2011 at 8:37 PM, Keith Roberts wrote: > On Mon, 22 Aug 2011, Eric H.M.M. Condic wrote: > >> To: php-install@lists.php.net >> From: Eric H.M.M. Condic >> Subject: [PHP-INSTALL] PHP 5.3.6 and MySQL >> >> We have just upgraded to PHP 5.3.6 and everything is working except the >> link

Fwd: [PHP-INSTALL] Move the binaries from one server to another

2011-03-09 Thread Ferenc Kovacs
sorry, I don't have the time to help you with that, but maybe somebody from the list can help you out. -- Forwarded message -- From: Muslim Abdul Kader Date: Wed, Mar 9, 2011 at 11:09 AM Subject: Re: [PHP-INSTALL] Move the binaries from one server to another To: Ferenc K

Re: [PHP-INSTALL] Move the binaries from one server to another

2011-03-09 Thread Ferenc Kovacs
On Wed, Mar 9, 2011 at 9:25 AM, Muslim Abdul Kader wrote: > Hi, > > I have installed/compiled the php-5.3.5 version on one of my Solaris 10, > X86 box and (using ./configure, make and make install). And all seems fine. > And i know what are the files that got installed as a result of this > compil

Re: [PHP-INSTALL] need help in file upload

2011-02-09 Thread Ferenc Kovacs
On Wed, Feb 9, 2011 at 7:58 AM, Krish wrote: > Hi, > > I have upgraded my php version to 5.3.3 and apache 2.2.17. We are using > post to upload a file. > > When i try to upload a file. It is failing. > > Please help. In old version 5.1.2 the same is working fine. > > -- > Krish > hi. check you

Re: [PHP-INSTALL] Get access to these C level executives

2011-01-11 Thread Ferenc Kovacs
On Tue, Jan 11, 2011 at 2:55 PM, Rachel Moore wrote: > > > Hi, > > http://www.albinoblacksheep.com/flash/youare Tyrael

Re: [PHP-INSTALL] Troubles installing oauth extension

2010-12-14 Thread Ferenc Kovacs
On Tue, Dec 14, 2010 at 4:14 PM, Daniel Brown wrote: > On Tue, Dec 14, 2010 at 03:19, Ferenc Kovacs wrote: > > > > Hi. > > it should be mentioned in the requirements list: > > http://php.net/manual/en/oauth.requirements.php > > and I checked the changelog: &quo

Re: [PHP-INSTALL] Troubles installing oauth extension

2010-12-14 Thread Ferenc Kovacs
> > > You don't have the PCRE library sources installed. Try this, then > retry the PECL install: > >sudo apt-get install pcre pcre-devel > > Hi. it should be mentioned in the requirements list: http://php.net/manual/en/oauth.requirements.php

Re: [PHP-INSTALL] New to PHP

2010-10-19 Thread Ferenc Kovacs
On Tue, Oct 19, 2010 at 9:33 PM, Operacion Control wrote: > how/where to unsubscribe from this elist? > thanks in advance > > http://www.php.net/mailing-lists.php Tyrael

Re: [PHP-INSTALL] New to PHP

2010-10-05 Thread Ferenc Kovacs
On Mon, Oct 4, 2010 at 8:25 AM, Col Day wrote: > Hi all, > > Working with the PHP5 for Dummies book (yup real noob, feel free to > ridicule > (after telling me what I've done wrong)) and have installed Apache 2.2 and > PHP 5.3.3 onto a laptop running Vista. (yes I know!!!). > > I've had Apache ru

Re: [PHP-INSTALL] FastCGI + PHP 4.4.9

2010-08-15 Thread Ferenc Kovacs
On Sun, Aug 15, 2010 at 2:11 PM, Crashdemon wrote: > Hello Guys, > > I want to compile PHP 4.4.9 on Red-Hat Linux with FastCGI support but > it fails. I've compiled it with the following options: > > ../configure --prefix=/usr/local/php --enable-fastcgi > --with-apxs2=/usr/local/httpd/bin/apxs --w

Re: [PHP-INSTALL] PHP5 and Apache 2.2

2010-06-01 Thread Ferenc Kovacs
did you enabled short tags? see http://www.php.net/manual/en/ini.core.php#ini.short-open-tag Tyrael On Tue, Jun 1, 2010 at 12:52 PM, Pierre de Witt wrote: > I have been frustrated for 2 days now trying to get Apache 2.2 and PHP5 to >

Re: [PHP-INSTALL] PHP5 and Apache 2.2

2010-06-01 Thread Ferenc Kovacs
did you enabled short tags? see http://www.php.net/manual/en/ini.core.php#ini.short-open-tag Tyrael On Tue, Jun 1, 2010 at 12:52 PM, Pierre de Witt wrote: > I have been frustrated for 2 days now trying to get Apache 2.2 and PHP5 to >

Re: [PHP-INSTALL] How to configure/enable php network functions

2010-04-27 Thread Ferenc Kovacs
On Tue, Apr 27, 2010 at 9:44 AM, Midhun Devasia wrote: > Hi all, > I am unable to use the php network functions like "*dns_get_record*" and > all other. I am using windows machine and php version "*PHP Version 5.2.5*" > . How can i enable these functions in php. I didn't find any manual for > con

Re: [PHP-INSTALL] Re: Getting file pointer from file descriptor

2010-04-19 Thread Ferenc Kovacs
On Tue, Apr 20, 2010 at 2:51 AM, Michael Felt wrote: > Personally, I am avoiding the 5.3.X tree as long as I can because it breaks > so many things. Your workaround might be to "update" the the latest 5.2.X > level. > > > On 4/15/2010 8:52 AM, Naga Kiran K wrote: > >> Hi, >> >> We are upgrading P