| View previous topic :: View next topic |
| Author |
Message |
aababu
Joined: 04 Jun 2008 Posts: 91
|
Posted: Tue Dec 08, 2009 4:14 am Post subject: php.ini path in ubuntu |
|
|
Hi there,
Where the php.ini file stored in ubuntu system. I am easily get this in windows system by simply goto start -> run -> php.ini, but in ubutu there is no run option. If anybody have any ideas please let me know.
Thanks in advance |
|
| Back to top |
|
 |
venkatadapa

Joined: 12 May 2008 Posts: 307
|
Posted: Wed Dec 09, 2009 3:56 am Post subject: |
|
|
Hi,
The simple way to find the configuration files paths in php is JUST upload one php file with code <?php phpinfo() ?> to the www/html folder and run it in web browser. Then it will show you all the details about the server, system os, php path, php.ini path and what modules are enabled etc.. |
|
| Back to top |
|
 |
|