Michael Wallner [Sat, 2 Mar 2013 09:26:53 +0000 (09:26 +0000)]
pecl/propro and pecl/raphf
Michael Wallner [Sat, 2 Mar 2013 09:24:23 +0000 (09:24 +0000)]
fix tests
Michael Wallner [Sat, 2 Mar 2013 09:24:05 +0000 (09:24 +0000)]
autoconf-old compatibility
Michael Wallner [Thu, 7 Feb 2013 13:49:44 +0000 (13:49 +0000)]
adopt persistent handle API
Michael Wallner [Mon, 4 Feb 2013 11:58:08 +0000 (11:58 +0000)]
reintegrated propro branch
Michael Wallner [Mon, 4 Feb 2013 11:05:18 +0000 (11:05 +0000)]
split off property proxy
Michael Wallner [Sun, 3 Feb 2013 22:15:34 +0000 (22:15 +0000)]
split off property proxy
Michael Wallner [Sun, 3 Feb 2013 22:03:06 +0000 (22:03 +0000)]
merge raphf branch
Michael Wallner [Sun, 3 Feb 2013 21:51:56 +0000 (21:51 +0000)]
split off raphf
Michael Wallner [Sun, 3 Feb 2013 16:32:55 +0000 (16:32 +0000)]
raphf
Michael Wallner [Thu, 10 Jan 2013 17:24:04 +0000 (17:24 +0000)]
add max-age to http\Cookie
Michael Wallner [Wed, 9 Jan 2013 13:14:40 +0000 (13:14 +0000)]
Fix bug #63947 $_POST set as NULL for GET when Content-Type is set as application/json
Michael Wallner [Fri, 4 Jan 2013 13:55:59 +0000 (13:55 +0000)]
- we have const APIs in 5.4+ and do not care about warnings in 5.3
- separate php_http_url_to_string()
Michael Wallner [Fri, 4 Jan 2013 11:50:46 +0000 (11:50 +0000)]
tracis-ci
Michael Wallner [Fri, 4 Jan 2013 10:08:07 +0000 (10:08 +0000)]
travis-ci
Anatoliy Belsky [Thu, 3 Jan 2013 14:54:53 +0000 (14:54 +0000)]
fixed config.w32 for build with curl enabled
Remi Collet [Mon, 31 Dec 2012 13:53:22 +0000 (13:53 +0000)]
Fix php_http_message.c:136:14: warning: comparison between 'enum <anonymous>' and 'php_http_message_parser_state_t'
Remi Collet [Mon, 31 Dec 2012 13:47:22 +0000 (13:47 +0000)]
fix memset arg order
Michael Wallner [Mon, 31 Dec 2012 11:53:40 +0000 (11:53 +0000)]
release beta4
Michael Wallner [Mon, 31 Dec 2012 11:25:34 +0000 (11:25 +0000)]
disable libserf check
Michael Wallner [Mon, 31 Dec 2012 10:10:54 +0000 (10:10 +0000)]
fix explicit php version in test
Michael Wallner [Mon, 31 Dec 2012 09:59:37 +0000 (09:59 +0000)]
prepare beta4
Michael Wallner [Mon, 31 Dec 2012 09:56:51 +0000 (09:56 +0000)]
%d object handle id
Michael Wallner [Mon, 31 Dec 2012 09:54:42 +0000 (09:54 +0000)]
fixed message var_dump with inherited property with increased access level
Michael Wallner [Sat, 22 Dec 2012 09:41:43 +0000 (09:41 +0000)]
safety guards for objects which di not set the intern pointer automatically
Michael Wallner [Fri, 21 Dec 2012 13:59:36 +0000 (13:59 +0000)]
merged bodycount branch
Michael Wallner [Fri, 21 Dec 2012 13:56:45 +0000 (13:56 +0000)]
implement message body reference counting
Michael Wallner [Thu, 20 Dec 2012 16:51:52 +0000 (16:51 +0000)]
we've a massive problem with message bodies refernced both from message structs and zend objects; attempt to clear this issue
Michael Wallner [Thu, 20 Dec 2012 16:50:15 +0000 (16:50 +0000)]
merged response-streams branch
Michael Wallner [Thu, 20 Dec 2012 16:44:01 +0000 (16:44 +0000)]
add stream support for http\Env\Response
tests++
Michael Wallner [Tue, 18 Dec 2012 18:28:41 +0000 (18:28 +0000)]
Attempt to add streams support to http\Env\Response
Michael Wallner [Fri, 14 Dec 2012 13:42:48 +0000 (13:42 +0000)]
simple escape/quotes support for the params parser
Michael Wallner [Fri, 14 Dec 2012 13:42:26 +0000 (13:42 +0000)]
disable for 5.3
Michael Wallner [Fri, 14 Dec 2012 10:32:14 +0000 (10:32 +0000)]
add http\Header::getParams()
Michael Wallner [Fri, 14 Dec 2012 10:31:32 +0000 (10:31 +0000)]
remove unused code
Remi Collet [Thu, 13 Dec 2012 18:05:50 +0000 (18:05 +0000)]
fix build with old curl version
Michael Wallner [Thu, 13 Dec 2012 17:03:53 +0000 (17:03 +0000)]
2.0.0beta3
Michael Wallner [Thu, 13 Dec 2012 15:46:33 +0000 (15:46 +0000)]
remove superfluous buffer macros
Michael Wallner [Thu, 13 Dec 2012 15:45:07 +0000 (15:45 +0000)]
separate zval, so source is not urlencoded
Michael Wallner [Thu, 13 Dec 2012 15:44:39 +0000 (15:44 +0000)]
fix use of uninitialised value
Michael Wallner [Wed, 12 Dec 2012 18:16:49 +0000 (18:16 +0000)]
catch CRs with %c and remove XFAIL
Michael Wallner [Wed, 12 Dec 2012 18:16:12 +0000 (18:16 +0000)]
use the params parser for query strings
Michael Wallner [Wed, 12 Dec 2012 18:15:47 +0000 (18:15 +0000)]
no need to separate the zval here
Michael Wallner [Wed, 12 Dec 2012 18:15:20 +0000 (18:15 +0000)]
fix crash with free'd event_base pointer
Michael Wallner [Wed, 12 Dec 2012 18:14:54 +0000 (18:14 +0000)]
fix leak with vararg zend_parse_parameters
Michael Wallner [Wed, 12 Dec 2012 18:12:16 +0000 (18:12 +0000)]
aqdd missing files
Michael Wallner [Wed, 12 Dec 2012 11:53:02 +0000 (11:53 +0000)]
tests++
Michael Wallner [Wed, 12 Dec 2012 11:50:07 +0000 (11:50 +0000)]
re-implement params serializer
Michael Wallner [Wed, 12 Dec 2012 11:49:42 +0000 (11:49 +0000)]
remove unsued _to_struct
Michael Wallner [Wed, 12 Dec 2012 11:49:18 +0000 (11:49 +0000)]
use final_class flag
Michael Wallner [Wed, 12 Dec 2012 11:44:25 +0000 (11:44 +0000)]
use explicit abstract class flag
Michael Wallner [Wed, 12 Dec 2012 11:43:58 +0000 (11:43 +0000)]
add http\Header::negotiate()
add http\Header::parse()
Michael Wallner [Wed, 12 Dec 2012 11:43:22 +0000 (11:43 +0000)]
use array_list
Michael Wallner [Wed, 12 Dec 2012 11:42:52 +0000 (11:42 +0000)]
display registered API
Michael Wallner [Wed, 12 Dec 2012 11:42:34 +0000 (11:42 +0000)]
fiy segv with null pointer string on flush
Michael Wallner [Wed, 12 Dec 2012 11:41:59 +0000 (11:41 +0000)]
change array_list API
Michael Wallner [Wed, 12 Dec 2012 11:41:20 +0000 (11:41 +0000)]
remove pass_state callback flag
Michael Wallner [Sun, 9 Dec 2012 22:24:33 +0000 (22:24 +0000)]
tests++
Michael Wallner [Sun, 9 Dec 2012 22:22:45 +0000 (22:22 +0000)]
fix leak
Michael Wallner [Sun, 9 Dec 2012 22:22:29 +0000 (22:22 +0000)]
fix leak
fix addBody()
fix setting the parentMessage property
Michael Wallner [Sun, 9 Dec 2012 22:21:31 +0000 (22:21 +0000)]
fix caching by last modified
honor throttle rate
fix leaks
Michael Wallner [Sun, 9 Dec 2012 22:20:38 +0000 (22:20 +0000)]
get_storage() -> php_http_curl_client_get_storage()
Michael Wallner [Sun, 9 Dec 2012 22:20:24 +0000 (22:20 +0000)]
get_storage() -> php_http_curl_client_get_storage()
Michael Wallner [Sun, 9 Dec 2012 22:19:28 +0000 (22:19 +0000)]
fix leaks
Michael Wallner [Sun, 9 Dec 2012 22:19:02 +0000 (22:19 +0000)]
simplify getCookies()
Michael Wallner [Sun, 9 Dec 2012 22:18:26 +0000 (22:18 +0000)]
fix leak
Michael Wallner [Sun, 9 Dec 2012 22:17:56 +0000 (22:17 +0000)]
explicit chunk size
Michael Wallner [Sun, 9 Dec 2012 11:36:51 +0000 (11:36 +0000)]
remove odd includes
Michael Wallner [Fri, 7 Dec 2012 17:08:36 +0000 (17:08 +0000)]
refactored client options
Michael Wallner [Thu, 29 Nov 2012 09:20:44 +0000 (09:20 +0000)]
2.0.0beta2
Michael Wallner [Mon, 12 Nov 2012 19:31:05 +0000 (19:31 +0000)]
fixup stream filters, so that, when attached as a reading
stream filter, eof of tmp and mem streams is detected
correctly
Michael Wallner [Mon, 12 Nov 2012 19:29:45 +0000 (19:29 +0000)]
let the caller care for the message headers on serialisation if read filters are attached to the body resource
Michael Wallner [Mon, 12 Nov 2012 19:29:38 +0000 (19:29 +0000)]
addref to body resource
Michael Wallner [Fri, 9 Nov 2012 13:30:39 +0000 (13:30 +0000)]
allow interrupted message parsing from stream
Michael Wallner [Thu, 8 Nov 2012 13:46:20 +0000 (13:46 +0000)]
better PHP-5.3 compatibility
Michael Wallner [Wed, 7 Nov 2012 08:52:35 +0000 (08:52 +0000)]
- add http\Env::getResponseStatusForAllCodes()
- merge message headers
Michael Wallner [Sun, 28 Oct 2012 20:21:24 +0000 (20:21 +0000)]
80%+ test coverage
Michael Wallner [Sun, 28 Oct 2012 20:20:08 +0000 (20:20 +0000)]
fix grabbing files from array
Michael Wallner [Sun, 28 Oct 2012 20:19:44 +0000 (20:19 +0000)]
fix typo
Michael Wallner [Sun, 28 Oct 2012 20:19:12 +0000 (20:19 +0000)]
fix curl_multi with libevent2
Michael Wallner [Thu, 11 Oct 2012 10:10:18 +0000 (10:10 +0000)]
2.0.0beta1
Michael Wallner [Mon, 30 Jul 2012 18:35:49 +0000 (18:35 +0000)]
test http\Url::SANITIZE_PATH
Michael Wallner [Mon, 30 Jul 2012 18:35:08 +0000 (18:35 +0000)]
test parsing messages from stream
Michael Wallner [Mon, 30 Jul 2012 18:34:35 +0000 (18:34 +0000)]
fix leak in persisten handles cleanup routine
Michael Wallner [Mon, 30 Jul 2012 18:33:55 +0000 (18:33 +0000)]
fix php_http_locate_bin_eol(()
Michael Wallner [Mon, 30 Jul 2012 18:33:20 +0000 (18:33 +0000)]
fix parsing messages from stream
Michael Wallner [Mon, 30 Jul 2012 18:32:46 +0000 (18:32 +0000)]
implement Serializable
Michael Wallner [Mon, 30 Jul 2012 18:32:30 +0000 (18:32 +0000)]
implement Serializable
Michael Wallner [Mon, 30 Jul 2012 18:31:46 +0000 (18:31 +0000)]
add php_http_message_zip(): merge request/response messages for history
Michael Wallner [Mon, 30 Jul 2012 18:31:03 +0000 (18:31 +0000)]
fix parsing of folded headers
Michael Wallner [Mon, 30 Jul 2012 18:30:22 +0000 (18:30 +0000)]
foward querystring API
Michael Wallner [Mon, 30 Jul 2012 18:29:59 +0000 (18:29 +0000)]
ensure we're talking to curl ops
Michael Wallner [Mon, 30 Jul 2012 18:29:39 +0000 (18:29 +0000)]
ensure we're talking to curl ops
Michael Wallner [Mon, 30 Jul 2012 18:29:12 +0000 (18:29 +0000)]
allow send() without parameter
Michael Wallner [Mon, 30 Jul 2012 18:28:37 +0000 (18:28 +0000)]
explicitly declare as abstract
Michael Wallner [Mon, 30 Jul 2012 18:28:12 +0000 (18:28 +0000)]
avoid serialization
Michael Wallner [Mon, 30 Jul 2012 18:27:44 +0000 (18:27 +0000)]
fix leak; fix history
Michael Wallner [Mon, 30 Jul 2012 18:26:43 +0000 (18:26 +0000)]
expand #if CURL
Michael Wallner [Fri, 20 Jul 2012 09:20:18 +0000 (09:20 +0000)]
ensure these properties are always set
Anatoliy Belsky [Sun, 17 Jun 2012 16:29:07 +0000 (16:29 +0000)]
fixes for windows and 5.3 compatibility