ext-http icon indicating copy to clipboard operation
ext-http copied to clipboard

Extended HTTP Support

Results 8 ext-http issues
Sort by recently updated
recently updated
newest added

Since the upgrade to 4.2.1 I am unable to compile this module in FreeBSD. While building I get the following error at configure stage: ``` checking for zlib... 1.2.11 checking...

I get ``` http\Exception\RuntimeException: http\Client::send(): SSL peer certificate or SSH remote key was not OK; SSL certificate problem: unable to get local issuer certificate (https://test.compodata.eu/) in D:\Referentiel\LSReferentielPreProd\test2.php:6 Stack trace: #0...

help wanted
Windows

RFC 7320 permits a number of "special" characters in the field-name of header fields, including both minus (-) and underscore (_): ``` header-field = field-name ":" OWS field-value OWS field-name...

suspended

The double `""` in `"SRP""` introduce a syntax error, causing this probe to fail always: https://github.com/m6w6/ext-http/blob/ff2148e3f14ab76babbabc7a759fc80fefd1e769/autoconf/pecl/libcurl.m4#L136C1-L136C90 ``` conftest.c: In function 'main': conftest.c:54:129: warning: missing terminating " character 54 | int...

Hello, i'm trying $client = new http\Client('curl', 'fc'); $options = ['tcp_nodelay'=>true] $client->setOptions($opts) This doesn't seem to have any effect. I need to add around 1000b of additional, empty payload so...

Windows

pecl_http throws below error with PHP 8.4 alpha2 . /tmp/pear/temp/pecl_http/src/php_http_message_body.c:15:10: fatal error: ext/standard/php_lcg.h: No such file or directory | #include "ext/standard/php_lcg.h" | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:293: src/php_http_message_body.lo] Error...

It seems that combining this extension with `libcurl` 8.9.0+ breaks some functionality. On top of a pristine Ubuntu Docker container started as `docker run -it --rm ubuntu` I used the...

regression

Using 8.4.0alpha1 ``` ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 0 Exts tested : 17 --------------------------------------------------------------------- Number of tests : 24 15 Tests skipped : 9 ( 37.5%) --------...