ID: 41495 Comment by: derek dot ethier at gmail dot com Reported By: r dot homan at esoteric dot nl Status: Open Bug Type: Output Control Operating System: Vista Ultimate 32Bit PHP Version: 5.2.2 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2007-05-25 06:48:13] 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> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41495&edit=1
