RE: [PHP] Problem with script timing out in php 4.4.8

2008-06-04 Thread Arno Kuhl
tion_time").""; echo "sleeping ".date('h:i:s').""; sleep($t); echo "stop sleeping ".date('h:i:s'); ?> ?> Same result, $t=59 works but $t=70 times out Cheers Arno -Original Message- From: Ólafur Waage [mailto:[EMAIL PROTEC

Re: [PHP] Problem with script timing out in php 4.4.8

2008-06-04 Thread Ólafur Waage
Could you try setting the max_execution_time with ini_set and confirming the status of it with ini_get ? - Waage 2008/6/4 Arno Kuhl <[EMAIL PROTECTED]>: > I recently picked up an issue when I upgraded my IDE, where the browser > window timed out while I was debugging the code. I checked with supp

[PHP] Problem with script timing out in php 4.4.8

2008-06-04 Thread Arno Kuhl
I recently picked up an issue when I upgraded my IDE, where the browser window timed out while I was debugging the code. I checked with support and was told the problem was with php 4.4.8 which they'd upgraded to, so to confirm I installed 4.4.8 and ran a test - and it seems there is a problem with

Re: [PHP] Problem with script....

2007-03-08 Thread Jim Lucas
Fabio Silva wrote: Hi all, i have a problem with this script... could anybody help me?? Regards, Password change First question to you is, what version of PHP are you using? all the above should be in this format: $list = array('user','oldpw','newpw1','newpw2'); foreach ( $list AS $valu

Re: [PHP] Problem with script....

2007-03-08 Thread Tijnema !
On 3/8/07, Fabio Silva <[EMAIL PROTECTED]> wrote: Hi all, i have a problem with this script... could anybody help me?? What is your problem? you are only posting your code here and whe have to find the error? What error comes up? Tijnema Regards, Password change "; echo ""; echo

[PHP] Problem with script....

2007-03-08 Thread Fabio Silva
Hi all, i have a problem with this script... could anybody help me?? Regards, Password change "; echo ""; echo "Username:"; echo "Old Password:"; echo "New Password:"; echo ""; echo "New Password, again:"; echo ""; echo ""; echo ""; echo ""; exit(); } if (!

Re: [PHP] Problem with script halting

2004-04-05 Thread David Robley
post, I get 6 different spam emails within > several minutes of posting!) > - Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "Nathan Croker" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Sunday, April 0

Re: [PHP] Problem with script halting

2004-04-04 Thread Jason Wong
On Sunday 04 April 2004 23:38, Nathan Croker wrote: > Can anyone tell me why the following line of code halts my entire script > (anything after it is not processed). > > ftp_chmod($conn, 0777, $to); > > All other ftp commands in the script work perfectly. I've tried replacing > '0777' with 777, 17

Re: [PHP] Problem with script halting

2004-04-04 Thread Nathan Croker
: "John Holmes" <[EMAIL PROTECTED]> To: "Nathan Croker" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, April 04, 2004 5:12 PM Subject: Re: [PHP] Problem with script halting > Nathan Croker wrote: > > > Can anyone tell me why the following

Re: [PHP] Problem with script halting

2004-04-04 Thread John Holmes
Nathan Croker wrote: Can anyone tell me why the following line of code halts my entire script (anything after it is not processed). ftp_chmod($conn, 0777, $to); All other ftp commands in the script work perfectly. I've tried replacing '0777' with 777, 1777, in and out of "s, but it still halts th

[PHP] Problem with script halting

2004-04-04 Thread Nathan Croker
Can anyone tell me why the following line of code halts my entire script (anything after it is not processed). ftp_chmod($conn, 0777, $to); All other ftp commands in the script work perfectly. I've tried replacing '0777' with 777, 1777, in and out of "s, but it still halts the script, there is no