View previous topic :: View next topic |
Author |
Message |
xeonburn Apprentice

Joined: 21 Oct 2003 Posts: 172
|
Posted: Thu Jun 08, 2006 4:06 pm Post subject: Where is php.ini? |
|
|
Where can I find the php.ini file? |
|
Back to top |
|
 |
TwoManAdv n00b

Joined: 03 Oct 2005 Posts: 72 Location: New York
|
Posted: Thu Jun 08, 2006 4:39 pm Post subject: |
|
|
Not sure which one your looking for
/etc/php/cli-php5/php.ini
/etc/php/apache2-php5/php.ini |
|
Back to top |
|
 |
lxg Veteran


Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Thu Jun 08, 2006 5:04 pm Post subject: |
|
|
if you don't find them at the places TwoManAdv pointed out try one of these:
Code: |
locate php.ini
find / -iname "php.ini"
|
_________________ lxg.de – codebits and tech talk |
|
Back to top |
|
 |
xeonburn Apprentice

Joined: 21 Oct 2003 Posts: 172
|
Posted: Thu Jun 08, 2006 6:06 pm Post subject: |
|
|
Thank you. |
|
Back to top |
|
 |
|