I'm running PHP 5.1.6 with libcurl 7.15.4 on Ubuntu 6.10 Server Edition. I have tried with pecl 1.5.3, 1.5.4 and 1.6.0dev.
It seem the same problem occur in windows with xampp
2.
HttpRequest::setCookies() does not clear cookies that
are send by the server where the previous requests where sent.
3.
I'd like to Have Something like HttpRequest::disableCookies
Because even when i use resetCookies before a request, when I use "redirect" option, the cookie that are sent by the server are memorised and send to the redirected requests.
I'd like to see documenttation on what Exceptions are thrown by package and their hierarchy.
I just got "Uncaught exception 'HttpInvalidParamException' with message 'Empty or too short HTTP message: '''
Don't see anything metnioned in http://php.net/http
I agree with M above - I would love to see HTTP become a standard PHP extension and also part of Zend Server. Great work Mike - HTTP is one of my fav extensions. There's no way I can go back to cURL.