We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to build on RHEL / CentOS 7
/builddir/build/BUILD/php-phalcon5-5.2.0/NTS/phalcon.zep.c:8054:2: error: unknown type name 'pcre_cache_entry' 8054 | pcre_cache_entry *pce; | ^~~~~~~~~~~~~~~~ /builddir/build/BUILD/php-phalcon5-5.2.0/NTS/phalcon.zep.c:8069:13: warning: implicit declaration of function 'pcre_get_compiled_regex_cache' [-Wimplicit-function-declaration] 8069 | if ((pce = pcre_get_compiled_regex_cache(Z_STR_P(regex))) == NULL) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This only affects PHP 8.2 / pcre2 10.40 (build OK with PHP 7.4 / pcre2 10.32, PHP 8.0 / pcre2 10.35, PHP 8.1 / pcre2 10.39) This does not affect builds using system libpcre2 (tested on RHEL 8 / pcre2 10.32, RHEL 9 / pcre2 10.40, Fedora 38 / pcre2 10.42)
The text was updated successfully, but these errors were encountered:
ext/pcre/php_pcre.h
Resolved in #16296
Thank you @remicollet
Sorry, something went wrong.
Jeckerson
Successfully merging a pull request may close this issue.
Trying to build on RHEL / CentOS 7
This only affects PHP 8.2 / pcre2 10.40 (build OK with PHP 7.4 / pcre2 10.32, PHP 8.0 / pcre2 10.35, PHP 8.1 / pcre2 10.39)
This does not affect builds using system libpcre2 (tested on RHEL 8 / pcre2 10.32, RHEL 9 / pcre2 10.40, Fedora 38 / pcre2 10.42)
The text was updated successfully, but these errors were encountered: