m6w6/ext-http
3 years agorelease 4.0.0beta1 v4.0.0beta1
Michael Wallner [Wed, 23 Sep 2020 06:26:02 +0000 (08:26 +0200)] 
release 4.0.0beta1

* PHP 8 compatibility
- Drop ext-propro support
PHP 8 removes the object get/set API from the ZendEngine, which renders
that extension dysfunctional. As a consequence, the header property of
http\Message and derived classes cannot be modified in place, and thus
by reference.

3 years agoenable zlib/brotli/curl by default
Michael Wallner [Mon, 21 Sep 2020 12:59:36 +0000 (14:59 +0200)] 
enable zlib/brotli/curl by default

3 years agoremove deleted files
Michael Wallner [Mon, 21 Sep 2020 12:59:13 +0000 (14:59 +0200)] 
remove deleted files

3 years agoPHP 8 compatibility
Michael Wallner [Mon, 21 Sep 2020 12:23:15 +0000 (14:23 +0200)] 
PHP 8 compatibility

3 years agodrop dep on ext-propro (dysfunctional with PHP 8)
Michael Wallner [Mon, 21 Sep 2020 07:42:30 +0000 (09:42 +0200)] 
drop dep on ext-propro (dysfunctional with PHP 8)

4 years agoAdd cryp32.lib to config.w32 dependent libs
Jan Ehrhardt [Wed, 1 Jan 2020 21:28:40 +0000 (22:28 +0100)] 
Add cryp32.lib to config.w32 dependent libs

When linking to a libcurl_a.lib that is compiled with Schannel (--with-winssl) cryp32.lib is needed as dependant lib.
See https://github.com/curl/curl/issues/1147#issuecomment-263408263 for instance.

4 years agomove to PHP-7.4 as current GA
Michael Wallner [Wed, 4 Dec 2019 15:50:31 +0000 (16:50 +0100)] 
move to PHP-7.4 as current GA

4 years agofix #98 #99 #100 #101 #102 #103
Michael Wallner [Wed, 4 Dec 2019 07:33:44 +0000 (08:33 +0100)] 
fix #98 #99 #100 #101 #102 #103

Tests were failing on systems with zend.exception_ignore_arg set.
Thanks to Thomas Deutschmann (@Whissi)

4 years agoConfig.w32 chack for both instances of event.h
Jan Ehrhardt [Thu, 31 Oct 2019 11:47:31 +0000 (12:47 +0100)] 
Config.w32 chack for both instances of event.h

Fixes https://github.com/m6w6/ext-http/issues/97 when the libevent2 headers are not installed in the main include dir, for instance in c:/php-snap-build/dep-aux/vc15/x64/libevent/include

4 years agorelease 3.2.3 RELEASE_3_2_3
Michael Wallner [Tue, 29 Oct 2019 06:42:02 +0000 (07:42 +0100)] 
release 3.2.3

* Fixed Windows build (Jan Ehrhardt)

4 years agoconfig.w32: fix missing icule.lib and iculx.lib
Jan Ehrhardt [Thu, 24 Oct 2019 15:23:36 +0000 (17:23 +0200)] 
config.w32: fix missing icule.lib and iculx.lib

icule.lib and iculx.lib have been removed in ICU 58.1.
Add thesame checks as in https://github.com/php/php-src/blob/PHP-7.4/ext/intl/config.w32#L123

4 years agoMerge pull request #96 from Jan-E/master
Jan Ehrhardt [Thu, 24 Oct 2019 11:41:59 +0000 (13:41 +0200)] 
Merge pull request #96 from Jan-E/master

Windows & PHP 7.4 fixes

4 years agoConfig.w32: add curl dependent libs 96/head
Jan-E [Thu, 24 Oct 2019 11:09:02 +0000 (13:09 +0200)] 
Config.w32: add curl dependent libs

4 years agoPHP 7.4: ulong->unsigned long, uint->uint32_t
Jan-E [Thu, 24 Oct 2019 10:46:50 +0000 (12:46 +0200)] 
PHP 7.4: ulong->unsigned long, uint->uint32_t

4 years agoConfig.w32: link to libssl.lib & libcrypto.lib
Jan-E [Thu, 24 Oct 2019 10:35:11 +0000 (12:35 +0200)] 
Config.w32: link to libssl.lib & libcrypto.lib

