Can someone tell me where php.ini goes under UNIX? I am running Solaris 7, PHP 4.02 and MySQL 3.23. Does someone have any instructions on how to configure this under Apache 3.0?
On a Redhat 6 box, it's in /usr/local/lib/php.ini.
At the risk of being pedantic (and not knowing Solaris), would:
# find / -iname php.ini
...work?
Unless you changed something while ./configure'ing it should be in /usr/local/lib/php I believe.
The find works too but I would do:
find /usr/local/ -name "php.ini" -ls