Re: [PHP] Scripts running twice

2010-10-12 Thread Richard Quadling
On 11 October 2010 21:37, Alexis phplis...@antonakis.co.uk wrote: Thanks for perservingnope just the two entries per script..one start and one stopalso checked the multi tab and that is set to just the once as well. One thing I forgot to say before is that even if I run the scripts

Re: [PHP] Scripts running twice

2010-10-12 Thread Alexis
If you mean how am I triggering the script, then I am simply opening it up in my web browser... On 12/10/10 04:21, Richard Quadling wrote: On 11 October 2010 21:37, Alexisphplis...@antonakis.co.uk wrote: Thanks for perservingnope just the two entries per script..one start and one

Re: [PHP] Scripts running twice

2010-10-12 Thread Kranthi Krishna
apache log files will be of help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Scripts running twice

2010-10-12 Thread Richard Quadling
On 12 October 2010 17:16, Alexis phplis...@antonakis.co.uk wrote: If you mean how am I triggering the script, then I am simply opening it up in my web browser... On 12/10/10 04:21, Richard Quadling wrote: On 11 October 2010 21:37, Alexisphplis...@antonakis.co.uk  wrote: Thanks for

Re: [PHP] Scripts running twice

2010-10-12 Thread a...@ashleysheridan.co.uk
That's probably it then! Some browsers make multiple requests to speed up rendering of a page. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: Alexis phplis...@antonakis.co.uk Date: Tue, Oct 12, 2010 17:16 Subject: [PHP] Scripts running twice To:

Re: [PHP] Scripts running twice

2010-10-12 Thread Ashley Sheridan
On Tue, 2010-10-12 at 20:45 +0200, Alexander Schrijver wrote: On Tue, Oct 12, 2010 at 05:29:39PM +0100, a...@ashleysheridan.co.uk wrote: That's probably it then! Some browsers make multiple requests to speed up rendering of a page. Do you have any examples of browsers which do this?

Re: [PHP] Scripts running twice

2010-10-12 Thread Alexander Schrijver
On Tue, Oct 12, 2010 at 07:52:46PM +0100, Ashley Sheridan wrote: On Tue, 2010-10-12 at 20:45 +0200, Alexander Schrijver wrote: On Tue, Oct 12, 2010 at 05:29:39PM +0100, [1]...@ashleysheridan.co.uk wrote: That's probably it then! Some browsers make multiple requests to speed up rend

Re: [PHP] Scripts running twice

2010-10-11 Thread Richard Quadling
On 11 October 2010 21:10, Alexis phplis...@antonakis.co.uk wrote: Hi, A very vague question here I am afraidI have quite a number of php scripts running on a WinXp box using the built in Scheduler. Everything worked fine for years until one day an update was done...cannot remember if it

Re: [PHP] Scripts running twice

2010-10-11 Thread Alexis
Thanks for the quick response...checked and no duplicates Richard On 11/10/10 14:14, Richard Quadling wrote: On 11 October 2010 21:10, Alexisphplis...@antonakis.co.uk wrote: Hi, A very vague question here I am afraidI have quite a number of php scripts running on a WinXp box using the

Re: [PHP] Scripts running twice

2010-10-11 Thread Richard Quadling
On 11 October 2010 21:20, Alexis phplis...@antonakis.co.uk wrote: Thanks for the quick response...checked and no duplicates Richard On 11/10/10 14:14, Richard Quadling wrote: On 11 October 2010 21:10, Alexisphplis...@antonakis.co.uk  wrote: Hi, A very vague question here I am afraidI

Re: [PHP] Scripts running twice

2010-10-11 Thread Alexis
Thanks for perservingnope just the two entries per script..one start and one stopalso checked the multi tab and that is set to just the once as well. One thing I forgot to say before is that even if I run the scripts manually, then they still run the twice.sorry about missing that

Re: [PHP] Scripts slowing down?

2008-05-14 Thread René Leboeuf
Per Jessen a écrit : René Leboeuf wrote: I'm running a large website. I have some mailing scripts that take days to run. I noticed these scripts slow down with time, sometimes going to an almost complete stop (no mail sent for several minutes). The source code is trivial and can't contain a

Re: [PHP] Scripts slowing down?

2008-05-13 Thread Per Jessen
René Leboeuf wrote: I'm running a large website. I have some mailing scripts that take days to run. I noticed these scripts slow down with time, sometimes going to an almost complete stop (no mail sent for several minutes). The source code is trivial and can't contain a loop. I monitored

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-16 Thread Richard Lynch
Are you relying on autoload or anything of that nature to load in class files, perhaps? On Wed, January 16, 2008 1:02 am, Dave M G wrote: PHP list, I have a set of PHP scripts that seem to be efficient and quick enough both on my home testing environment, and a few different web-hosting

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-16 Thread Richard Lynch
On Wed, January 16, 2008 1:29 am, Dave M G wrote: Per Jessen, Thank you for responding. Might this be a name-server issue? Maybe, but I don't think so. The reason I suspect that is not the case is because I can go first to a .html page on the server, and it loads up quickly. Then I go

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-16 Thread Jochem Maas
Richard Lynch schreef: Are you relying on autoload or anything of that nature to load in class files, perhaps? garanteed that it's not an autoload related problem. and Im willing to bet it's a dns related issue - I remember similar problems reported on the list and it always came down to dns.

