m6w6/ext-http
7 years agoprepare 3.1.0beta1 RELEASE_3_1_0_BETA1
Michael Wallner [Mon, 22 Aug 2016 13:50:28 +0000 (15:50 +0200)] 
prepare 3.1.0beta1

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Mon, 22 Aug 2016 11:38:39 +0000 (13:38 +0200)] 
Merge branch 'v2.6.x'

7 years agofix test
Michael Wallner [Mon, 22 Aug 2016 10:23:03 +0000 (12:23 +0200)] 
fix test

7 years agoadd tests
Michael Wallner [Mon, 22 Aug 2016 09:55:45 +0000 (11:55 +0200)] 
add tests

7 years agorestore append functionality of http\Message::addHeaders
Michael Wallner [Wed, 17 Aug 2016 08:57:01 +0000 (10:57 +0200)] 
restore append functionality of http\Message::addHeaders

7 years agoerror control for http\Url
Michael Wallner [Wed, 17 Aug 2016 08:26:10 +0000 (10:26 +0200)] 
error control for http\Url

7 years agoadd userhandler test
Michael Wallner [Wed, 10 Aug 2016 13:41:19 +0000 (15:41 +0200)] 
add userhandler test

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Wed, 10 Aug 2016 13:41:09 +0000 (15:41 +0200)] 
Merge branch 'v2.6.x'

7 years agoFix #50
Michael Wallner [Wed, 10 Aug 2016 13:14:41 +0000 (15:14 +0200)] 
Fix #50

Disallow dequeuing requests while executing callbacks, because libcurl
still expects the handle to be attached when returning from the
callback.

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Wed, 27 Jul 2016 13:24:35 +0000 (15:24 +0200)] 
Merge branch 'v2.6.x'

7 years agofix messagebody gc/refcount
Michael Wallner [Wed, 27 Jul 2016 12:54:56 +0000 (14:54 +0200)] 
fix messagebody gc/refcount

7 years agofix #46 (HTTP/2 response message parsing broken with libcurl >= 7.49.1)
Michael Wallner [Wed, 27 Jul 2016 12:47:05 +0000 (14:47 +0200)] 
fix #46 (HTTP/2 response message parsing broken with libcurl >= 7.49.1)

7 years agoproper fix for #47
Michael Wallner [Wed, 13 Jul 2016 11:14:43 +0000 (13:14 +0200)] 
proper fix for #47

7 years agofix #47
Michael Wallner [Wed, 13 Jul 2016 08:05:39 +0000 (10:05 +0200)] 
fix #47

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Tue, 21 Jun 2016 07:09:14 +0000 (09:09 +0200)] 
Merge branch 'v2.6.x'

7 years agoAdd http\Client::setDebug(callable $debug) and constants
Michael Wallner [Tue, 21 Jun 2016 06:50:14 +0000 (08:50 +0200)] 
Add http\Client::setDebug(callable $debug) and constants

Returns:
 * http\Client, self

Params:
 * callable $debug as
   function(http\Client $c, http\Client\Request $r, int $type, string $data)

Added constants (used for the $type bitmask parameter of the callback):
 * http\Client::DEBUG_INFO (informational text)
 * http\Client::DEBUG_IN (received data)
 * http\Client::DEBUG_OUT (sent data)
 * http\Client::DEBUG_HEADER (headers)
 * http\Client::DEBUG_BODY (body)
 * http\Client::DEBUG_SSL (SSL data)

E.g. incoming headers would have the bitmask
(http\Client::DEBUG_IN|http\Client::DEBUG_HEADER) set in the $type
parameter.

Messages of type http\Client::DEBUG_INFO contain human readable text
like "Proxy CONNECT connection closed\n".

7 years agoreturn count of still unfinished requests from run callback
Michael Wallner [Wed, 15 Jun 2016 14:08:39 +0000 (16:08 +0200)] 
return count of still unfinished requests from run callback

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Wed, 15 Jun 2016 14:11:52 +0000 (16:11 +0200)] 
Merge branch 'v2.6.x'

