m6w6/ext-http
12 years agothread safety
Michael Wallner [Sun, 12 Jun 2011 08:14:46 +0000 (08:14 +0000)] 
thread safety

12 years agoseparate php_http_env_response and implement content encoding
Michael Wallner [Fri, 10 Jun 2011 19:00:18 +0000 (19:00 +0000)] 
separate php_http_env_response and implement content encoding

12 years ago* fix parsing mulitple response headers with same name
Michael Wallner [Fri, 3 Jun 2011 08:58:52 +0000 (08:58 +0000)] 
* fix parsing mulitple response headers with same name

12 years ago* do not list inherited constants
Michael Wallner [Fri, 3 Jun 2011 08:38:49 +0000 (08:38 +0000)] 
* do not list inherited constants
* mark optional arguments with "=NULL" instead of wrapping into brackets

12 years agoadd package.xml for dev1 release
Michael Wallner [Thu, 2 Jun 2011 20:01:40 +0000 (20:01 +0000)] 
add package.xml for dev1 release

12 years agofix warnings
Michael Wallner [Thu, 2 Jun 2011 20:01:07 +0000 (20:01 +0000)] 
fix warnings

12 years agofix typo
Michael Wallner [Thu, 2 Jun 2011 20:00:50 +0000 (20:00 +0000)] 
fix typo

12 years agotests
Michael Wallner [Sat, 21 May 2011 15:47:45 +0000 (15:47 +0000)] 
tests

12 years ago* use the resource factory
Michael Wallner [Sat, 21 May 2011 15:46:12 +0000 (15:46 +0000)] 
* use the resource factory
* use the separator where applicable

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:43:28 +0000 (15:43 +0000)] 
* use the separator where applicable
* fix typo

12 years ago* constify API
Michael Wallner [Sat, 21 May 2011 15:42:28 +0000 (15:42 +0000)] 
* constify API

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:41:48 +0000 (15:41 +0000)] 
* use the separator where applicable
* ditch warning

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:38:57 +0000 (15:38 +0000)] 
* use the separator where applicable

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:36:18 +0000 (15:36 +0000)] 
* use the separator where applicable

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:35:41 +0000 (15:35 +0000)] 
* use the separator where applicable

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:33:56 +0000 (15:33 +0000)] 
* use the separator where applicable

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:33:12 +0000 (15:33 +0000)] 
* use the separator where applicable

12 years ago* use the separator where applicable
Michael Wallner [Sat, 21 May 2011 15:32:18 +0000 (15:32 +0000)] 
* use the separator where applicable

12 years ago* querystring simplification and fixup
Michael Wallner [Sat, 21 May 2011 15:31:34 +0000 (15:31 +0000)] 
* querystring simplification and fixup

12 years ago* change shutdown order because of resource factory
Michael Wallner [Sat, 21 May 2011 15:30:21 +0000 (15:30 +0000)] 
* change shutdown order because of resource factory

12 years ago* add a resource factory
Michael Wallner [Sat, 21 May 2011 15:26:28 +0000 (15:26 +0000)] 
* add a resource factory

12 years ago* add a real separator vs. a type juggler
Michael Wallner [Sat, 21 May 2011 15:25:40 +0000 (15:25 +0000)] 
* add a real separator vs. a type juggler
* there's only http\Exception, saves a lot of useless exception classes

12 years ago* sizeof(*ptr) instead of sizeof(type)
Michael Wallner [Sat, 21 May 2011 15:23:59 +0000 (15:23 +0000)] 
* sizeof(*ptr) instead of sizeof(type)

13 years agopush a load of changes before holidays
Michael Wallner [Thu, 21 Oct 2010 11:57:55 +0000 (11:57 +0000)] 
push a load of changes before holidays

13 years agoinclude headers where they're actually needed
Michael Wallner [Thu, 9 Sep 2010 12:49:13 +0000 (12:49 +0000)] 
include headers where they're actually needed

13 years agofix uninitialized value
Michael Wallner [Thu, 9 Sep 2010 12:48:53 +0000 (12:48 +0000)] 
fix uninitialized value

13 years agofix typo
Michael Wallner [Thu, 9 Sep 2010 12:47:33 +0000 (12:47 +0000)] 
fix typo

13 years ago* if curl sees a 3xx code, a Location header and a Connection:close header it decides...
Michael Wallner [Thu, 9 Sep 2010 12:47:16 +0000 (12:47 +0000)] 
* if curl sees a 3xx code, a Location header and a Connection:close header it decides not to read the response body.

13 years ago* if curl sees a 3xx code, a Location header and a Connection:close header it decides...
Michael Wallner [Thu, 9 Sep 2010 12:46:51 +0000 (12:46 +0000)] 
* if curl sees a 3xx code, a Location header and a Connection:close header it decides not to read the response body.
* fix leak with inflate stream

13 years agoensure the merged header IS_STRING
Michael Wallner [Thu, 9 Sep 2010 12:45:57 +0000 (12:45 +0000)] 
ensure the merged header IS_STRING

13 years agocleanups & includes
Michael Wallner [Thu, 9 Sep 2010 09:10:32 +0000 (09:10 +0000)] 
cleanups & includes

13 years agofix problem with dechunk/inflate stream usage
Michael Wallner [Thu, 9 Sep 2010 09:09:20 +0000 (09:09 +0000)] 
fix problem with dechunk/inflate stream usage

13 years agoinclude headers where they're needed
Michael Wallner [Thu, 9 Sep 2010 09:08:20 +0000 (09:08 +0000)] 
include headers where they're needed

13 years agoconsitency with type names
Michael Wallner [Thu, 9 Sep 2010 09:07:47 +0000 (09:07 +0000)] 
consitency with type names

13 years agoremove HAVE_ defines for mandatory libs
Michael Wallner [Thu, 9 Sep 2010 09:07:26 +0000 (09:07 +0000)] 
remove HAVE_ defines for mandatory libs

13 years agofix problem when finishing a chunked encoding stream
Michael Wallner [Wed, 8 Sep 2010 11:47:10 +0000 (11:47 +0000)] 
fix problem when finishing a chunked encoding stream

13 years agofix mime-type
Michael Wallner [Tue, 7 Sep 2010 16:01:37 +0000 (16:01 +0000)] 
fix mime-type

13 years agoimport 2.0 devl branch, suitable for PHP-trunk
Michael Wallner [Tue, 7 Sep 2010 15:16:54 +0000 (15:16 +0000)] 
import 2.0 devl branch, suitable for PHP-trunk