RE: [PHP] Scripts are fast locally, but slow on remote server

2008-01-16 Thread Bastien Koert
memory limitation in the php ini? bastien Date: Wed, 16 Jan 2008 16:29:53 +0900 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] Scripts are fast locally, but slow on remote server Per Jessen, Thank you for responding. Might

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-15 Thread Per Jessen
Dave M G wrote: PHP list, I have a set of PHP scripts that seem to be efficient and quick enough both on my home testing environment, and a few different web-hosting services I use. However, on one particular web-hosting service, there is often a very painful 10 second (!) lag when

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-15 Thread Dave M G
Per Jessen, Thank you for responding. Might this be a name-server issue? Maybe, but I don't think so. The reason I suspect that is not the case is because I can go first to a .html page on the server, and it loads up quickly. Then I go to one of my .php pages, and the slowdown occurs. If

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-15 Thread Chris
Dave M G wrote: Per Jessen, Thank you for responding. Might this be a name-server issue? Maybe, but I don't think so. The reason I suspect that is not the case is because I can go first to a .html page on the server, and it loads up quickly. Then I go to one of my .php pages, and the

Re: [PHP] Scripts are fast locally, but slow on remote server

2008-01-15 Thread Per Jessen
Dave M G wrote: Per Jessen, Thank you for responding. Might this be a name-server issue? Maybe, but I don't think so. The reason I suspect that is not the case is because I can go first to a .html page on the server, and it loads up quickly. Then I go to one of my .php pages, and the

Re: [PHP] Scripts taking too much time

2006-09-18 Thread Eric Butera
On 9/18/06, Chris [EMAIL PROTECTED] wrote: Hi, I'm hoping somebody can give me advice on how I can go about debugging a problem I've been having. The bottom of this email has some of the details of my system. There is an intermittent slowness throughout my site. At seemingly random points in

Re: [PHP] Scripts taking too much time

2006-09-18 Thread Richard Lynch
On Mon, September 18, 2006 11:54 am, Chris wrote: I'm hoping somebody can give me advice on how I can go about debugging a problem I've been having. The bottom of this email has some of the details of my system. There is an intermittent slowness throughout my site. At seemingly random

Re: [PHP] Scripts taking too much time

2006-09-18 Thread Chris
Richard Lynch wrote: On Mon, September 18, 2006 11:54 am, Chris wrote: I'm hoping somebody can give me advice on how I can go about debugging a problem I've been having. The bottom of this email has some of the details of my system. There is an intermittent slowness throughout my site. At

Re: [PHP] Scripts taking too much time

2006-09-18 Thread Chris
Eric Butera wrote: On 9/18/06, *Chris* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I'm hoping somebody can give me advice on how I can go about debugging a problem I've been having. The bottom of this email has some of the details of my system. There is an

Re: [PHP] Scripts taking too much time

2006-09-18 Thread Chris
Chris wrote: Hi, I'm hoping somebody can give me advice on how I can go about debugging a problem I've been having. The bottom of this email has some of the details of my system. There is an intermittent slowness throughout my site. At seemingly random points in random scripts at random

Re: [PHP] Scripts taking too much time

2006-09-18 Thread Chris
Chris wrote: Chris wrote: Hi, I'm hoping somebody can give me advice on how I can go about debugging a problem I've been having. The bottom of this email has some of the details of my system. There is an intermittent slowness throughout my site. At seemingly random points in random

Re: [PHP] Scripts not working outside of Zend Studio

2005-10-05 Thread Greg Donald
On 10/5/05, Steve Harp [EMAIL PROTECTED] wrote: I've got the php.ini set to throw errors: error_reporting = E_ALL E_NOTICE E_STRICT display_errors = On But which php.ini on your system is your web server using? Many newer Linux distros for example ship with multiple php.ini files, one

Re: [PHP] Scripts not working outside of Zend Studio

2005-10-05 Thread Steve Harp
On Wed, 5 Oct 2005 16:25:03 -0500, [EMAIL PROTECTED] (Greg Donald) wrote: error_reporting( Well that now gives me errors. Thanks very much... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Scripts creating files and folders into un/grp Nobody on Apache

2004-03-10 Thread Tom Rogers
Hi, Thursday, March 11, 2004, 5:20:04 PM, you wrote: J Hi. J I have a script that creates a folder and a bunch of jpegs... however J instead of creating them into the user/group I'm in (let's call it J myGroup) it creates them into Nobody. The problem becomes that when I J ftp in to delete the

