php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41495 No Output at all on any php page
Submitted: 2007-05-25 06:48 UTC Modified: 2007-05-25 17:35 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: r dot homan at esoteric dot nl Assigned:
Status: Not a bug Package: Output Control
PHP Version: 5.2.2 OS: Vista Ultimate 32Bit
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: r dot homan at esoteric dot nl
New email:
PHP Version: OS:

 

 [2007-05-25 06:48 UTC] r dot homan at esoteric dot nl
Description:
------------
When i try to open a .php file via the Apache 2.2 running on Vista Ultimate, it gives no output at all, even if there's no PHP code in the file, but just html. When I change the extension to .html de server works fine. The strange thing is, that it has, in fact, worked fine.

Reproduce code:
---------------
Code i tested with is simple: the text:

"het werkt!"   (It works!)

I've also tried <?php phpinfo(); ?>

Same output: none.

Expected result:
----------------
het werkt!


..or the phpinfo page.

Actual result:
--------------
Empty page, the code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-25 15:33 UTC] derek dot ethier at gmail dot com
There is a problem with your Apache configuration or something has changed on the workstation that prevents PHP from being loaded correctly.

Review the installation instructions (http://www.php.net/manual/en/install.windows.apache2.php) and check your event logs to see if any error is being thrown when Apache starts.
 [2007-05-25 17:35 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 01:01:49 2024 UTC