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
9ba68660f21ea9481af483dffd666ae5bee72d11 authored almost 19 years ago
8ccfe684336bd5bbae23708a08bed842539f32f1 authored almost 19 years ago
6625caa572df4f04564706b0b8200cd9f03adadf authored almost 19 years ago
64594674624ccfc6512ab0cc02edd071a5ffcba7 authored almost 19 years ago
30f23d359aff10b458f036226a8e10bceb0a2da9 authored almost 19 years ago
367f82c6492b0fcdc23491ee3454d042ed34c104 authored almost 19 years ago
- add xlate test
- fixup old tests for encoded square brackets
by #undef PHP_ATOM_INC
# What is this for actually?
d3cd7d7d793bb12c2c6fe363cd5b7f29b3fc666b authored almost 19 years ago
a5a48e24bce12e3b1a21763df927550f4cbc29e9 authored almost 19 years ago
fd1cab568f6b0f31c8d670478e65afd390ec12e4 authored almost 19 years ago
- prevent possible crash if sapi_module.treat_data is not set
20d7454f10d7b03e6ad7302627e1ee97c5152e6b authored almost 19 years ago5e46af3d4f9091d2c88922ae38bf142b0f0b59b5 authored almost 19 years ago
- rename HttpQueryString::iconv() to HttpQueryString::xlate()
2d31adababe7af92c0153f8eff813c582c3d566c authored almost 19 years agobc0d0be07283bb4669e17528e347cd3870656136 authored almost 19 years ago
- prepare release v.25
e78857a010ae86f5dddb593cbe96d67e5bd6f13d authored almost 19 years ago- use exceptions where methods should return an object
fc720d489914964ae837d7acbcdf9dc74b5a0f29 authored almost 19 years ago HttpMessage::getParentMessage() throws HttpMessageException if
there's no parent message
c7b95b4b19bbde93d3f142c5653ad5b68229cfcd authored almost 19 years ago
efd602160cd419f39504f5f58df0d2890a607206 authored almost 19 years ago
0483bc22fb773d27577aef935111fce502b2ca84 authored almost 19 years ago
- add 'proxytype' request option
- add proxy type constants
- give anonymous types a name
ccd556e32e7264830790ec13b72a9b0e3760684b authored almost 19 years ago- do a more sophisticated lookup for the content type header
64616c6675baf9dd168a7e2763e3124db0219921 authored almost 19 years ago26140a4b272ea47026dfefdc36d5c8376aece9d6 authored almost 19 years ago
a93c1059c61026dab25278d0839c44745fc117b6 authored almost 19 years ago
- fix HttpRequest::addRawPostData()
- properly initialize request body in http_(post|put)_*()
fe816730b2c3be90f5a61b80cb4e63b7b303d020 authored almost 19 years ago
7904ebbfd747d11f0821d2b2712600ab07a36ff6 authored almost 19 years ago
51c3a4d29b5b0ada721d8f0c9aa55581079bdf91 authored almost 19 years ago
5b969e9665308562361cb01c0f63a2793f81f0ef authored almost 19 years ago
5bf21b22dcc28e60dca9dc4637520ee0cb9f565d authored almost 19 years ago
1dbcba16c7ba9c580b12e9fdce49b6b2a190233b authored almost 19 years ago
af3c9945f927e8e2ebdc8e7707b70ec3ba7addfc authored almost 19 years ago
d50dba0b80b06c819fb02ac20a866968a6244afa authored almost 19 years ago
- let HttpQueryString implement Serializable
- make operations on the array recursive
60086d086e7f0dbfccf61931c1b2e2b410ccb5bb authored almost 19 years ago
11a6602c24b3cc89fa3d7fa2d0fb67b2131635d7 authored almost 19 years ago
- fix cases where 412 Precondition failed should be generated
5685b2140c8948fe617766ce154bb7462729ea6f authored almost 19 years ago# no need to reverse there; I got tricked by my own toString() impl
b22d34f60b6694a8fed24cff66a28fd638309928 authored almost 19 years ago- fix version info in main header file
- release .23.1
24b00d45e94aef314ccee09a090609bd8a540926 authored almost 19 years ago
bb35d0782f0a00906a3cfac4c8e4e3223bb1cffe authored almost 19 years ago
79b54baf2c7fa5b37a4ed96a21d29c3574c1270b authored almost 19 years ago
d650022122969644c33bd03a552af1a631429e16 authored almost 19 years ago
711cec2bc92f1c844b476b80194ae2b09e5dbea0 authored almost 19 years ago
- add request->_error to info array
- update HttpRequest properties with empty values on failed r...
0f9bc4c07bd31f8d2b1731ef51339736318768ee authored almost 19 years ago
6fd58a637d5dc76963b1a212eb5a69dcc0fb761a authored almost 19 years ago
d22fd82abda2a466b68e29ae2efb93f4b4e16f19 authored almost 19 years ago
778163476c4500a8554c35c68dfc9c0cd33f82f8 authored almost 19 years ago
f8bdf6572e8b44f93cf3fbad8846419145b782b7 authored almost 19 years ago
1052c4986a794b051dc48ba4118dbd6fd8f83c49 authored almost 19 years ago
74b9f91575137bb94dfccb54bd5fd6a17d077c43 authored almost 19 years ago
- changed the workings, arguments and return value of http_parse_cookie()
to something that see...
- fix "foo\s+"
424eec077256edbed079988cfa4dccab5b979536 authored about 19 years ago6fe020cffcca62537ae61d4637d56c76b3364f71 authored about 19 years ago
1e0730378082dc2ed3309227a5ff7cfc9e4b9e7c authored about 19 years ago
- add general error message on failure
075264509532fc8440b937d6cd2c7e88bb050d1d authored about 19 years agoc565d29e26b3b8be1b24a08bec57081aafc33a58 authored about 19 years ago
0dbc3c8eb4ec78fd58d6cc1c80e5189f5ae91094 authored about 19 years ago
- add HttpMessage::reverse() and test
120b03d9b12c4946391584e910d11713006f7018 authored about 19 years agobf34f97f799dde077889f667a8432b83bc0acb5c authored about 19 years ago
1382fe5a3ed5209ab05745ca95495885e85ff2a0 authored about 19 years ago
bf86dcdcd68677a8c4b7c8193388c529a55a3503 authored about 19 years ago
1a0dbb96fbe46a2edec1c813798cef7b0898eebe authored about 19 years ago
b637b6a7dc7e76df505a6f039994ed74c9f8ea1e authored about 19 years ago
1f5a1441ed2a2a655f1bdcbf962c59b6e6c311a8 authored about 19 years ago
5e1a7737133442be9b9f81ed2a434fa9a0c4ab38 authored about 19 years ago
f711df8e83b62938c05c2bf4ea544f095e80a2e9 authored about 19 years ago
- update http_get docs
eeb93322c9e734419c7d671a7806cbd0df4109a5 authored about 19 years ago- implement FR #6698 etag support (like 'lastmodified')
- add test
b107c0deef9ce2be051c360e3992ab10b4c17d1c authored about 19 years ago
fc59dd8cc364f6afe7a9707fe9a0784959551d68 authored about 19 years ago
05a429c38be8a1b361586206489fe7adc2865dcc authored about 19 years ago
98e0618077ab00672dd0e6e134d4722e033d827e authored about 19 years ago
1c418a9e67b6b002fb0fa0616842cf92a54a108c authored about 19 years ago
1dde36209c555436a51ff29ded4c8656c07fc05f authored about 19 years ago
db829ddc584467c754f8e396baed4f50c21f6b15 authored about 19 years ago
c7a5f1c64f8d4597fabf313c4597736836239815 authored about 19 years ago
- reset HTTP_GLOBALS->read_post_data for each request
- allow HttpQueryString objects as param it...
23f26b4768097b37a7064e05a9785ddb8f7ce6df authored about 19 years ago
22989aeca5a8e42db7471308c30e32c064bf79e4 authored about 19 years ago
9d625938e2d29e037b1d3eb852f0cdb75107e02b authored about 19 years ago
96cb0e4be6dcfd7ef69e09e67d671445b40d3de4 authored about 19 years ago
- add optional second param to constructor
253b7ec9bbb6006e4b79102ba8fe35a9fdf9ef46 authored about 19 years agoad5c874bc157f84d7e9c2fcd261adcfef4b2efe3 authored about 19 years ago
026f90bdb60e9f146a1ef97062cb4286e814e314 authored about 19 years ago
2dd36fa14a60e5bde382f0035810520db25a3ea2 authored about 19 years ago
df5b43f488fb6924206b6e833805ca42c4afbdcc authored about 19 years ago
7489cd801f25fd08bcba22545fd4c89223709ebe authored about 19 years ago
- add HttpQueryString class and tests
b8e107f69fcd64811e2dd428b6980412749cbc7b authored about 19 years ago480cee83b4b427ecdb8621cbf42ed86a12a29df0 authored about 19 years ago
13dc652c45a4a0b4dc219e46065bb3310229cedc authored about 19 years ago
d046681a7b929ef813849cfe38fbceb333f0b0eb authored about 19 years ago
c64365b84429b86b4af55b283de3758af38d9369 authored about 19 years ago
a343fa32a9cfa77208c68bd8f73338b6f03a2f56 authored about 19 years ago
389e280e0bba312ff5ca9981801cc842dad26ec2 authored about 19 years ago
ea64ec632948b04868d66009dc431a1625c4755b authored about 19 years ago