php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15844 Installation problem
Submitted: 2002-03-03 10:09 UTC Modified: 2002-03-03 10:43 UTC
From: peirong1977 at yahoo dot com dot sg Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.1.2 OS: Windows 98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: peirong1977 at yahoo dot com dot sg
New email:
PHP Version: OS:

 

 [2002-03-03 10:09 UTC] peirong1977 at yahoo dot com dot sg
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= peirong1977@yahoo.com.sg ; 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?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-03 10:43 UTC] mfischer@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC