Merge pull request #169728 from shyim/patch-2

php: fix extensions on php-cgi
This commit is contained in:
Elis Hirwing
2022-04-24 10:28:42 +02:00
committed by GitHub
@@ -176,6 +176,10 @@ let
if test -e $out/bin/phpdbg; then
wrapProgram $out/bin/phpdbg --set PHP_INI_SCAN_DIR $out/lib
fi
if test -e $out/bin/php-cgi; then
wrapProgram $out/bin/php-cgi --set PHP_INI_SCAN_DIR $out/lib
fi
'';
};
in