4 years agoFix operator for Visual Studio
Jan-E [Thu, 24 Oct 2019 10:28:18 +0000 (12:28 +0200)] 
Fix operator for Visual Studio

4 years agoback to dev
Michael Wallner [Thu, 24 Oct 2019 08:34:21 +0000 (10:34 +0200)] 
back to dev

4 years agorelease v3.2.2 RELEASE_3_2_2
Michael Wallner [Thu, 24 Oct 2019 07:49:08 +0000 (09:49 +0200)] 
release v3.2.2

4 years agofix #91: get rid of most of the yearly failing test
Michael Wallner [Thu, 24 Oct 2019 07:43:27 +0000 (09:43 +0200)] 
fix #91: get rid of most of the yearly failing test

4 years agofix for changed shutdown order in PHP-7.4
Michael Wallner [Mon, 21 Oct 2019 11:38:09 +0000 (13:38 +0200)] 
fix for changed shutdown order in PHP-7.4

4 years agosuppress new PHP-7.4 notice about failed stream_write
Michael Wallner [Wed, 16 Oct 2019 11:11:08 +0000 (13:11 +0200)] 
suppress new PHP-7.4 notice about failed stream_write

4 years agofix #95: typo by @rcanavan
Michael Wallner [Thu, 10 Oct 2019 07:19:00 +0000 (09:19 +0200)] 
fix #95: typo by @rcanavan

4 years agoaddendum to #92
Michael Wallner [Fri, 16 Aug 2019 12:02:13 +0000 (14:02 +0200)] 
addendum to #92

ignore numeric array keys for file entries

4 years agoattempt to fix #92
Michael Wallner [Sat, 10 Aug 2019 09:28:35 +0000 (11:28 +0200)] 
attempt to fix #92

Body::addForm() discards numeric keys

4 years agoattempt to fix #91
Michael Wallner [Fri, 2 Aug 2019 11:15:33 +0000 (13:15 +0200)] 
attempt to fix #91

4 years agoArray and string offset access syntax with curly braces is deprecated
Remi Collet [Tue, 23 Jul 2019 13:24:54 +0000 (15:24 +0200)] 
Array and string offset access syntax with curly braces is deprecated

4 years agofix build
Michael Wallner [Sat, 20 Jul 2019 06:53:31 +0000 (08:53 +0200)] 
fix build

4 years ago[ci skip] administrativa
Michael Wallner [Fri, 12 Jul 2019 12:55:55 +0000 (14:55 +0200)] 
[ci skip] administrativa

4 years ago[ci skip] sync changelog
Michael Wallner [Fri, 12 Jul 2019 12:48:42 +0000 (14:48 +0200)] 
[ci skip] sync changelog

4 years agoadd more cookie tests
Michael Wallner [Fri, 12 Jul 2019 12:27:23 +0000 (14:27 +0200)] 
add more cookie tests

4 years agoRevert "add more cookie tests"
Michael Wallner [Fri, 12 Jul 2019 12:26:11 +0000 (14:26 +0200)] 
Revert "add more cookie tests"

This reverts commit e2b947ae9fa3b56f94855c5c111ccc9fb595d460.

4 years agoadd more cookie tests
Michael Wallner [Fri, 12 Jul 2019 12:25:19 +0000 (14:25 +0200)] 
add more cookie tests

4 years agotravis: test against 7.4, but allow failures until stablilized
Michael Wallner [Mon, 17 Jun 2019 11:40:16 +0000 (13:40 +0200)] 
travis: test against 7.4, but allow failures until stablilized

4 years agoprepare release 3.2.1 RELEASE_3_2_1
Michael Wallner [Fri, 7 Jun 2019 11:46:39 +0000 (13:46 +0200)] 
prepare release 3.2.1

* Fixed gh-issue #88: Unable to run test suite (Remi Collet)
* Fixed gh-issue #86: test failure with curl 7.64
* Fixed gh-issue #85: [-Wformat-extra-args] build warnings
* Fixed gh-issue #84: segfault and build failure since curl 7.62
* Fixed gh-issue #82: Test harness improvements (Chris Wright)
* Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan)
* Fixed http\QueryString::getGlobalInstance()
* Fixed missing 2nd reflection argument info of http\Client::notify()
* Fixed PHP-7.4 compatibility

