m6w6/ext-http
2006-11-05  Michael Wallner- fix crash in http_request_prepare() when HttpRequest...
2006-11-04  Michael Wallner- version bump
2006-11-04  Michael Wallner- servers may return a header multiple times, join...
2006-11-04  Michael Wallner- improve request/response line parser
2006-11-04  Michael Wallner- fix gcc-4.1 warning
2006-10-27  Michael Wallner- release 1.3.3
2006-10-27  Michael Wallner- changelog
2006-10-27  Michael Wallner- fix leak in HttpResponse::setData()
2006-10-27  Michael Wallner- fix leak in http_send_data()
2006-10-25  Michael Wallner- prepare 1.3.3
2006-10-25  Michael Wallner- fix build --without-http-curl-requests
2006-10-23  Michael Wallner- allow options parameter to be NULL
2006-10-17  Michael Wallner- fypo tix
2006-10-17  Michael Wallner- fix build with PHP < 4.3.10
2006-10-17  Michael Wallner- fix crash if *val == NULL
2006-10-17  Michael Wallner- fix unsetting response headers
2006-10-10  Michael Wallner- release 1.3.2
2006-10-10  Michael Wallner- CS
2006-10-10  Michael Wallner- a service implemented with libxmlrpc-c3 chokes on...
2006-10-10  Michael Wallner- attempt to fix PHP-5.0 build at pecl4win
2006-10-09  Michael Wallner- use way less memory by not duplicating response heade...
2006-10-07  Michael Wallner- attempt to fix bug #8872 (build fails --without-http...
2006-10-07  Michael Wallner- don't raise notice when checking If-Range header...
2006-10-02  Michael Wallner- release 1.3.1
2006-10-02  Michael Wallner- don't convert original $_SERVER entry to string
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-09-29  Michael Wallner- fix tests
2006-09-29  Michael Wallner- simplify
2006-09-29  Michael Wallner- regen
2006-09-29  Michael Wallner- cookielist -> cookies
2006-09-27  Michael Wallner- portable ctype (netbsd.org/cgi-bin/query-pr-single...
2006-09-25  Michael Wallner- fix compiler warnings
2006-09-25  Michael Wallner- fix segv with http.send.deflate.start_auto=1 and...
2006-09-25  Michael Wallner- remove unused bits
2006-09-25  Michael Wallner* Fixed bug in HttpRequestPool where a negative timeout...
2006-09-20  Michael Wallner- version bump
2006-09-19  Michael Wallner- attempt to fix gcc-2.95 build
2006-09-19  Michael Wallner- release 1.3.0
2006-09-16  Michael Wallner- enable dns data sharing for the global request datash...
2006-09-14  Michael Wallner- fix PHP4 build
2006-09-13  Michael Wallner- (non-)ZTS fixes
2006-09-13  Michael Wallner- fix typo
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-09-10  Michael Wallner- separate sleeping functionality to _http_sleep()
2006-09-09  Michael Wallner- add pipelining support to HttpRequestPool (libcurl...
2006-08-26  Michael Wallner- release 1.2.1
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-24  Michael Wallner - added HttpException::__toString() which takes care...
2006-08-24  Michael Wallner- add test for crash when detaching request from pool...
2006-08-24  Michael Wallner- finalize nexted exception fix
2006-08-23  Michael Wallner- nested exception order was fine
2006-08-23  Michael Wallner- fix nested exception suppression and order
2006-08-21  Michael Wallner- fix a load of issues with inheritance and cloning
2006-08-18  Michael Wallner - release 1.2.0
2006-08-18  Michael Wallner- attempt to fix ext deps
2006-07-27  Michael Wallner- move constructor code into http_querystring_instantiate()
2006-07-24  Edin KadribasicSimplify detection of core php extension
2006-07-24  Michael Wallner- attempt to fix hash dep check
2006-07-21  Michael Wallner- set property default send buffer to 0 too
2006-07-21  Michael Wallner- add http_build_cookie
2006-07-17  Michael Wallner- release 1.1.0
2006-07-17  Michael Wallner- fix overload guards leaks
2006-07-13  Michael Wallner- fix WONKY build
2006-07-10  Michael Wallner- changelog
2006-07-10  Michael Wallner- fix endless loop in http_build_url("..")
2006-07-08  Michael Wallner- fix HttpQueryString failures with objects as argument
2006-07-08  Michael Wallner- HttpQueryString implements ArrayAccess
2006-07-07  Michael Wallner- add HttpMessage::get(string $name)
2006-07-06  Michael Wallner- add HttpQueryString::mod()
2006-07-05  Michael Wallner- fix HttpResponse::capture() failure if buffered outpu...
2006-06-30  Rasmus LerdorfA bit of a Yahoo'ism, but it makes adding pecl/http...
2006-06-26  Michael Wallner- release 1.0.1
2006-06-24  Michael Wallner- curl_formget() patch was accepted into libcurl-7...
2006-06-22  Michael Wallner- re-add mysteriously missing file
2006-06-21  Michael Wallner- changelog
2006-06-20  Michael Wallner- plug a rather huge leak
2006-06-11  Michael Wallner- attempt to fix gcc-2.95 build by using less HTTP_HAVE...
2006-06-08  Michael Wallner- fix version
2006-06-08  Michael Wallner- add HttpMessage::guessContentType()
2006-06-08  Michael Wallner- fix ext/hash detection and dependency
2006-06-07  Michael Wallner- SPL cannot be built shared, so no need to check
2006-06-07  Michael Wallner- typo
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-06-06  Marcus Boerger- Fix language
2006-06-06  Michael Wallner- allow to avoid deps on shared extensions on build...
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-06-01  Michael Wallner+ Added INI entries: http.log.not_found, http.send...
2006-05-31  Michael Wallner- fix build on Debian systems where access to Curl_...
2006-05-28  Michael Wallner- fix log ini entries in docs
2006-05-28  Michael Wallner- release RC5
2006-05-27  Michael Wallner- improve inflate performance
2006-05-27  Michael Wallner- fix usage of request time
2006-05-27  Michael Wallner- adjust ini entry names to those of the globals struct
2006-05-27  Michael Wallner- fix HttpMessage::setRequestMethod() errenously issuin...
2006-05-25  Michael Wallner- curl grabs longs, so pass longs to curl_easy_setopt()
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-05-21  Michael Wallner- #ifdef CURLOPT_COOKIELIST out for libcurl < v7.14.1
2006-05-21  Michael Wallner- fix cookie handling
2006-05-20  Michael Wallner- avoid warning in http_encoding_inflate_stream_finish()
2006-05-20  Michael Wallner- fix retval of http_parse_params
next