github-script
github-script copied to clipboard
> Did you try `/lib/php.ini`?
Did you try
/lib/php.ini?You can find the appropriate path to use by creating a file containing
<?php phpinfo();, serve it usingfrankenphp php-server(in CLI it will not be the same path, so be sure to use the webserver) and searching forphp.ini.
I tried /lib/php.ini , it works
Thanks for your support.
Originally posted by @alifaraun in https://github.com/dunglas/frankenphp/issues/910#issuecomment-2223196171