4 years agoupdate travis
Michael Wallner [Fri, 7 Jun 2019 11:08:24 +0000 (13:08 +0200)] 
update travis

4 years agofix travis
Michael Wallner [Fri, 7 Jun 2019 08:05:11 +0000 (10:05 +0200)] 
fix travis

4 years agoprepare v3.2.1
Michael Wallner [Thu, 6 Jun 2019 13:55:56 +0000 (15:55 +0200)] 
prepare v3.2.1

* Fixed gh-issue #88: Unable to run test suite (Remi Collet)
* Fixed gh-issue #86: test failure with curl 7.64
* Fixed gh-issue #85: [-Wformat-extra-args] build warnings
* Fixed gh-issue #84: segfault and build failure since curl 7.62
* Fixed gh-issue #82: Test harness improvements (Chris Wright)
* Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan)
* Fixed http\QueryString::getGlobalInstance()
* Fixed missing 2nd reflection argument info of http\Client::notify()
* Fixed PHP-7.4 compatibility

4 years agoalso ignore crc32c which is 7.4+ only
Remi Collet [Thu, 6 Jun 2019 12:27:37 +0000 (14:27 +0200)] 
also ignore crc32c which is 7.4+ only

4 years agoFix #88 bad variable name
Remi Collet [Thu, 6 Jun 2019 12:23:38 +0000 (14:23 +0200)] 
Fix #88 bad variable name

5 years agoupdate travis/pecl
Michael Wallner [Mon, 1 Apr 2019 12:55:10 +0000 (14:55 +0200)] 
update travis/pecl

5 years agoupdate travis/pecl
Michael Wallner [Fri, 29 Mar 2019 09:21:55 +0000 (10:21 +0100)] 
update travis/pecl

5 years agofix test
Michael Wallner [Fri, 22 Mar 2019 18:41:06 +0000 (19:41 +0100)] 
fix test

5 years agotests: pecl/event needs ext/socket by default
Michael Wallner [Fri, 22 Mar 2019 14:10:59 +0000 (15:10 +0100)] 
tests: pecl/event needs ext/socket by default

5 years agotests: switch from pecl-ev to pecl-event
Michael Wallner [Fri, 22 Mar 2019 13:21:34 +0000 (14:21 +0100)] 
tests: switch from pecl-ev to pecl-event

5 years agofix tests
Michael Wallner [Fri, 22 Mar 2019 12:37:17 +0000 (13:37 +0100)] 
fix tests

5 years agofix reflection
Michael Wallner [Wed, 13 Mar 2019 13:58:56 +0000 (14:58 +0100)] 
fix reflection

5 years agotravis
Michael Wallner [Sat, 2 Mar 2019 17:14:15 +0000 (18:14 +0100)] 
travis

5 years agotravis: condense build matrix
Michael Wallner [Sat, 2 Mar 2019 11:13:35 +0000 (12:13 +0100)] 
travis: condense build matrix

5 years agoPHP-7.x compatibility
Michael Wallner [Fri, 1 Mar 2019 14:38:06 +0000 (15:38 +0100)] 
PHP-7.x compatibility

5 years agotravis
Michael Wallner [Fri, 1 Mar 2019 13:50:29 +0000 (14:50 +0100)] 
travis

5 years agoPHP-7.4 compatibility
Michael Wallner [Fri, 1 Mar 2019 13:48:57 +0000 (14:48 +0100)] 
PHP-7.4 compatibility

5 years agofix #64 (by rcanavan)
Michael Wallner [Fri, 1 Mar 2019 13:48:04 +0000 (14:48 +0100)] 
fix #64 (by rcanavan)

5 years agoconfigure: fix lib recognition
Michael Wallner [Fri, 1 Mar 2019 13:47:28 +0000 (14:47 +0100)] 
configure: fix lib recognition

5 years agotravis: xenial
Michael Wallner [Fri, 1 Mar 2019 09:38:23 +0000 (10:38 +0100)] 
travis: xenial

5 years agotravis: matrix.include trusty/xenial
Michael Wallner [Fri, 1 Mar 2019 08:18:27 +0000 (09:18 +0100)] 
travis: matrix.include trusty/xenial

5 years agotravis: allow_failures
Michael Wallner [Fri, 1 Mar 2019 07:14:08 +0000 (08:14 +0100)] 
travis: allow_failures

