Re: [PHP] curl_exec hangs/freezes on shared hosting

2008-09-25 Thread Rene Veerman
It's actually the server i'm calling that's at fault, it didn't serve connections from the outside world.. So not a php thing at all, sry for the wasted time.. Rene Veerman wrote: I use the following script to make forward an ajax call from the browser to a server other than my main webserver.

[PHP] curl_exec hangs/freezes on shared hosting

2008-09-25 Thread Rene Veerman
I use the following script to make forward an ajax call from the browser to a server other than my main webserver. On my homeserver (debian/apache2/php5 with rootxs) it runs fine, but on my shared hosting (servage.net, phpinfo at http://mediabeez.veerman.ws/mb/sn.php) it freezes / hangs on cur

[PHP] curl_exec() hangs

2002-11-14 Thread Jacek Woloszuk
Hi, I am using curl to send xml string to my merchant's account gateway when curl_exec() executes the xml is successfully received by its destination but I am not getting anything back (it just hangs) Could anyone help me with this problem? The following is my curl configuration: // TELL cURL TO