Current time: 06-01-2024, 06:55 PM Hello There, Guest! (LoginRegister)


Post Reply 
curl crashes! How do I update curl?
Author Message
zabersoft Offline
Junior Member
*

Posts: 14
Joined: Apr 2008
Reputation: 0
Post: #12
RE: curl crashes! How do I update curl?
Aaaargh!

Ok I might have been a bit too fast on stating that the above crashes. Well - It does, but only sporadically.

Fetching from the original URL always crashes - I will give it out here eventhough it is a bit sensitive information - but for the greater good:

Code:
$url = "http://www.zabersoft.com/trendy/webpack_fetch.php?from=24-04-2008&to=25-04-2008";
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_HEADER, true);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    $html = curl_exec($ch);
    curl_close ($ch);

Anyway - This ALWAYS crashes - Whilst $url = "http://www.zabersoft.com/trendy/test.html";

Sometimes crashes. As you can see it is the same output.

If you can find the difference and/or reproduce this and track this down you will be my official hero! Smile

PS: please be patient with webpack_fetch.php - The remote server is a bit slow.

Thanks

Zaber
(This post was last modified: 04-25-2008 09:47 AM by zabersoft.)
04-25-2008 09:45 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: curl crashes! How do I update curl? - zabersoft - 04-25-2008 09:45 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)