Hello,
Quick and somewhat stupid question. I have a functioning installation of PHP with apache 1.3.36 (when I <?phpinfo();? >, it works).
However, when I provide a specific configration file (or even the backup copy at php.ini-reccomended), phpinfo() stops working. My first guess is that I did something horrible to the .ini files, but I can't seem to find a way to test them, nor a system backup. I would really like to a) change some values available in php.ini, and b) get a concrete working installation back.
Is there a way to test the configuration/installation like perl -c ? Do I have to go out and try to build from source again? Can anyone point out a reference that *doesn't* start off with "phpinfo()" ?
Quick and somewhat stupid question. I have a functioning installation of PHP with apache 1.3.36 (when I <?phpinfo();? >, it works).
However, when I provide a specific configration file (or even the backup copy at php.ini-reccomended), phpinfo() stops working. My first guess is that I did something horrible to the .ini files, but I can't seem to find a way to test them, nor a system backup. I would really like to a) change some values available in php.ini, and b) get a concrete working installation back.
Is there a way to test the configuration/installation like perl -c ? Do I have to go out and try to build from source again? Can anyone point out a reference that *doesn't* start off with "phpinfo()" ?
Comment