Wednesday, May 9. 2007Wishlist |
CategoriesRumbling PlanetRecommend me a CMS - Lukas Smith
Saturday, Nov 21. 2009 The Value of Self-Serving Code - Elizabeth Naramore Saturday, Nov 21. 2009 DevZone updated to Zend Framework v1.9.5 - Zend Developer Zone Friday, Nov 20. 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