|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-05-18 11:01 UTC] cmb@php.net
-Status: Open
+Status: Verified
-Assigned To:
+Assigned To: remi
[2019-05-18 11:01 UTC] cmb@php.net
[2020-01-28 09:56 UTC] remi@php.net
-Status: Verified
+Status: Closed
[2020-01-28 09:56 UTC] remi@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
Description: ------------ "pecl install zip" fails on PHP 7.4 (bd1bd38a3579a6507551a2cfa34713cdc92cf081) with: cc -I. -I/tmp/pear/temp/zip -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-derickh2AQh4/zip-1.15.4/include -I/tmp/pear/temp/pear-build-derickh2AQh4/zip-1.15.4/main -I/tmp/pear/temp/zip -I/usr/local/php/7.4dev/include/php -I/usr/local/php/7.4dev/include/php/main -I/usr/local/php/7.4dev/include/php/TSRM -I/usr/local/php/7.4dev/include/php/Zend -I/usr/local/php/7.4dev/include/php/ext -I/usr/local/php/7.4dev/include/php/ext/date/lib -I/tmp/pear/temp/zip/php73 -DHAVE_CONFIG_H -g -O0 -c /tmp/pear/temp/zip/php73/zip_stream.c -fPIC -DPIC -o php73/.libs/zip_stream.o cc -I. -I/tmp/pear/temp/zip -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-derickh2AQh4/zip-1.15.4/include -I/tmp/pear/temp/pear-build-derickh2AQh4/zip-1.15.4/main -I/tmp/pear/temp/zip -I/usr/local/php/7.4dev/include/php -I/usr/local/php/7.4dev/include/php/main -I/usr/local/php/7.4dev/include/php/TSRM -I/usr/local/php/7.4dev/include/php/Zend -I/usr/local/php/7.4dev/include/php/ext -I/usr/local/php/7.4dev/include/php/ext/date/lib -I/tmp/pear/temp/zip/php73 -DHAVE_CONFIG_H -g -O0 -c /tmp/pear/temp/zip/php73/php_zip.c -fPIC -DPIC -o php73/.libs/php_zip.o /tmp/pear/temp/zip/php73/php_zip.c: In function ‘php_zip_pcre’: /tmp/pear/temp/zip/php73/php_zip.c:660:8: error: too many arguments to function ‘pcre_get_compiled_regex’ re = pcre_get_compiled_regex(regexp, &capture_count, &preg_options); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/pear/temp/zip/php73/php_zip.c:29: /usr/local/php/7.4dev/include/php/ext/pcre/php_pcre.h:31:20: note: declared here PHPAPI pcre2_code* pcre_get_compiled_regex(zend_string *regex, uint32_t *capture_count); ^~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:193: php73/php_zip.lo] Error 1 ERROR: `make' failed