5 years agofix _GET reference for any 7.x
Michael Wallner [Thu, 28 Feb 2019 17:08:50 +0000 (18:08 +0100)] 
fix _GET reference for any 7.x

5 years agofix _GET reference
Michael Wallner [Thu, 28 Feb 2019 14:54:42 +0000 (15:54 +0100)] 
fix _GET reference

5 years agofix typo
Michael Wallner [Thu, 28 Feb 2019 09:19:29 +0000 (10:19 +0100)] 
fix typo

5 years agoPHP-7.4 compatibility
Michael Wallner [Thu, 28 Feb 2019 09:15:30 +0000 (10:15 +0100)] 
PHP-7.4 compatibility

5 years agophp_url changed to zend_string*
Michael Wallner [Thu, 28 Feb 2019 09:14:16 +0000 (10:14 +0100)] 
php_url changed to zend_string*

5 years agofix format warnings, closes #85
Michael Wallner [Thu, 28 Feb 2019 09:13:19 +0000 (10:13 +0100)] 
fix format warnings, closes #85

5 years agotravis: allow failures with PHP-master
Michael Wallner [Tue, 26 Feb 2019 19:58:49 +0000 (20:58 +0100)] 
travis: allow failures with PHP-master

5 years agofix test
Michael Wallner [Tue, 26 Feb 2019 18:54:58 +0000 (19:54 +0100)] 
fix test

5 years agoupdate travis
Michael Wallner [Tue, 26 Feb 2019 17:08:47 +0000 (18:08 +0100)] 
update travis

5 years agoworkaround for #84
Michael Wallner [Tue, 26 Feb 2019 17:07:34 +0000 (18:07 +0100)] 
workaround for #84

5 years agoupdate tests for newer libcurl
Michael Wallner [Tue, 26 Feb 2019 15:40:44 +0000 (16:40 +0100)] 
update tests for newer libcurl

5 years agoMerge pull request #74 from gbarosio/readme
Michael Wallner [Mon, 4 Feb 2019 13:37:10 +0000 (14:37 +0100)] 
Merge pull request #74 from gbarosio/readme

Added the correct git url to the README.md fileE [ci skip]

5 years agobuild: fix master
Michael Wallner [Thu, 27 Sep 2018 06:18:37 +0000 (08:18 +0200)] 
build: fix master

5 years agoMerge branch 'fix/no-test-args-passthru' of https://github.com/DaveRandom/ext-http
Michael Wallner [Wed, 26 Sep 2018 08:21:05 +0000 (10:21 +0200)] 
Merge branch 'fix/no-test-args-passthru' of https://github.com/DaveRandom/ext-http

5 years agocoverity fixups
Michael Wallner [Wed, 26 Sep 2018 08:19:39 +0000 (10:19 +0200)] 
coverity fixups

5 years agoOnly pass valid options through from TEST_PHP_ARGS and make sure child process has... 82/head
Chris Wright [Wed, 22 Aug 2018 14:53:05 +0000 (15:53 +0100)] 
Only pass valid options through from TEST_PHP_ARGS and make sure child process has extensions

5 years agotravis: fix test
Michael Wallner [Mon, 23 Jul 2018 09:46:50 +0000 (11:46 +0200)] 
travis: fix test

5 years agotravis: fix ssl client test
Michael Wallner [Mon, 23 Jul 2018 09:43:57 +0000 (11:43 +0200)] 
travis: fix ssl client test

5 years agoback to dev
Michael Wallner [Thu, 19 Jul 2018 11:22:51 +0000 (13:22 +0200)] 
back to dev

5 years agoprepare release v3.2.0 RELEASE_3_2_0
Michael Wallner [Thu, 19 Jul 2018 11:16:13 +0000 (13:16 +0200)] 
prepare release v3.2.0

* Fixed gh-issue #73: build fails with libidn and libidn2
* Fixed gh-issue #78: PHP-7.3 build crashes
* Fixed PHP-7.2 build crashes
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

5 years agotravis: rebuild deps on master
Michael Wallner [Wed, 18 Jul 2018 11:50:43 +0000 (13:50 +0200)] 
travis: rebuild deps on master

5 years agotravis: clean on build failure
Michael Wallner [Wed, 18 Jul 2018 11:23:18 +0000 (13:23 +0200)] 
travis: clean on build failure

5 years agoadd 7.3; reconfigure for master
Michael Wallner [Wed, 18 Jul 2018 10:59:26 +0000 (12:59 +0200)] 
add 7.3; reconfigure for master

5 years agofix for 7.3.0alpha4
Remi Collet [Wed, 18 Jul 2018 04:37:53 +0000 (06:37 +0200)] 
fix for 7.3.0alpha4

5 years agofix shutdown crash with 7.3/master
Michael Wallner [Tue, 26 Jun 2018 15:19:43 +0000 (17:19 +0200)] 
fix shutdown crash with 7.3/master

5 years agoattempt to fix #78
Michael Wallner [Tue, 26 Jun 2018 13:40:28 +0000 (15:40 +0200)] 
attempt to fix #78

PHP-7.3 build fails on x86 due to change of the calling convention of
the zif_handler

6 years agoprepare release v3.2.0RC1 RELEASE_3_2_0_RC1pl1
Michael Wallner [Mon, 9 Apr 2018 10:35:26 +0000 (12:35 +0200)] 
prepare release v3.2.0RC1

* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

6 years agoprepare release v3.2.0RC1 RELEASE_3_2_0_RC1
Michael Wallner [Mon, 9 Apr 2018 10:33:01 +0000 (12:33 +0200)] 
prepare release v3.2.0RC1

* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

6 years agosplit utf8 ranges and single chars
Michael Wallner [Tue, 6 Mar 2018 12:50:04 +0000 (13:50 +0100)] 
split utf8 ranges and single chars

6 years agouse binary search on utf8_ranges
Michael Wallner [Tue, 6 Mar 2018 11:45:45 +0000 (12:45 +0100)] 
use binary search on utf8_ranges

6 years agoswitching on bits of just the start char won't work ;)
Michael Wallner [Mon, 5 Mar 2018 13:30:31 +0000 (14:30 +0100)] 
switching on bits of just the start char won't work ;)

6 years agodelete gcov files before cache
Michael Wallner [Mon, 5 Mar 2018 13:29:23 +0000 (14:29 +0100)] 
delete gcov files before cache

6 years agouse u_isalnum if available
Michael Wallner [Mon, 5 Mar 2018 10:52:49 +0000 (11:52 +0100)] 
use u_isalnum if available

6 years agotwo-split switch
Michael Wallner [Mon, 5 Mar 2018 08:11:20 +0000 (09:11 +0100)] 
two-split switch

6 years agounrolled isualpha
Michael Wallner [Sat, 3 Mar 2018 14:01:14 +0000 (15:01 +0100)] 
unrolled isualpha

6 years agochange build directory
Michael Wallner [Fri, 2 Mar 2018 20:29:18 +0000 (21:29 +0100)] 
change build directory

6 years agotraying to cache stuff on travis
Michael Wallner [Fri, 2 Mar 2018 14:44:21 +0000 (15:44 +0100)] 
traying to cache stuff on travis

6 years agofix dangling else swallowing the return statement with clang
Michael Wallner [Fri, 2 Mar 2018 12:42:31 +0000 (13:42 +0100)] 
fix dangling else swallowing the return statement with clang

6 years agofix segfault if filter could not be located
Michael Wallner [Fri, 2 Mar 2018 12:35:52 +0000 (13:35 +0100)] 
fix segfault if filter could not be located

6 years agofix test
Michael Wallner [Fri, 2 Mar 2018 11:07:49 +0000 (12:07 +0100)] 
fix test

6 years agofix tests
Michael Wallner [Fri, 2 Mar 2018 10:13:01 +0000 (11:13 +0100)] 
fix tests

6 years agonew build matrix
Michael Wallner [Fri, 2 Mar 2018 09:56:57 +0000 (10:56 +0100)] 
new build matrix

6 years agoimplement #58
Michael Wallner [Tue, 27 Feb 2018 16:32:45 +0000 (17:32 +0100)] 
implement #58

Client observers are now informed with an "prepare" event.
Note, though, that http\Client::getProgressInfo() does not return
the progress state received for this event.

6 years agofix build without brotli, take 2
Michael Wallner [Tue, 27 Feb 2018 15:18:21 +0000 (16:18 +0100)] 
fix build without brotli, take 2