Saturday, June 21, 2008

Find out the php.ini location in your LAMP setup

In the command line write:

echo "<?php phpinfo(); ?>" | php | grep php.ini

1 comentarios:

dacho said...

More simple command is:

php --ini