How do you load a .user.ini
PHP configuration file when using the built in web server?
My setup is like this:
site
│ include.php
│
├───bin
│ router.php
│ server.bat
│
└───public
.user.ini
index.php
The document root is public
, and bin\router.php
routes to public\index.php
if the file does not exist.
I did a phpinfo()
, to verify that the .user.ini
was not being loaded. The setting I am trying to change is error_log
.