Is it mandatory to configure PHP in order to scan configuration INI files on a per-directory basis(i.e. .htaccess files in my case) by PHP?
问题 I'm using Windows 10 Home Single Language 64-bit Operating System on my machine. I've installed the latest copy of XAMPP server on my machine which ships with PHP 7.2.7 I read following pages from the PHP Manual : Scan directories .user.ini files After reading the text from these two pages one doubt came to my mind : To scan the configuration INI files on a per-directory basis( in my case '.htaccess files' ) by PHP is it mandatory to run PHP on CLI with the --with-config-file-scan-dir option