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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: worapj at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 22:01:27 2025 UTC