Having pkg-config support would allow us to simplify the build process of
FrankenPHP.
Cgo (as many other tools) has native support for pkg-config. We'll remove
many hardcoded paths that are difficult to override for end users.
FrankenPHP doesn't use the embed SAPI, but does rely on libphp to provi
Hello,
There is another pull request in preparation that I'd like to squeeze in
the PHP-8.4 branch if it will possible to wrap it up until the feature
freeze milestone:
https://github.com/php/php-src/pull/13755
In short, pkg-config is *nix command line utility to query installed
libraries on the