7 years agoreturn count of still unfinished requests from run callback
Michael Wallner [Wed, 15 Jun 2016 14:08:39 +0000 (16:08 +0200)] 
return count of still unfinished requests from run callback

7 years agoMFH header fixes
Michael Wallner [Wed, 15 Jun 2016 07:20:28 +0000 (09:20 +0200)] 
MFH header fixes

7 years agoclang is picky about these when building in-tree
Michael Wallner [Tue, 14 Jun 2016 09:26:18 +0000 (11:26 +0200)] 
clang is picky about these when building in-tree

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Mon, 13 Jun 2016 12:54:41 +0000 (14:54 +0200)] 
Merge branch 'v2.6.x'

7 years agofix undefined symbol ZEND_ASSERT
Michael Wallner [Mon, 13 Jun 2016 07:44:25 +0000 (09:44 +0200)] 
fix undefined symbol ZEND_ASSERT

7 years agouser event loop support for the curl client
Michael Wallner [Mon, 13 Jun 2016 05:19:23 +0000 (07:19 +0200)] 
user event loop support for the curl client

7 years agofollowup on #44
Michael Wallner [Sat, 11 Jun 2016 06:58:40 +0000 (08:58 +0200)] 
followup on #44

7 years agoImplement gc handlers
Michael Wallner [Thu, 9 Jun 2016 09:33:02 +0000 (11:33 +0200)] 
Implement gc handlers

JFC. Closes #44

7 years agomodularize curl event handler
Michael Wallner [Tue, 7 Jun 2016 09:59:39 +0000 (11:59 +0200)] 
modularize curl event handler

7 years agofix tests
Michael Wallner [Mon, 6 Jun 2016 16:21:12 +0000 (18:21 +0200)] 
fix tests

7 years agoremember qs args without value and with empty value
Michael Wallner [Mon, 6 Jun 2016 16:20:18 +0000 (18:20 +0200)] 
remember qs args without value and with empty value

7 years agoimprove negotiation precision
Michael Wallner [Mon, 6 Jun 2016 07:20:40 +0000 (09:20 +0200)] 
improve negotiation precision

7 years agofix regression introduced with http\Params::PARSE_RFC5987
Michael Wallner [Mon, 6 Jun 2016 07:18:46 +0000 (09:18 +0200)] 
fix regression introduced with http\Params::PARSE_RFC5987

negotiation using the params parser would receive param keys without the
trailing asterisk, stripped by http\Params::PARSE_RFC5987

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Wed, 1 Jun 2016 07:30:42 +0000 (09:30 +0200)] 
Merge branch 'v2.6.x'

7 years agoAllow IDNA/punycode hosts
Michael Wallner [Wed, 1 Jun 2016 07:28:08 +0000 (09:28 +0200)] 
Allow IDNA/punycode hosts

Closes #42

7 years agouse new propro version for travis
Michael Wallner [Wed, 25 May 2016 11:58:41 +0000 (13:58 +0200)] 
use new propro version for travis

7 years agobe more verbose about nghttp2 skip
Michael Wallner [Wed, 25 May 2016 11:58:25 +0000 (13:58 +0200)] 
be more verbose about nghttp2 skip

7 years agofix tests for master
Michael Wallner [Wed, 25 May 2016 10:06:57 +0000 (12:06 +0200)] 
fix tests for master

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Tue, 24 May 2016 18:27:30 +0000 (20:27 +0200)] 
Merge branch 'v2.6.x'

7 years agowe need libcurl 7.21.5 for UNKNOWN_OPTION and 7.23 for ssl session
Michael Wallner [Tue, 24 May 2016 18:10:19 +0000 (20:10 +0200)] 
we need libcurl 7.21.5 for UNKNOWN_OPTION and 7.23 for ssl session
sharing

7 years agofix error messages of curlm_set_option
Michael Wallner [Tue, 24 May 2016 17:02:52 +0000 (19:02 +0200)] 
fix error messages of curlm_set_option

7 years agoMerge branch 'v2.6.x'
Michael Wallner [Tue, 24 May 2016 15:26:31 +0000 (17:26 +0200)] 
Merge branch 'v2.6.x'

