add some more hacks
[m6w6/ext-http] / php_http.h
2008-12-05  Michael Wallner* start 1.7.0-dev
2008-12-05  Michael Wallnerrelease 1.6.2
2008-12-05  Michael Wallnerjesus, set a reasonable version
2008-03-31  Steph Fox- Bring the majority of PECL extensions into line with...
2008-02-04  Michael Wallnerfix PHP_5_3 build
2007-11-26  Michael Wallnerprepare release 1.6.0
2007-10-05  Michael Wallner- release 1.6.0RC1
2007-09-26  Michael Wallner- changelog
2007-09-05  Michael Wallner- separate http_boundary()
2007-04-27  Michael Wallner- add libevent support
2007-04-25  Michael Wallner- created branch R_1_5
2007-04-24  Michael Wallner* Fixed crashes with repeated registering/unregisiterin...
2007-02-22  Michael Wallner- removed error prone macros, fixes bug #10151 (build...
2007-02-21  Michael Wallner-release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN...
2007-02-20  Michael Wallner- release 1.5.0
2007-02-09  Michael Wallner- inc. version
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-08  Michael Wallner- 1.5.0RC1
2007-02-07  Michael Wallner- fix copyright year
2007-02-04  Michael Wallner- reimplement persistent handle code
2007-01-27  Michael Wallner- add persistent cURL handle support
2007-01-23  Michael Wallner- add HttpMessage::fromEnv(int type[, string class_name])
2007-01-23  Michael Wallner- allow response codes up to 599
2007-01-12  Michael Wallner- version bump
2006-12-04  Michael Wallner- release 1.4.0RC1
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-11-22  Michael Wallner- improve response performance
2006-11-05  Michael Wallner- changelog
2006-11-04  Michael Wallner- version bump
2006-10-25  Michael Wallner- prepare 1.3.3
2006-10-17  Michael Wallner- fix unsetting response headers
2006-10-07  Michael Wallner- attempt to fix bug #8872 (build fails --without-http...
2006-10-02  Michael Wallner- release 1.3.1
2006-10-02  Michael Wallner- improve http_get_request_headers()
2006-09-27  Michael Wallner- portable ctype (netbsd.org/cgi-bin/query-pr-single...
2006-09-20  Michael Wallner- version bump
2006-09-19  Michael Wallner- release 1.3.0
2006-09-13  Michael Wallner- (non-)ZTS fixes
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-09-09  Michael Wallner- add pipelining support to HttpRequestPool (libcurl...
2006-08-24  Michael Wallner - added HttpException::__toString() which takes care...
2006-08-21  Michael Wallner- fix a load of issues with inheritance and cloning
2006-08-18  Michael Wallner - release 1.2.0
2006-07-24  Michael Wallner- attempt to fix hash dep check
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-06  Michael Wallner- add HttpQueryString::mod()
2006-07-05  Michael Wallner- fix HttpResponse::capture() failure if buffered outpu...
2006-06-26  Michael Wallner- release 1.0.1
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- fix ext/hash detection and dependency
2006-06-07  Michael Wallner- config.m4 moved to config9.m4
2006-06-06  Michael Wallner- allow to avoid deps on shared extensions on build...
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- release RC5
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-20  Michael Wallner- bump version
2006-05-19  Michael Wallner - release RC4
2006-04-28  Michael Wallner- add http_parse_params()
2006-04-17  Michael Wallner- ob_etaghandler is not eraseable from userland with...
2006-04-13  Michael Wallner- release 1.0.0RC3
2006-04-06  Michael Wallner- add missing http_request_body_encode()
2006-04-06  Michael Wallner- added missing http_request() function stub
2006-03-28  Michael Wallner- get rid of 1001 strict-aliasing warnings
2006-03-28  Michael Wallner- release 1.0.0RC2
2006-03-24  Michael Wallner* Fixed Bug #7192: Build against libcurl >= 7.15.2...
2006-03-08  Michael Wallner- version bump
2006-03-06  Michael Wallner- split off files from tutorial.txt into lib/*.php
2006-03-03  Michael Wallner- use OBJ_PROP_CE macro
2006-02-24  Michael Wallner- add http_put_data() and HttpRequest::(set|get|add...
2006-02-21  Michael Wallner- fix bug #6861: 5 digit ports get truncated
2006-02-20  Michael Wallner- release .24
2006-02-17  Michael Wallner- add portrange request option
2006-02-16  Michael Wallner- add support for If-Range header
2006-02-16  Michael Wallner- fixed message chain order in HttpRequest::getHistory()
2006-02-15  Michael Wallner- really fix http_parse_cookie()
2006-02-07  Michael Wallner- consistent usage of HTTP_G macro (only)
2006-02-07  Michael Wallner- use gethostname() if available in http_build_url()
2006-02-05  Michael Wallner- solve that another way
2006-02-03  Michael Wallner- prepare v.22 release
2006-01-27  Michael Wallner- fix win32 build
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-10  Michael Wallner- enable zlib by default
2006-01-08  Michael Wallner- version bump
2006-01-03  Michael Wallner- prepare release 0.21.0
2006-01-02  Michael Wallner- happy new year
2005-12-29  Michael Wallner- revised request_method api
2005-12-26  Michael Wallner- fix build
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-15  Michael Wallner- start open_basedir checks
2005-12-15  Michael Wallner- release 0.20.0
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
next