R roshnit New member Joined Jul 15, 2014 Messages 2 Jul 16, 2014 #1 I need access to the php.ini file and the directory that contains it. Where can I find, or how do I get access? Thanks.
I need access to the php.ini file and the directory that contains it. Where can I find, or how do I get access? Thanks.
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,395 Location www.poralix.com Jul 16, 2014 #2 Use in a shell Code: php --ini or in a browser: PHP: <?php phpinfo(); to see there your php.ini is located.
Use in a shell Code: php --ini or in a browser: PHP: <?php phpinfo(); to see there your php.ini is located.