Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-http-pecl_http

Extended HTTP Support
https://github.com/php/pecl-http-pecl_http

- remove unnecessary separation crud

8f353a932432afe5f0404e335a7f599a183ca678 authored over 17 years ago
- add HttpRequest::flushCookies() (libcurl>=7.17.1)

- fix HttpRequest's resetCookies() and enableCookies() to only trigger
the error if libcurl ver...

ef504c97eb98ff93e63d32452aca0684ed3c514a authored over 17 years ago
- provide persistent storage for things curl might use on curl_easy_cleanup

d8d4c50ac3637c4fafae5cec91501795b334c11e authored over 17 years ago
- fix SEGV on prematurely called HttpMessage::next()

9f4226597c09ccdf74db2be0ef76d9e135e7c71c authored over 17 years ago
- add missing PHP closing tag

e29a410679b63b8f96b6890d1418f39d9ed489cc authored over 17 years ago
- fix garbage cleanup crash in http_parse_params() with PHP4

(add_property_zval in ZE2 automatically increases refcount while ZE1 doesn't)

a3550dfdf5079087b74c28470cccaa59ed7712b4 authored over 17 years ago
- take advantage of constified ZEND_API

378dd0f912b3139f1a797cf19e7c4eb88d33f141 authored over 17 years ago
- AC found the header if HTTP_HAVE_[OPENSSL|GNUTLS] is defined

a8ac1f41f21043ec7fed928821255fb4ea5c2c62 authored over 17 years ago
- release 1.6.0b2

d3c84fe1aedf3027bcc4078ce48838e59c160193 authored over 17 years ago
- changelog

fcaf2a72a0d55642b9c02e0526e56ce8f33f77f6 authored over 17 years ago
- revert moronic fix and supply a real one, obviously PHP4 only

- add test

2296badf107bded5e8ca4d45fdd8ef0f6e5b1d5b authored over 17 years ago
- fix typo which may cause a crash

- improve debugging code

da1843cf6d0047c118dd052520c2fba230e7f10f authored over 17 years ago
- fixup tests

db5299a8b005bf625b4e34666b48e6cce8990482 authored over 17 years ago
- fix SKIPIF for PHP4

976c6c8c58c93c4ab74e9c23e1cf5b31b2b1bd78 authored over 17 years ago
- error message has changed again

7b9beb8c52f3e8004850b555d760972381572309 authored over 17 years ago
- PHP4 does not define PHP_LIBDIR

76521260a11d8d3ee415395cf14e320548f8d92c authored over 17 years ago
- fix some cc warnings on x64

ea72d21d93fa8e5a1a21422b14e90e6c89af3d54 authored over 17 years ago
- don't use environment for constructing request urls and

introduce HTTP_URL_FROM_ENV which is added to the default
flags of http_build_url()

51669004bbd20bcb4cd9d509799ff65e3998ea47 authored over 17 years ago
- odd shell fixes

64b997ebfc4eab485a8ea04c633e3a5b6c32a1ff authored over 17 years ago
- release 1.6.0b1

0b5d61db388a4177ee32092b9fe7a4e614520bb2 authored over 17 years ago
- fix some warnings

5eab9789044c40c91512d27ba5663cdf04b8b972 authored over 17 years ago
- separate http_boundary()

- odd fixes for libevent support

22616d7660e06425a33ffefe748d4aa6067c2a43 authored over 17 years ago
- we still want to kn ow correct link flags

228695ee6fcabcead88bd7bf9532dbb64f9a2707 authored over 17 years ago
- fix bug #11929 http_negotiate_* does not return default value on non-match

f3fefe49c3c19564bddacaebd5fecb6de231b988 authored over 17 years ago
- no pecl/event for ya

544386310b6f741953dac92f8735ae7339486510 authored over 17 years ago
- fix tests

- add non-ZTS persistent handles test

f25310e793f05996d99ac7476cc1f2437e5bfb0e authored over 17 years ago
- fix curl SSL lib detection by pretending a clean build env

b7afdab5771258952d6ea517332c49e02769b2d9 authored over 17 years ago
- don't free twice

27e052e6dd20bbc0b0c133067e77af0f57120626 authored over 17 years ago
- fix bug #11359 HttpMessage::toMessageTypeObject() does not populate POST fields

# fix some SEGVs while being at it

9a8e9d419007cafacf69e7678bc19d5fc37e7e3f authored over 17 years ago
- remove LFS dependant parts which caused some real weirdance with curl_share

1702173179522368e6939a630b0ab8912fa15d1f authored over 17 years ago
- event callbacks should only run if useevents is enabled

12ed6e279de8c46f4bf8465f63465b09b565682e authored over 17 years ago
- fix tests

c60c46e6a6f5c3e4bed253a2a1b893a53e26bbfc authored over 17 years ago
- fix typo in LDFLAGS

# sorry Nuno!

21253ecddedcea1c915831b99e1edf2d458baa62 authored over 17 years ago
- first check for the SSL lib string in libcurl and then for the header

ebecc38999eaa447a92ec526fc510965223d6f02 authored over 17 years ago
- atof -> zend_strtod

11bfcbdb0054f820673df0d235bc780b1b729cb2 authored over 17 years ago
- fix compiler/linker agnostic runpath switch

5301527d060a7bed536005e10339bc53fe486303 authored over 17 years ago
- fix libcurls used SSL library detection

# as of libcurl v7.16.2, curl-config doesn't longer list static deps

bcb27bf6556208cded77e37805852fc2585e8a9f authored over 17 years ago
- this seems to fix most of the issues with the multi_socket API and libevent

b0d260940d93ae0553dde04cea651cb4b19df207 authored over 17 years ago
- libevent diagnostics

6c4a552c1ad7b0018afb57a3d0028c2be166a30a authored over 17 years ago
- changelog

3fc24e9ed64cd37c3942fa65a879bc0fe08d69a8 authored almost 18 years ago
- better timeout handling

- add test, now that adding handles while already doing transfers
doesn't screw up curl any longer

caecdff1920aed4c6b98b0a23598e9d359ece50b authored almost 18 years ago
- make libevent usable by choice at runtime

9e37263154391dec762b839cad4b7dd13e35467e authored almost 18 years ago
- still let it be customizable

0ff6f2e95f36a918a156fb1246f122613463fd6b authored almost 18 years ago
- rename the configure option for libevent support and add the possibility

to turn it off

0a35a30bb5fcb9342af1839d48eee317efcff726 authored almost 18 years ago
- final bits incl. timeouts

fa184d3b9f22921108a64c8062f07e3b8bb01e72 authored almost 18 years ago
- add libevent support

ea76053f1595a10c79735e36a51f54478ff15acf authored almost 18 years ago
- add "retry" request option

fee48a4d3353d6b37dfe0e40377ec0fe0c6e9a61 authored almost 18 years ago
sheesh

878af6cf27f64a1979100ecb0d74e4c972da13d8 authored almost 18 years ago
- created branch R_1_5

157f23df767f997fcb314ff2a46ef932842fab5a authored almost 18 years ago
-flush

7b842491e0bda243832011cf29fda448631380fc authored almost 18 years ago
- fix non-ZTS build, thanks Hannes

2dc2f1f7e1142bc51fa5ac9e1004c56f9f82e47c authored almost 18 years ago
* Fixed crashes with repeated registering/unregisitering of request methods (noticed by Andreas Weber)

85f5451a3e9fad7cb9728ba5408b433fca22b44b authored almost 18 years ago
- fix typo

39542fc9774df9a27e7643369a7210022cb81b0b authored almost 18 years ago
- fix default send buffer size

1b9170b43e1c72ef87be685d7075dc0be60e4a04 authored almost 18 years ago
- fix tests

65cf6ca09489451473d9aba81f22895058403ca8 authored almost 18 years ago
- we're not interested in private properties

59a1d06f1498dd2aab19316b7f5405d76b4170e7 authored almost 18 years ago
I don't want to document interface methods

0de60a2d6b0a9be44786ca2418169c54157c758d authored almost 18 years ago
- check all class members

9d41facfe3c41db910df23a6c4e2bbdb702077aa authored almost 18 years ago
- add doc progress checker

3837de728f09505d2bed811d0b26819ee719c3d9 authored almost 18 years ago
- fix proto

2e7c2f8c1d14dab23de8be7efb33d74155d97f71 authored almost 18 years ago
- release 1.5.2

aa5986c4d10f1be10cbda475dc59adff95b01dbf authored almost 18 years ago
- fix regressin

- optimize string cmp

19511041421e17223c6208d84e39333c62c95041 authored almost 18 years ago
reduce the amount of work or the gcov machine timesout this test

5c527acfc4782aab5afed5e38949db7b8c834d39 authored almost 18 years ago
- Allow unsetting request options by passing NULL:

$request->setOptions(array("option" => NULL));

207d60b3e6c3735999b3467377b60dab35981429 authored almost 18 years ago
- allow setting proxy to empty string, which ignores env

ef7c344f6a204a4de0b31aa9b9621caad792a7fb authored almost 18 years ago
- removed error prone macros, fixes bug #10151 (build fails dynamic linking on Mac OS X)

8e6cf53b544342e1eaf0ec4f530e32852120294a authored almost 18 years ago
-release 1.5.1; build failure (PHP5<5.2) due to ZEND_MN misdefinition, thanks Brian

22e85919b89570a1848bcc8f41949a592ae20b48 authored almost 18 years ago
I lied

daf3faa43b64ee36990f51d218fd297a72ce70d2 authored almost 18 years ago
- release 1.5.0

dd07cdeb2ed9752a82c9d052b42af2d639a785fd authored almost 18 years ago
- missing ZEND_MN

bdcc6697f7dd2a636efe363d7208e3832692b1ec authored almost 18 years ago
- add missing source file

f853a238996756afb712cf4903ad7ff6e0e389d9 authored almost 18 years ago
- missing src file

2d8b53a0bcac3e00619fe266dcbb46142d79c71c authored almost 18 years ago
- tests

ecec060bd65badb1139497b30b30cafd1161b50d authored almost 18 years ago
- fix requests for the first byte only

76e122adc1282ee43b222d5f3dbec2a11fe29ca5 authored almost 18 years ago
- release 1.5.0RC2

29f0a9aa9ad7cc41157ff4e7865fa1db25bb218f authored about 18 years ago
- add missing zval type check

a5779072b04fba8b47641d4f1e5f98a30445b1a7 authored about 18 years ago
- include everything in http.c

- make INIT/SHUTDOWN sequences readable again
- improve allowed methods check

521fa338cdcf4121b30d6a55663774561f029e32 authored about 18 years ago
- inc. version

3a6772376bf9d4cf83484c51e5ed059e958e83cf authored about 18 years ago
- uctitle

273c07d02d566bb0872879f34fd82803baa5eb20 authored about 18 years ago
- finalize persistent handle support (probably)

* make it a system ini option instead of a configure option
= http.persistent.handles.limit...

6968eb8ac7ad68faefc1fc05b4d53389d004cf3c authored about 18 years ago
- 1.5.0RC1

6a8d8f34361e89ea6e9b7b2737f0a8baf94705f2 authored about 18 years ago
- add pers. handles test

3dcb9b41f2cb451d858c31f2f080c070f0a78762 authored about 18 years ago
- fix hash keys

18dc0cdcdaf502f2cf2ad9e824212cfab0df7808 authored about 18 years ago
- fix PHP4 build

- use zend_hash_func instead of zend_get_hash_value

1df42dae0279a4d0f98b042bb389e90cbd197f6f authored about 18 years ago
- fix copyright year

aca5a5a21e4514707a71cfa69cc19ae50a78f5d3 authored about 18 years ago
- fix pers. handles phpinfo

ed599c827d2e799b749b913cad2b9f05ab724375 authored about 18 years ago
- remove arginfo on ctor

5a476d6738a5a8de45e86158aa2aba20c26a7e16 authored about 18 years ago
- fix pers. handles ident string setting

350e41a4710d4c0f45e30e5d59f28f438292ad42 authored about 18 years ago
- simplifications

197ec5e6c91d92a964d2b85bb43be66c21121e05 authored about 18 years ago
- add dbg output

- fix typo

df36ec0caf7186c3bcb55580601183a864579fa0 authored about 18 years ago
- update flags and fix PHP4 Win32 build

50fef9cd6734b54460ceaf75986704a4f594e6ee authored about 18 years ago
- reimplement persistent handle code

e5e656c7f4a22c11763c6519b899523734e93015 authored about 18 years ago
- simplify

cd5137b3e7cb8fe55a32b1de626127e786a86d0d authored about 18 years ago
- fix chicken&egg problem with ZTS + persistent handles + global request datashare

7bb02fe9ddb59cf972823009aeca5a3ab4df0634 authored about 18 years ago
- deprecate HttpRequest::*RawPostData() in favour of ::*Body()

accf1817e811a7edabd687ef6105983f39f13942 authored about 18 years ago
- use a HashTable to stat persistent handles

- show p. handles with phpinfo

e65e4aef04bbda60b8fb12985afbfaa069de9aee authored about 18 years ago
- move some definitions around

302498d96ed22a09da4375bd955d07f04b6b36c4 authored about 18 years ago
- better dbg code

6b07ab3988f234f92d537e865648e823217d6575 authored about 18 years ago
- make ist behave like a stack, not like a queue

121eac188fc0c1cabe3ea571a72867d3fd6b1b3f authored about 18 years ago
- persistent handles for curl_share and curl_multi

42dd649e29ed164437f98039ed58fa5fdd5fb2c9 authored about 18 years ago