Date: 11/17/05 (Java Web) Keywords: php, web, apache I often come across this question: Where is my php.ini located? Here is a simple solution. To find out which php.ini your apache server is using please follow the steps below: 1. Type in the following in a file named say test.php and save it in document root of your webserver, normally htdocs for apache: <?php phpinfo(); ?> 2. [...] Source: http://blog.taragana.com/index.php/archive/how-to-find-your-phpini/
|