Apache 1.3.14
PHP 4.0.3pl1
OS: FreeBSD 3.4
Problem: The PHP code isn't being parsed
I've installed PHP many times. I'm upgrading this particular server from PHP 3.0.14 to 4.0.3.
Apache works fine. httpd -l shows the mod_php4.c installed as static module.
Any .php file with html in it comes out as html but the php isn't being parsed.
For instance: foo.php contains
test
<? phpinfo(); ?>
Pulling up foo.php in browser only shows
test
But view source shows
test
<? phpinfo(); ?>
I've never seen anything like this!
I'm using the new php.ini file.
Patrick
jp@moment.net