7 years agoadd Client::configure option to disable the share
Michael Wallner [Tue, 24 May 2016 14:43:11 +0000 (16:43 +0200)] 
add Client::configure option to disable the share

Provide http\Client::configure() options (share_cookies, share_ssl) to
en/disable sharing of cookies and ssl session info through CURLSH.

7 years agowrap more options behind feature checks
Michael Wallner [Tue, 24 May 2016 09:21:59 +0000 (11:21 +0200)] 
wrap more options behind feature checks

7 years agoavoid 'error: Success' condition
Michael Wallner [Mon, 23 May 2016 15:49:58 +0000 (17:49 +0200)] 
avoid 'error: Success' condition

7 years agofix link
Michael Wallner [Mon, 23 May 2016 15:49:24 +0000 (17:49 +0200)] 
fix link

7 years agofix tests for libcurl >= 7.48
Michael Wallner [Mon, 23 May 2016 15:49:04 +0000 (17:49 +0200)] 
fix tests for libcurl >= 7.48

7 years agoreduce test
Michael Wallner [Mon, 23 May 2016 15:48:45 +0000 (17:48 +0200)] 
reduce test

7 years agosane cookie handling for the client
Michael Wallner [Mon, 23 May 2016 15:48:15 +0000 (17:48 +0200)] 
sane cookie handling for the client

7 years agoupdate travis/pecl
Michael Wallner [Wed, 27 Apr 2016 10:40:07 +0000 (12:40 +0200)] 
update travis/pecl

7 years agofix ZVAL_STRING usage in options_init
Michael Wallner [Wed, 27 Apr 2016 10:11:15 +0000 (12:11 +0200)] 
fix ZVAL_STRING usage in options_init

7 years agothis gonna be 3.1
Michael Wallner [Wed, 27 Apr 2016 09:35:19 +0000 (11:35 +0200)] 
this gonna be 3.1

7 years agoMerge branch 'v2.6.x' of github.com:m6w6/ext-http
Michael Wallner [Wed, 27 Apr 2016 09:34:04 +0000 (11:34 +0200)] 
Merge branch 'v2.6.x' of github.com:m6w6/ext-http

7 years agomark XFAIL for now
Michael Wallner [Wed, 27 Apr 2016 07:37:35 +0000 (09:37 +0200)] 
mark XFAIL for now

7 years agofix typos
Michael Wallner [Wed, 27 Apr 2016 07:23:01 +0000 (09:23 +0200)] 
fix typos

7 years agofix issue #39
Michael Wallner [Wed, 27 Apr 2016 06:53:59 +0000 (08:53 +0200)] 
fix issue #39

7 years agoallow setting proxyhost request option to NULL
Michael Wallner [Wed, 27 Apr 2016 06:33:43 +0000 (08:33 +0200)] 
allow setting proxyhost request option to NULL

This allows to override any environment setting.
Closes issue #33

7 years agocurl version and feature constants
Michael Wallner [Tue, 26 Apr 2016 14:12:01 +0000 (16:12 +0200)] 
curl version and feature constants

7 years agolet the client share cookies/tls sessions
Michael Wallner [Tue, 26 Apr 2016 12:04:41 +0000 (14:04 +0200)] 
let the client share cookies/tls sessions

A curl client handle now contains a curl_multi and a curl_share handle.

Test client021.phpt still fails, so somethings still at odds here.

8 years agoreset errorcode
Michael Wallner [Wed, 13 Apr 2016 13:07:14 +0000 (15:07 +0200)] 
reset errorcode

fixes github issue #38

8 years agoadd/improve configure checks for default CA bundle/path
Michael Wallner [Fri, 1 Apr 2016 13:13:06 +0000 (15:13 +0200)] 
add/improve configure checks for default CA bundle/path

See github issue #31

8 years agothis gonna be 2.6
Michael Wallner [Thu, 31 Mar 2016 13:15:46 +0000 (15:15 +0200)] 
this gonna be 2.6

8 years agoallow setting multiple headers with the same name
Michael Wallner [Thu, 31 Mar 2016 13:12:19 +0000 (15:12 +0200)] 
allow setting multiple headers with the same name

