From:             [EMAIL PROTECTED]
Operating system: Red Hat LInux
PHP version:      4.0.6
PHP Bug Type:     *General Issues
Bug description:  Unable to view .php file in the browser

I am using php,mysql,apache combination on a linux machine.

I used the INSTALL file available in php-4.0.6.tar to install PHP in
static mode.

Compilations and Installation go on fine with no errors.

But when a test.php script containing:
<HTML>
<HEAD>
<TITLE>Testing PHP</TITLE>
</HEAD>
<BODY>
<?
phpinfo();
?>
</BODY>
</HTML>

is executed, only the HTML tags are interpreted. There is no output for
phpinfo().
The php.ini file is located in /usr/local/bin
The httpd.conf is present in /www/conf
The apache version used is apache_1.3.23
-- 
Edit bug report at http://bugs.php.net/?id=16094&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16094&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16094&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16094&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16094&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16094&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16094&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16094&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16094&r=submittedtwice

Reply via email to