m6w6/ext-http
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
2006-05-20  Michael Wallner- bump version
2006-05-20  Michael Wallner- fix http_build_url("./path") if REQUEST_URI is empty
2006-05-19  Michael Wallner - release RC4
2006-05-19  Michael Wallner- fix switch() CS
2006-05-19  Michael Wallner- add HTTP_URL_STRIP_ALL constant
2006-05-18  Michael Wallners/IF_RETVAL_USED/if (return_value_used)/
2006-05-17  Michael Wallner- fix typo for libcurl/gnutls build
2006-05-17  Michael Wallner- fix build with php-5.2
2006-04-29  Michael Wallner- fix behaviour of http_build_url() when second paramet...
2006-04-29  Michael Wallner- fix aliases and exports
2006-04-28  Michael Wallner- add http_parse_params()
2006-04-28  Michael Wallner- fix bad hash key length
2006-04-24  Michael Wallner- tiny opt. bits
2006-04-23  Michael Wallner- use PHPSTR_NOMEM
2006-04-22  Michael Wallner- inline http_querystring_modify_array(_ex) functions
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-04-21  Michael Wallnertypo
2006-04-21  Michael Wallner- use a more iterative approach in inflate code (instea...
2006-04-19  Michael Wallner- update changelog
2006-04-19  Michael Wallner- force syncronized flush on encoding stream
2006-04-19  Michael Wallner- erm, complete the fix
2006-04-19  Michael Wallner- fix possible crash with http_redirect() and http_buil...
2006-04-18  Michael Wallner- fix SEGV if an error occurs inside a callback and...
2006-04-18  Michael Wallner- rather show the exception than a useless "Cannot...
2006-04-17  Michael Wallner- ob_etaghandler is not eraseable from userland with...
2006-04-13  Michael Wallner- release 1.0.0RC3
2006-04-12  Michael Wallner- correct EOF
2006-04-12  Michael Wallner- changelog
2006-04-12  Michael Wallner- cleanup
2006-04-12  Michael Wallner- improve struct layout
2006-04-12  Michael Wallner- fix crash if there's no response status string after...
2006-04-06  Michael Wallner- fix compiler warning on win32
2006-04-06  Michael Wallner- add missing http_request_body_encode()
2006-04-06  Michael Wallner- doc fixes
next