This is a discussion on Script not fully completing on PHP 5.00 within the PHP Language forums, part of the PHP Programming Forums category; I've recently installed php 5 (previously 4 something). I'm running a script that just grabs info from a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've recently installed php 5 (previously 4 something).
I'm running a script that just grabs info from a webpage, parses it then loops through that grabbing other info. It seems to cut out halfway through when I run it locally using php 5 but when it runs from an online server using php 4.3.10 it completes fully. Are there any settings I need to amend in the ini file ? it's not timing out as the srcipt only takes around 7 seconds to run. |
|
|||
|
> I've recently installed php 5 (previously 4 something).
> > I'm running a script that just grabs info from a webpage, parses it > then loops through that grabbing other info. It seems to cut out > halfway through when I run it locally using php 5 but when it runs from > an online server using php 4.3.10 it completes fully. > > Are there any settings I need to amend in the ini file ? it's not > timing out as the srcipt only takes around 7 seconds to run. We would probably need some more information. From this all I can tell is you are exiting the loop somewhere within the code. Mike |