Wednesday, May 9. 2007Wishlist |
CategoriesRumbling PlanetThe Art of Message Queues - Mike Willbanks
Tuesday, Nov 24. 2009 Building Chromium and Chrome OS with EC2 - IONCANNON Monday, Nov 23. 2009 Using MidCOM3 with FirePHP - Henri Bergius Monday, Nov 23. 2009 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