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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 14:01:30 2024 UTC