Wednesday, May 9. 2007Wishlist |
CategoriesRumbling PlanetMy contribution to Mentoring in the PHP Community - Davey Shafik
Sunday, May 26. 2013 PHP Subconference at FrOSCon 2013 - Kore Nordmann Saturday, May 25. 2013 XPath expert needed - Lukas Smith Friday, May 24. 2013 My Fresh Meat© 2005 |
HttpRequest::resetCookies() kill apache
"child pid 20064 exit signal Segmentation fault (11)"
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.
It would be nice if you could add HTTP_METH_SEARCH support to
"Predefined HTTP request method constants".
Some more info can be found here:
http://greenbytes.de/tech/webdav/draft-reschke-webdav-search-12.html
I just got "Uncaught exception 'HttpInvalidParamException' with message 'Empty or too short HTTP message: '''
Don't see anything metnioned in http://php.net/http