You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix proposal in PR #18596 only to master to avoid file placement in stable release
(in some build, FPM status page will move from /usr/share/fpm to /usr/share/php/fpm)
Description
For years we use (for RPM build)
--libdir=/usr/lib64/php
excepted for embed SAPI which need the default path
--libdir=/usr/lib64
Since 0c07b0d this should not be necessary thanks to
orig_libdir
used for embdedBut the test does not work because of quote.
A proper test is probably (no quote + using
php_libdir
forlib64
case)Same issue with
datadir
, but this is only used forfpm/status.html
page, other usedatarootdir
. Perhaps we can drop this check (to avoid change)Help welcome on this
PHP Version
Operating System
Linux
The text was updated successfully, but these errors were encountered: