Hello all!
I’ve been following the instructions at http://wiki.dreamhost.com/index.php/Installing_PHP5 to compile my own custom PHP5 installation, so I can alter some of the php.ini settings. The script runs fine, and PHP is indeed installed – however, PHP now appears to not be loading anything from the local php.ini. Running phpinfo() points at the correct configuration file, but changes to said configuration file aren’t reflected in phpinfo(). I really need output_buffering set to true for my site to work – does anyone have any suggestions for where the problem could be?
Clint Olson