php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14079 look like php script is not function
Submitted: 2001-11-16 05:16 UTC Modified: 2001-11-16 05:17 UTC
From: worapj at hotmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: Win98
Private report: No CVE-ID: None
 [2001-11-16 05:16 UTC] worapj at hotmail dot com
I config PHP4.0.6 for Apache 1.3.12 for Win32 

: in apache configuation file:

ScriptAlias /php/ "C:/PHP/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"

then I test with phpinfo.php file in htdocs directory.

: phpinfo.php : 

<?php phpinfo(); ?>

when I type: http://localhost/phpinfo.php, Browser should show me some information table but It show me the original code.

<?php phpinfo(); ?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-16 05:17 UTC] derick@php.net
Please ask support questions on the php-general@lists.php.net mailinglist.

Not a bug > closing
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 22:01:30 2024 UTC