m6w6/ext-http
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
2006-04-06  Michael Wallner- added missing http_request() function stub
2006-04-06  Michael Wallnertypo
2006-04-06  Michael Wallner- there's no php_memnstr in PHP-4
2006-04-05  Michael Wallner- http_parse_headers has become more strict
2006-04-05  Michael Wallner- skip leading ws in http_parse_headers()
2006-04-05  Michael Wallner- bailout on empty keys in http_parse_headers()
2006-04-05  Michael Wallner- fix errenous bailout of http_parse_headers() introduc...
2006-04-02  Michael Wallnertest
2006-04-02  Michael Wallnertest
2006-04-02  Michael Wallnertest
2006-04-02  Michael Wallner- Disallow $HttpMessage->prepend($HttpMessage) causing...
2006-03-31  Michael Wallner- Improved performance of the message and header parser
2006-03-30  Michael Wallner* Fixed missing "parentMessage" entry in print_r($HttpM...
2006-03-29  Michael Wallner- allocate known count of HashTables entries on init
2006-03-29  Michael Wallner- fix warning (initialize zend_object_value)
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-28  Michael Wallner- release 1.0.0RC2
2006-03-28  Michael Wallner- fix too aggressive caching behavour of HttpResponse
2006-03-27  Michael Wallner- make this class usable, mostly by fixing typos
2006-03-27  Michael Wallner- fix sending userspace streams (only reading 8k at...
2006-03-27  Michael Wallner- override INI(http.force_exit) when calling http_exit...
2006-03-26  Michael Wallner- fixed access of super globals
2006-03-24  Michael Wallner- remove debug printf
2006-03-24  Michael Wallner* Fixed Bug #7192: Build against libcurl >= 7.15.2...
2006-03-19  Michael Wallner- release 1.0.0RC1
2006-03-19  Michael Wallner- add note about HttpResponse::getHeader() not working...
2006-03-19  Michael Wallner- some test fixup
2006-03-19  Michael Wallner- fix HttpQueryString::xlate()
2006-03-19  Michael Wallner- fix builds where include/php/ext/iconv does not have...
2006-03-14  Michael Wallner- rather use '\r'/'\n' character symbols than the hex...
2006-03-12  Michael Wallner- fix php-4 build
2006-03-08  Michael Wallner- fix http_build_str(): urlencode [] brackets
2006-03-08  Michael Wallner- version bump
2006-03-07  Michael Wallner- fix proto *static* HttpQueryString::singleton()
2006-03-07  Michael Wallner- rename HttpQueryString::getInstance() to HttpQueryStr...
2006-03-06  Michael Wallner- ws
2006-03-06  Michael Wallner- split off files from tutorial.txt into lib/*.php
2006-03-05  Michael Wallner- fix build (unknown macro)
2006-03-03  Michael Wallner- methods that return an object should throw an excepti...
2006-03-03  Michael Wallner- unroll http_message_dup()
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-03-03  Michael Wallner- fix win32 build
2006-02-27  Michael Wallner- add 'range' request option
2006-02-27  Michael Wallner- ditch warnings
2006-02-25  Michael Wallner- prettify header array keys at add time so that check_...
2006-02-24  Michael Wallner- add test file
2006-02-24  Michael Wallner- add test
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-24  Michael Wallner- fix OSX linkage
2006-02-23  Michael Wallner- release .24.1
2006-02-22  Michael Wallner- fix a mistake crept in which prevented from setting...
2006-02-21  Michael Wallner- fix bug #6861: 5 digit ports get truncated
2006-02-20  Michael Wallner- release .24
next