Chris,

Not sure how you went about searching for php.ini, but you can type in
the following find command in your command prompt and it will search
your entire system:

find / -name php.ini -print

You may also want to look for php.in in /usr/local/lib. This is where
php install php.ini by default.

If phpinfo() is showing php.ini in /etc and you can't find it, simply
look for a copy of the original php.ini-dist in the php source directory
and copy it to /etc. Just be sure to rename it from php.ini-dist to
php.ini.

To copy, in your php source directory type:

cp php.ini-dist /etc/php.ini 

Hope this helps.

-----Original Message-----
From: Chris Blake [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 14, 2003 3:30 AM
To: PHP Mailing List
Subject: [PHP] Missing php.ini file

Greetings learned PHP(eople),

My php.ini file has gone awol, how or why I don`t know....

The only php.ini file I can find on my system (MDK 9.1) is located in 
'/usr/local/ZEND/bin' and only contains the following entries :
=======
zend_extension=/usr/local/Zend/lib/ZendDebuggerLocal.so
zend_debugger.allow_hosts=127.0.0.1/32
session.save_path=/tmp
=======

I did phpinfo() on a test page and it reports the following..

-----------------------------------
Configuration File (php.ini) Path /etc  

Scan this dir for additional .ini files /etc/php  

additional .ini files parsed /etc/php/23_gd.ini, /etc/php/26_imap.ini,
/etc/php/27_ldap.ini, /etc/php/34_mysql.ini, /etc/php/41_readline.ini 
------------------------------------

Could the file be hidden in one of these directories....I`m kinda new to
both MDK and php, so would appreciate any ideas if you have some as to
how I can get my php.ini file back....

Do I need to re-install/recompile PHP ?

Many thanks....
-- 
Chris Blake
Office : (011) 782-0840
Cell : 083 985 0379

Just because the message may never be received does not mean it is
not worth sending.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to