Closed
Description
Since recently, the php-config --version
utility returns an empty string. It used to return the "human readable" PHP version.
The php-config --vernum
flag works properly.
This affects PHP 8.3 as well as PHP 8.4. This doesn't look like an upstream bug because php-config --version
works as expected in the official Docker image.
See also php/frankenphp#1199