Only http\Message::addHeader will transform the headers into a single
one where the values will be concatenated by comma.

Closes github issue #34

8 years agoskip online test v2.5.x
Remi Collet [Sat, 26 Mar 2016 10:39:09 +0000 (11:39 +0100)] 
skip online test

8 years agoskip online test
Remi Collet [Sat, 26 Mar 2016 10:39:09 +0000 (11:39 +0100)] 
skip online test

8 years agoback to dev [ci skip]
Michael Wallner [Wed, 9 Mar 2016 13:45:47 +0000 (14:45 +0100)] 
back to dev [ci skip]

8 years agoback to dev [ci skip]
Michael Wallner [Wed, 9 Mar 2016 13:45:40 +0000 (14:45 +0100)] 
back to dev [ci skip]

8 years agoprepare 3.0.1 RELEASE_3_0_1
Michael Wallner [Wed, 9 Mar 2016 10:01:21 +0000 (11:01 +0100)] 
prepare 3.0.1

8 years agoMerge branch 'v2.5.x'
Michael Wallner [Wed, 9 Mar 2016 09:56:20 +0000 (10:56 +0100)] 
Merge branch 'v2.5.x'

8 years agoprepare 2.5.6 RELEASE_2_5_6
Michael Wallner [Wed, 9 Mar 2016 09:30:26 +0000 (10:30 +0100)] 
prepare 2.5.6

8 years agoadd CURL_HTTP_VERSION_2TLS
Michael Wallner [Wed, 9 Mar 2016 09:25:34 +0000 (10:25 +0100)] 
add CURL_HTTP_VERSION_2TLS

8 years agoMerge pull request #28 from rc0r/rc0r-fixes
Michael Wallner [Wed, 9 Mar 2016 08:34:07 +0000 (09:34 +0100)] 
Merge pull request #28 from rc0r/rc0r-fixes

Possible null pointer dereference in php_http_url_mod() fixed.

8 years agoPossible null pointer dereference in php_http_url_mod() fixed.
rc0r [Thu, 3 Mar 2016 14:05:33 +0000 (15:05 +0100)] 
Possible null pointer dereference in php_http_url_mod() fixed.

8 years agofix bug #71719 (Buffer overflow in HTTP url parsing functions)
Michael Wallner [Wed, 9 Mar 2016 08:21:28 +0000 (09:21 +0100)] 
fix bug #71719 (Buffer overflow in HTTP url parsing functions)

The parser's offset was not reset when we softfail in scheme
parsing and continue to parse a path.
Thanks to hlt99 at blinkenshell dot org for the report.

8 years agoPossible null pointer dereference in php_http_url_mod() fixed. 28/head
rc0r [Thu, 3 Mar 2016 14:05:33 +0000 (15:05 +0100)] 
Possible null pointer dereference in php_http_url_mod() fixed.

8 years agoremove conflict marker
Michael Wallner [Sat, 13 Feb 2016 08:07:12 +0000 (09:07 +0100)] 
remove conflict marker
[ci skip]

8 years agoMerge pull request #21 from Jan-E/master
Michael Wallner [Fri, 22 Jan 2016 13:03:23 +0000 (14:03 +0100)] 
Merge pull request #21 from Jan-E/master

Fix PHP7 config.w32

8 years agoMerge pull request #22 from Jan-E/v2.5.x
Michael Wallner [Fri, 22 Jan 2016 13:03:07 +0000 (14:03 +0100)] 
Merge pull request #22 from Jan-E/v2.5.x

Fix PHP5 config.w32

8 years agoFix PHP5 config.w32 22/head
Jan-E [Fri, 22 Jan 2016 12:36:48 +0000 (13:36 +0100)] 
Fix PHP5 config.w32

8 years agoFix PHP7 config.w32 21/head
Jan-E [Fri, 22 Jan 2016 12:26:26 +0000 (13:26 +0100)] 
Fix PHP7 config.w32

8 years agoSSL_VERIFYSTATUS is only availbe for nss, gtls and openssl
Michael Wallner [Thu, 21 Jan 2016 16:30:55 +0000 (17:30 +0100)] 
SSL_VERIFYSTATUS is only availbe for nss, gtls and openssl

fixes issue #20

8 years agoback to dev
Michael Wallner [Tue, 19 Jan 2016 12:56:36 +0000 (13:56 +0100)] 
back to dev
[ci skip]

8 years agoprepare 3.0.0 RELEASE_3_0_0
Michael Wallner [Tue, 19 Jan 2016 09:42:52 +0000 (10:42 +0100)] 
prepare 3.0.0

8 years agoMerge branch 'v2.5.x'
Michael Wallner [Tue, 19 Jan 2016 09:40:09 +0000 (10:40 +0100)] 
Merge branch 'v2.5.x'

8 years agoupdate travis/pecl
Michael Wallner [Tue, 19 Jan 2016 08:53:37 +0000 (09:53 +0100)] 
update travis/pecl

8 years agoMerge pull request #19 from Sean-Der/master
Michael Wallner [Wed, 30 Dec 2015 11:28:58 +0000 (12:28 +0100)] 
Merge pull request #19 from Sean-Der/master

Fix calls to zend_parse_parameters

8 years agoFix calls to zend_parse_parameters that used long instead of zend_long for 'l', and... 19/head
Sean DuBois [Tue, 29 Dec 2015 03:48:59 +0000 (03:48 +0000)] 
Fix calls to zend_parse_parameters that used long instead of zend_long for 'l', and optional values that were not initalized to null

8 years agoupdate travis-pecl
Michael Wallner [Mon, 7 Dec 2015 15:04:19 +0000 (16:04 +0100)] 
update travis-pecl

8 years agoupdate travis-pecl
Michael Wallner [Mon, 7 Dec 2015 14:53:53 +0000 (15:53 +0100)] 
update travis-pecl

8 years ago7.0 is now an official version
Michael Wallner [Mon, 7 Dec 2015 14:31:10 +0000 (15:31 +0100)] 
7.0 is now an official version

8 years agofix test
Michael Wallner [Mon, 7 Dec 2015 14:30:43 +0000 (15:30 +0100)] 
fix test

8 years agotest fixups from Remi
Michael Wallner [Mon, 7 Dec 2015 14:22:46 +0000 (15:22 +0100)] 
test fixups from Remi

8 years agofix travis
Michael Wallner [Mon, 7 Dec 2015 10:17:38 +0000 (11:17 +0100)] 
fix travis

8 years agoback to dev
Michael Wallner [Mon, 7 Dec 2015 10:16:36 +0000 (11:16 +0100)] 
back to dev

8 years agorelease 3.0.0RC1 RELEASE_3_0_0_RC1
Michael Wallner [Mon, 7 Dec 2015 08:27:24 +0000 (09:27 +0100)] 
release 3.0.0RC1

8 years agorelease 2.5.5 RELEASE_2_5_5
Michael Wallner [Mon, 7 Dec 2015 08:21:48 +0000 (09:21 +0100)] 
release 2.5.5

8 years agoadministrativa
Michael Wallner [Fri, 4 Dec 2015 13:06:09 +0000 (14:06 +0100)] 
administrativa

8 years agoadd http\Env\Url
Michael Wallner [Fri, 4 Dec 2015 13:00:34 +0000 (14:00 +0100)] 
add http\Env\Url
remove http\Url::FROM_ENV from default flags
add class_entry accessors

8 years agofix travis badge
Michael Wallner [Thu, 3 Dec 2015 17:09:49 +0000 (18:09 +0100)] 
fix travis badge

8 years agoenable all PHP7 hashes
Michael Wallner [Thu, 3 Dec 2015 13:44:07 +0000 (14:44 +0100)] 
enable all PHP7 hashes

8 years agofix deps
Michael Wallner [Thu, 3 Dec 2015 12:45:59 +0000 (13:45 +0100)] 
fix deps

8 years agoupdate deps
Michael Wallner [Thu, 3 Dec 2015 09:46:49 +0000 (10:46 +0100)] 
update deps