m6w6/ext-http
2011-06-14  Michael Wallnerhttp\Env::parseParams()
2011-06-12  Michael Wallner* request message and history
2011-06-12  Michael Wallnerthread safety
2011-06-10  Felipe Pena- Fixed output stuff
2011-06-10  Felipe Pena- Fixed build with 5.4+
2011-06-10  Michael Wallnerseparate php_http_env_response and implement content...
2011-06-03  Michael Wallner* fix parsing mulitple response headers with same name
2011-06-03  Michael Wallner* do not list inherited constants
2011-06-02  Michael Wallneradd package.xml for dev1 release
2011-06-02  Michael Wallnerfix warnings
2011-06-02  Michael Wallnerfix typo
2011-05-22  David Soria... Properly pass TSRMLS to php_ob_handler_used
2011-05-21  Michael Wallnertests
2011-05-21  Michael Wallner* use the resource factory
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* constify API
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* use the separator where applicable
2011-05-21  Michael Wallner* querystring simplification and fixup
2011-05-21  Michael Wallner* change shutdown order because of resource factory
2011-05-21  Michael Wallner* add a resource factory
2011-05-21  Michael Wallner* add a real separator vs. a type juggler
2011-05-21  Michael Wallner* sizeof(*ptr) instead of sizeof(type)
2011-05-05  Michael WallnerFixed Bug #17896 Make failed
2011-05-05  Michael Wallnerrealease 1.7.1
2011-05-05  Michael WallnerFix Bug #17806 Segmentation fault when passing invalid...
2011-04-18  Rob Richardsfix hang in SAPI deactivate when body is 4096 bytes...
2011-03-25  Michael Wallnerfix error in http_get_request_body spottet by rob
2011-03-24  Michael Wallnerfix http_exit_ex when zlib output compression is active
2011-03-24  Michael Wallnerfix logic error in HttpMessage::setResponseStatus
2010-11-22  Ilia AlshanetskyFixed double-free when auto-decompressing pages
2010-10-26  Ilia AlshanetskyFixed a bug when the status component of the HTTP respo...
2010-10-21  Michael Wallnerpush a load of changes before holidays
2010-09-09  Michael Wallnerinclude headers where they're actually needed
2010-09-09  Michael Wallnerfix uninitialized value
2010-09-09  Michael Wallnerfix typo
2010-09-09  Michael Wallner* if curl sees a 3xx code, a Location header and a...
2010-09-09  Michael Wallner* if curl sees a 3xx code, a Location header and a...
2010-09-09  Michael Wallnerensure the merged header IS_STRING
2010-09-09  Michael Wallnercleanups & includes
2010-09-09  Michael Wallnerfix problem with dechunk/inflate stream usage
2010-09-09  Michael Wallnerinclude headers where they're needed
2010-09-09  Michael Wallnerconsitency with type names
2010-09-09  Michael Wallnerremove HAVE_ defines for mandatory libs
2010-09-08  Michael Wallnerfix problem when finishing a chunked encoding stream
2010-09-07  Michael Wallnerfix mime-type
2010-09-07  Michael Wallnerimport 2.0 devl branch, suitable for PHP-trunk
2010-06-09  Michael Wallnersilly mistake
2010-06-09  Michael Wallner* Added generic http_negotiate() function (FR#17338)
2010-06-09  Michael Wallner* revert incomplete trunk-compatibility-patch
2010-06-05  Felipe Pena- Fix crash with non string property
2010-06-04  Felipe Pena- Fixed build on php-trunk
2010-05-03  Michael Wallnerahem
2010-05-03  Michael Wallnerattempt to fix trunk build
2010-04-28  Michael Wallnerfix memleak
2010-04-28  Michael Wallnerfixed bug #16893 Content not decoded with zlib support...
2010-04-28  Michael Wallnerfxed bug #17169 wrong return value of HttpMessage:...
2010-04-27  Michael Wallnerfixed bug #17087 http_build_cookie() exhausts memory...
2010-04-26  Michael Wallnerfix TS build, thanks Felipe
2010-04-26  Michael Wallneruse heap instead of stack
2010-04-26  Michael Wallnerdon't limit header length to 1k
2010-04-26  Michael Wallnerfix access og HttpMessage properties
2010-01-05  Michael Wallnerfix doublefree with certinfo
2009-12-31  Michael Wallneryear bump
2009-12-30  Michael Wallnerallow setting of the message class used by HttpRequest
2009-12-30  Michael Wallner* attempt to fix pecl Bug #16826 http_date strange...
2009-12-30  Michael Wallner* attempt to fix pecl Bug #16826 http_date strange...
2009-12-30  Felipe Pena- Fixed memory leak when HttpUtil::Inflate() fails
2009-12-30  Felipe Pena- Fixed ZTS build
2009-12-30  Michael Wallneradd curlCode property to HttpRequestException
2009-12-30  Michael Wallnerfacilitate zend_exception_set_previous() of PHP 5.3
2009-12-29  Michael Wallnerreleae 1.7.0b2
2009-12-29  Michael Wallnermore typos
2009-12-29  Michael WallnerJFC
2009-12-29  Michael WallnerMFPHP: choke on Z_OK if we expect Z_STREAM_END
2009-12-29  Michael Wallnernote libcurls inability to reset (proxy) auth information
2009-12-29  Michael Wallnerfix tests
2009-12-29  Michael Wallnerdon't enable curls cookie engine by default & accident
2009-11-27  Pierre Joye- PECL #16803, fix NTS build with vc6
2009-11-05  Pierre Joye- update to package.xml v2
2009-10-17  Felipe Pena- Fix memory leak
2009-10-17  Felipe Pena- Fix build
2009-10-08  Michael Wallner* fix pecl bug #16533 (http_redirect fails with url...
2009-09-25  Michael Wallnerfix bug with request_pool+libevent+add-requests-while...
2009-09-02  Pierre Joye- make it work with 5.3+ libs
2009-09-02  Michael WallnerFixed pecl bug #16817 (Proxy-Auth. and WWW-Auth. creden...
2009-08-21  Michael Wallnerfix caching bug, thankt to rrichards
2009-08-20  Michael Wallnerfixed pecl bug #14382 PHP crash after casting...
2009-08-20  Michael Wallnerfix type
2009-07-31  Michael Wallnerpackage.xml updates
2009-07-31  Michael Wallneradd some more hacks
2009-07-31  Michael WallnerAdded postredir request options constants
2009-07-31  Michael WallnerMFB: fix http_get_request_body[_stream]() with FastCGI...
2009-07-22  Michael Wallner* Added request options:
2009-07-22  Michael Wallnerfix bug #16700
next