From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.1.2
PHP Bug Type:     *General Issues
Bug description:  Installation problem

When I tried to open a php file using IE, I could not run the php file.

<?php
 print "Hello";
?>

The entire segment from <? to ?> is printed.

My php.ini is as follows:
; php.ini for PEAR tests
include_path=..,D:\Programs\Php\dlls, D:\Programs\Php\extensions

[mail function]
SMTP= localhost ; for Win32 only
sendmail_from= [EMAIL PROTECTED] ; for Win32 only

[Session]
session.save_path= D:\Programs\Php\sessiondata    ; argument passed to
save_handler

[PHP]
error_reporting= E_ALL & ~ E_NOTICE; display all errors, warnings and
notices

Can anyone identify the problem?

-- 
Edit bug report at http://bugs.php.net/?id=15844&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15844&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15844&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15844&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15844&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15844&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15844&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15844&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15844&r=submittedtwice

Reply via email to