Re: [PHP] Scripts creating files and folders into un/grp Nobody on Apache

2004-03-10 Thread Jay
Use the php ftp functions to create directories and move uploaded files would be one way. -- regards, Tom Move the uploaded files? You mean create the directory in the wrong spot and then move it to the right spot? and the same with the files? -- PHP General Mailing List

Re: [PHP] Scripts for customer - service provider web available?

2004-03-06 Thread Ryan A
Hey, I have seen quite a few of these on Hotscripts and other script archive sites.. they are mostly listed under auctions and classifieds. Check out hotscripts and after that google if you dont find what you are looking for. Cheers, -Ryan On 3/6/2004 6:03:20 PM, Denis L. Menezes ([EMAIL

Re: [PHP] Scripts not running on OS X 10.3

2003-11-02 Thread Kim Kohen
G'day Ken I tried your suggestion but the system won't let me modify it even with su permissions. I'm too tired and frustrated to continue tonight. Clearly, the installer must have messed something important up so I'm just going to reinstall Panther tomorrow (have to partition my drive

Re: [PHP] Scripts not running on OS X 10.3

2003-11-01 Thread John Nichel
Ken Tozier wrote: I can't get even the test script ?php phpinfo() ? to run on my Mac. I turned personal web sharing on, checked the httpd.config file (all is well) type 127.0.0.1/test.php in the browser and get a source view of the page (ie: ?php phpinfo() ? shows up in the browser winbdow).

Re: [PHP] Scripts not running on OS X 10.3

2003-11-01 Thread Ken Tozier
I can't get even the test script ?php phpinfo() ? to run on my Mac. I turned personal web sharing on, checked the httpd.config file (all is well) type 127.0.0.1/test.php in the browser and get a source view of the page (ie: ?php phpinfo() ? shows up in the browser winbdow). What am I doing

Re: [PHP] Scripts not running on OS X 10.3

2003-11-01 Thread John Nichel
Ken Tozier wrote: I can't get even the test script ?php phpinfo() ? to run on my Mac. I turned personal web sharing on, checked the httpd.config file (all is well) type 127.0.0.1/test.php in the browser and get a source view of the page (ie: ?php phpinfo() ? shows up in the browser winbdow).

Re: [PHP] Scripts not running on OS X 10.3

2003-11-01 Thread Ken Tozier
Ken Tozier wrote: I can't get even the test script ?php phpinfo() ? to run on my Mac. I turned personal web sharing on, checked the httpd.config file (all is well) type 127.0.0.1/test.php in the browser and get a source view of the page (ie: ?php phpinfo() ? shows up in the browser winbdow).

Re: [PHP] Scripts not running on OS X 10.3

2003-11-01 Thread John Nichel
Ken Tozier wrote: Ken Tozier wrote: I can't get even the test script ?php phpinfo() ? to run on my Mac. I turned personal web sharing on, checked the httpd.config file (all is well) type 127.0.0.1/test.php in the browser and get a source view of the page (ie: ?php phpinfo() ? shows up in the

Re: [PHP] Scripts not running on OS X 10.3

2003-11-01 Thread Ken Tozier
Odd. To be sure it's using the conf file you want, have you tried starting Apache with the command.? /path/to/httpd -f /path/to/httpd.conf I tried your suggestion but the system won't let me modify it even with su permissions. I'm too tired and frustrated to continue tonight. Clearly,

[PHP] Re: PHP scripts resulting in stderr ?

2002-12-30 Thread gamin
I think i did not make question clear. What i mean by 'any circumstances' is not using fopen('php://stderr', 'w') or STDERR (ver = 4.3.0) but getting something in stderr when some function call like fopen(), mysql_connect(), ftp_connect() fails. I tried these calls and they dont result in

[PHP] Re: PHP scripts timeout

2002-01-03 Thread Fred
First of all, there is no need to worry about database connections, PHP does not count the time that it is waiting for database connections to complete. The best suggestion I can make is to try to determine if the scripts that time out have been passed a common post or get variable, that may be

Re: [PHP] Re: PHP scripts timeout

2002-01-03 Thread charlesk
I have looked at the post variables and sometimes it times out when nothing is passed to it. Either through post get or cookie.(I know this from looking at the phpinfo that I dump everytime a script runs too long.) Its got me stumped. Hopefully someone someday will figure it out. Thanks

RE: [PHP] scripts

2001-05-05 Thread Jack Dempsey
You can make the files in the same group as the webserver. I keep my include files (with a .php extension) in a .phpinclude directory outside my web document root. -jack -Original Message- From: Paul O'Neil [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 05, 2001 4:02 PM To: [EMAIL