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

Potential compilation error with PHP 8.4

Open HeenaBansal20 opened this issue 1 year ago • 0 comments

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 1 ERROR: `make' failed

HeenaBansal20 avatar Aug 22 '24 23:08 HeenaBansal20