1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue is a build failure when installing the APCu extension using PIE on macOS due to a missing 'pcre2.h' file. The task requires investigating why the necessary PCRE2 header file is not found during the APCu extension build process within the PIE installer on a macOS system with PHP 8.3.22 installed via Homebrew. This likely involves checking Homebrew's PHP installation, ensuring PCRE2 is correctly installed and linked, and potentially adjusting PIE's build configuration to point to the correct PCRE2 include directory.

Complexity: 4/5
help wanted needs reporter feedback

The PHP Installer for Extensions

PHP