Pages

Wednesday, November 7, 2012

How to check which ini file is in use by php


Run a command to find active php.ini file used by php

php -i | grep 'Configuration File'

No comments:

Post a Comment