echo "<?php phpinfo(); ?>" | php | grep php.ini
Saturday, June 21, 2008
Find out the php.ini location in your LAMP setup
echo "<?php phpinfo(); ?>" | php | grep php.ini
Subscribe to:
Post Comments (Atom)
Linux Security and Administration with programming
1 comentarios:
More simple command is:
php --ini
Post a Comment