[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

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 support

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

2008-06-04 Thread Arno Kuhl
-general@lists.php.net Subject: Re: [PHP] Problem with script timing out in php 4.4.8 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

[PHP] Problem with script....

2007-03-08 Thread Fabio Silva
Hi all, i have a problem with this script... could anybody help me?? Regards, titlePassword change/title/head body bgcolor=#ff ?php //Written by Dave Edick on 6/22/99 // customize these variables for your install $base_dn=ou=People; $ldap_server=localhost; error_reporting(E_ERROR);

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, titlePassword change/title/head body

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, titlePassword change/title/head body bgcolor=#ff ?php //Written by Dave Edick on 6/22/99 // customize these variables for your install $base_dn=ou=People; $ldap_server=localhost;

Re: [PHP] Problem with script halting

2004-04-05 Thread David Robley
emails within several minutes of posting!) - Original Message - From: 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

[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

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

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 line of code halts my entire script (anything after

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, 1777, in

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
30, 2002 4:31 PM Subject: RE: [PHP] Problem running script after installing PHP 4.2.1 One more question - could you just use $_GET[$QUERY_STRING} then? Our URL doesn't even have IDs - it's just 00106055... Then I explode it and put it into variables. There are up to 12 vars that we pass

[PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor P.
Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed correctly. Well, the page with the data shows up, and it actually shows correct number of records. However, when I click

[PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Igor Portnoy
Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed correctly. Well, the page with the data shows up, and it actually shows correct number of records. However, when I

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
]; [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 4:03 PM Subject: [PHP] Problem running script after installing PHP 4.2.1 Hello, I am using MySQL to display some data to the users. I have upgraded to PHP Version 4.2.1 on my FreeBSD Apache server, and now data from the database is not displayed

RE: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Leotta, Natalie (NCI/IMS)
]] Sent: Thursday, May 30, 2002 4:16 PM To: Igor Portnoy; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Problem running script after installing PHP 4.2.1 You probably still have register globals off still and your URL variables aren't being accessed correctly. Use $_GET['page

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 4:18 PM Subject: RE: [PHP] Problem running script after installing PHP 4.2.1 I have a quick question. I've been reading all of this about the upgrade - we're just waiting for our network guy to do it. We need to use the query

RE: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Leotta, Natalie (NCI/IMS)
:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 4:29 PM To: Leotta, Natalie (NCI/IMS); Igor Portnoy; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Problem running script after installing PHP 4.2.1 Okay, the only issue with the upgrade is that register_globals defaults to off