I've installed PHP 7.2.3 on my machine running on Windows 10 using the latest copy of XAMPP installer.
So, I'm running Apache/2.4.29 (Win32) OpenSSL/1.1.0g PHP/7.2.3
I come across following line from the PHP Manual
SAPI module specific location (PHPIniDir directive in Apache 2, -c command line option in CGI and CLI, php_ini parameter in NSAPI, PHP_INI_PATH environment variable in THTTPD)
I checked into the output of
<?php phpinfo(); ?>
but I couldn't find out a directive named PHPIniDir anywhere.
Can someone please help me in finding out/locating the PHPIniDir directive?
Thanks.