From:             r dot homan at esoteric dot nl
Operating system: Vista Ultimate 32Bit
PHP version:      5.2.2
PHP Bug Type:     Output Control
Bug description:  No Output at all on any php page

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>


-- 
Edit bug report at http://bugs.php.net/?id=41495&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41495&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41495&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41495&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41495&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41495&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41495&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41495&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41495&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41495&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41495&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41495&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41495&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41495&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41495&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41495&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41495&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41495&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41495&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41495&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41495&r=mysqlcfg

Reply via email to