Ive been running 4.3.2 for a while now cant remember any problems.. i'll pm u my phpinfo if that helps.
My host has just upgraded to php 4.3.2 from (4.2.3) and now my grabbing scripts (based on your amazon one Aquanuke) are not working I have been onto support and they asked the question
Does your script require any specific Apache add-ons (that I might have missed) or a specific version of PHP itself?
Any ideas what the problem/solution is?
Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)
Ive been running 4.3.2 for a while now cant remember any problems.. i'll pm u my phpinfo if that helps.
I had a similar problem with a PHP upgrade. It was the fread function behaving strangly.
I had something like: -when I changed this to: -PHP Code:$GrabURL = "http://some.url/";
$OpenFile = fopen("$GrabURL", "r");
$RetrieveFile = fread($OpenFile, 1000000);
it all seemed to work ok.PHP Code:$GrabURL = "http://some.url/";
$RetrieveFile = file_get_contents($GrabURL);
Hope this helps.
Thanks guys its working fine now
Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks