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

- fixed access of super globals

9ba68660f21ea9481af483dffd666ae5bee72d11 authored almost 19 years ago
- remove debug printf

8ccfe684336bd5bbae23708a08bed842539f32f1 authored almost 19 years ago
* Fixed Bug #7192: Build against libcurl >= 7.15.2 fails

6625caa572df4f04564706b0b8200cd9f03adadf authored almost 19 years ago
- release 1.0.0RC1

64594674624ccfc6512ab0cc02edd071a5ffcba7 authored almost 19 years ago
- add note about HttpResponse::getHeader() not working with Apache2 and PHP<5.1.3

30f23d359aff10b458f036226a8e10bceb0a2da9 authored almost 19 years ago
- some test fixup

367f82c6492b0fcdc23491ee3454d042ed34c104 authored almost 19 years ago
- fix HttpQueryString::xlate()

- add xlate test
- fixup old tests for encoded square brackets

cbc4a6cb5dc305ad0f5bbd90ed11979bc7ea8875 authored almost 19 years ago
- fix builds where include/php/ext/iconv does not have php_have_*.h files

by #undef PHP_ATOM_INC
# What is this for actually?

9f74bab2b132b3cf7e4e1460117a50d3345346cf authored almost 19 years ago
- rather use '\r'/'\n' character symbols than the hex values

d3cd7d7d793bb12c2c6fe363cd5b7f29b3fc666b authored almost 19 years ago
- fix php-4 build

a5a48e24bce12e3b1a21763df927550f4cbc29e9 authored almost 19 years ago
- fix http_build_str(): urlencode [] brackets

fd1cab568f6b0f31c8d670478e65afd390ec12e4 authored almost 19 years ago
- version bump

- prevent possible crash if sapi_module.treat_data is not set

20d7454f10d7b03e6ad7302627e1ee97c5152e6b authored almost 19 years ago
- fix proto *static* HttpQueryString::singleton()

5e46af3d4f9091d2c88922ae38bf142b0f0b59b5 authored almost 19 years ago
- rename HttpQueryString::getInstance() to HttpQueryString::singleton()

- rename HttpQueryString::iconv() to HttpQueryString::xlate()

2d31adababe7af92c0153f8eff813c582c3d566c authored almost 19 years ago
- ws

bc0d0be07283bb4669e17528e347cd3870656136 authored almost 19 years ago
- split off files from tutorial.txt into lib/*.php

- prepare release v.25

e78857a010ae86f5dddb593cbe96d67e5bd6f13d authored almost 19 years ago
- fix build (unknown macro)

- use exceptions where methods should return an object

fc720d489914964ae837d7acbcdf9dc74b5a0f29 authored almost 19 years ago
- methods that return an object should throw an exception on failure (tm)

HttpMessage::getParentMessage() throws HttpMessageException if
there's no parent message

6a2944938aa39f9f4471fba348a6ab6ea5473b2b authored almost 19 years ago
- unroll http_message_dup()

c7b95b4b19bbde93d3f142c5653ad5b68229cfcd authored almost 19 years ago
- use OBJ_PROP_CE macro

efd602160cd419f39504f5f58df0d2890a607206 authored almost 19 years ago
- fix win32 build

0483bc22fb773d27577aef935111fce502b2ca84 authored almost 19 years ago
- add 'range' request option

- add 'proxytype' request option
- add proxy type constants

370748ba4211ca298fec6706343413888c8b393f authored almost 19 years ago
- ditch warnings

- give anonymous types a name

ccd556e32e7264830790ec13b72a9b0e3760684b authored almost 19 years ago
- prettify header array keys at add time so that check_content_type() works properly

- do a more sophisticated lookup for the content type header

64616c6675baf9dd168a7e2763e3124db0219921 authored almost 19 years ago
- add test file

26140a4b272ea47026dfefdc36d5c8376aece9d6 authored almost 19 years ago
- add test

a93c1059c61026dab25278d0839c44745fc117b6 authored almost 19 years ago
- add http_put_data() and HttpRequest::(set|get|add)PutData()

- fix HttpRequest::addRawPostData()
- properly initialize request body in http_(post|put)_*()

6086d2a97b6959531650c886b10dc814ad2392f9 authored almost 19 years ago
- fix OSX linkage

fe816730b2c3be90f5a61b80cb4e63b7b303d020 authored almost 19 years ago
- release .24.1

7904ebbfd747d11f0821d2b2712600ab07a36ff6 authored almost 19 years ago
- fix a mistake crept in which prevented from setting custom request content type

51c3a4d29b5b0ada721d8f0c9aa55581079bdf91 authored almost 19 years ago
- fix bug #6861: 5 digit ports get truncated

5b969e9665308562361cb01c0f63a2793f81f0ef authored almost 19 years ago
- release .24

5bf21b22dcc28e60dca9dc4637520ee0cb9f565d authored almost 19 years ago
- need php_stream_open_wrapper_*ex* to pass a stream context

1dbcba16c7ba9c580b12e9fdce49b6b2a190233b authored almost 19 years ago
- add default stream context support

af3c9945f927e8e2ebdc8e7707b70ec3ba7addfc authored almost 19 years ago
- simplify

d50dba0b80b06c819fb02ac20a866968a6244afa authored almost 19 years ago
- add HttpQueryString::iconv()

- let HttpQueryString implement Serializable
- make operations on the array recursive

110b098812fab295f921a45f057c97b490f97e87 authored almost 19 years ago
- add portrange request option

60086d086e7f0dbfccf61931c1b2e2b410ccb5bb authored almost 19 years ago
- fix bug #6804 - configure does not recognize --without-http-zlib-compression

11a6602c24b3cc89fa3d7fa2d0fb67b2131635d7 authored almost 19 years ago
- add support for If-Range header

- fix cases where 412 Precondition failed should be generated

5685b2140c8948fe617766ce154bb7462729ea6f authored almost 19 years ago
- fixed message chain order in HttpRequest::getHistory()

# no need to reverse there; I got tricked by my own toString() impl

b22d34f60b6694a8fed24cff66a28fd638309928 authored almost 19 years ago
- really fix http_parse_cookie()

- fix version info in main header file
- release .23.1

0861238aa4d158d0f8b6123ea9c6532be5d531bf authored almost 19 years ago
- release 0.23

24b00d45e94aef314ccee09a090609bd8a540926 authored almost 19 years ago
- fix stupidities

bb35d0782f0a00906a3cfac4c8e4e3223bb1cffe authored almost 19 years ago
- save some time by reversing on the message level

79b54baf2c7fa5b37a4ed96a21d29c3574c1270b authored almost 19 years ago
- reverse request history

d650022122969644c33bd03a552af1a631429e16 authored almost 19 years ago
- cosmetics

711cec2bc92f1c844b476b80194ae2b09e5dbea0 authored almost 19 years ago
- reset request->_error

- add request->_error to info array
- update HttpRequest properties with empty values on failed r...

96c0ae82ca8cda98d70b87597d765a9d050129de authored almost 19 years ago
- typo

0f9bc4c07bd31f8d2b1731ef51339736318768ee authored almost 19 years ago
- fix build

6fd58a637d5dc76963b1a212eb5a69dcc0fb761a authored almost 19 years ago
typo

d22fd82abda2a466b68e29ae2efb93f4b4e16f19 authored almost 19 years ago
- changed HttpRequest::getHistory() to return a real property

778163476c4500a8554c35c68dfc9c0cd33f82f8 authored almost 19 years ago
- add bool must_revalidate param to HttpResponse::setCacheControl()

f8bdf6572e8b44f93cf3fbad8846419145b782b7 authored almost 19 years ago
- ditch useless convert

1052c4986a794b051dc48ba4118dbd6fd8f83c49 authored almost 19 years ago
- fix HttpRequest::getResponseCookies()

74b9f91575137bb94dfccb54bd5fd6a17d077c43 authored almost 19 years ago
- spawn off http_cookie_api

- changed the workings, arguments and return value of http_parse_cookie()
to something that see...

e6b35fbe072a13b0e792952852fcd1499bd8e610 authored almost 19 years ago
- rather use a list of disallowed chars

- fix "foo\s+"

424eec077256edbed079988cfa4dccab5b979536 authored about 19 years ago
changelog & docs

6fe020cffcca62537ae61d4637d56c76b3364f71 authored about 19 years ago
typo

1e0730378082dc2ed3309227a5ff7cfc9e4b9e7c authored about 19 years ago
- fix 'a=b ;'

- fix 'c=".*'

10723276d6fc8e7a57f24038a2854342ebe3f23b authored about 19 years ago
- add "@" to allowed token characters

- add general error message on failure

075264509532fc8440b937d6cd2c7e88bb050d1d authored about 19 years ago
- add more sophisticated cookie parser

c565d29e26b3b8be1b24a08bec57081aafc33a58 authored about 19 years ago
- make http_parse_cookie() "quoted string" aware and add test

0dbc3c8eb4ec78fd58d6cc1c80e5189f5ae91094 authored about 19 years ago
- add 'encodecookies' request option (defaults to true) and test

- add HttpMessage::reverse() and test

120b03d9b12c4946391584e910d11713006f7018 authored about 19 years ago
- typo

bf34f97f799dde077889f667a8432b83bc0acb5c authored about 19 years ago
- consistent usage of HTTP_G macro (only)

1382fe5a3ed5209ab05745ca95495885e85ff2a0 authored about 19 years ago
- use gethostname() if available in http_build_url()

bf86dcdcd68677a8c4b7c8193388c529a55a3503 authored about 19 years ago
- we actually never return by ref

1a0dbb96fbe46a2edec1c813798cef7b0898eebe authored about 19 years ago
- docs for http_build_(url|str)

b637b6a7dc7e76df505a6f039994ed74c9f8ea1e authored about 19 years ago
- update docs

1f5a1441ed2a2a655f1bdcbf962c59b6e6c311a8 authored about 19 years ago
hoppla

5e1a7737133442be9b9f81ed2a434fa9a0c4ab38 authored about 19 years ago
update

f711df8e83b62938c05c2bf4ea544f095e80a2e9 authored about 19 years ago
- fix ssl options

- update http_get docs

eeb93322c9e734419c7d671a7806cbd0df4109a5 authored about 19 years ago
- implement accessors to messages response status text

- implement FR #6698 etag support (like 'lastmodified')
- add test

93a48c0a6710c7aa678ce0b48e6c1a5d2bf544ee authored about 19 years ago
- avoid macro expansion to something different by using full opt constants

b107c0deef9ce2be051c360e3992ab10b4c17d1c authored about 19 years ago
- attempt to fix WONKY build

fc59dd8cc364f6afe7a9707fe9a0784959551d68 authored about 19 years ago
- buildQuery => buildStr

05a429c38be8a1b361586206489fe7adc2865dcc authored about 19 years ago
- solve that another way

98e0618077ab00672dd0e6e134d4722e033d827e authored about 19 years ago
- fix win32 build, really, for now

1c418a9e67b6b002fb0fa0616842cf92a54a108c authored about 19 years ago
- attempt to fix win32 build; not sure, though, if it's going to work...

1dde36209c555436a51ff29ded4c8656c07fc05f authored about 19 years ago
- fix win32 build

db829ddc584467c754f8e396baed4f50c21f6b15 authored about 19 years ago
- prepare v.22 release

c7a5f1c64f8d4597fabf313c4597736836239815 authored about 19 years ago
- fix endless loop in http_build_url() with urls like "/.foo"

- reset HTTP_GLOBALS->read_post_data for each request
- allow HttpQueryString objects as param it...

0ecd173659b63e77e47271e5bd521599cd9e500f authored about 19 years ago
- fix ::set() arginfo

23f26b4768097b37a7064e05a9785ddb8f7ce6df authored about 19 years ago
update

22989aeca5a8e42db7471308c30e32c064bf79e4 authored about 19 years ago
- fix bug #6645: doesn't compile with zlib 1.2.2 (undefined Z_FIXED)

9d625938e2d29e037b1d3eb852f0cdb75107e02b authored about 19 years ago
update

96cb0e4be6dcfd7ef69e09e67d671445b40d3de4 authored about 19 years ago
- remove HttpQueryString::del() and ::mod() can be done with ::set()

- add optional second param to constructor

253b7ec9bbb6006e4b79102ba8fe35a9fdf9ef46 authored about 19 years ago
update docs

ad5c874bc157f84d7e9c2fcd261adcfef4b2efe3 authored about 19 years ago
ws

026f90bdb60e9f146a1ef97062cb4286e814e314 authored about 19 years ago
- add accessors by type

2dd36fa14a60e5bde382f0035810520db25a3ea2 authored about 19 years ago
ws

df5b43f488fb6924206b6e833805ca42c4afbdcc authored about 19 years ago
- make sure queryArray is actually an array

7489cd801f25fd08bcba22545fd4c89223709ebe authored about 19 years ago
- fix some typos

- add HttpQueryString class and tests

b8e107f69fcd64811e2dd428b6980412749cbc7b authored about 19 years ago
- fix win32 build

480cee83b4b427ecdb8621cbf42ed86a12a29df0 authored about 19 years ago
- add/update tests

13dc652c45a4a0b4dc219e46065bb3310229cedc authored about 19 years ago
- add flag parameter to http_build_url(); slightly breaks parameter order

d046681a7b929ef813849cfe38fbceb333f0b0eb authored about 19 years ago
- ws

c64365b84429b86b4af55b283de3758af38d9369 authored about 19 years ago
MF-curl: problems with other libraries setting ssl crypto locking callbacks

a343fa32a9cfa77208c68bd8f73338b6f03a2f56 authored about 19 years ago
add addref param to RETURN_OBJVAL() etc

389e280e0bba312ff5ca9981801cc842dad26ec2 authored about 19 years ago
changelog

ea64ec632948b04868d66009dc431a1625c4755b authored about 19 years ago