Title: Php build
When re-building php, do I go to the directory where the php.ini file is do the following:
configure --with-apxs=/usr/local/apache/bin/apxs —with-even_more_stuff
make
make install
If the location of the php.ini is not the location of php itself, how do I find it.
Thanks