php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6273 server dose not parse php code
Submitted: 2000-08-21 07:57 UTC Modified: 2000-08-21 10:20 UTC
From: majid_md at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: WinNt
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: majid_md at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-08-21 07:57 UTC] majid_md at yahoo dot com
I am trying to install PHP along with Apache 1.3.12 and mysql. I download PHP version "php-4_0_1pl2-Win32" and unziped at c:\php3
and wrote a small scritp to test whether my php works, but alas, it just displays me the code. I checked all the Doc.s and manuals. I also made necessary changes in my apache http.con file i.e.  scriptalias = "c:\php3\" and
addtypes as AddType application/x-httpd-php3 .php3, AddType application/x-httpd-php3 .phtml,
Action application/x-httpd-php3 "/php3/php.exe".

Please help me out to install PHP, mysql and apache webserver runs fine. Initially I unziped in php4 dir and later change the dir name to php3. does that will create any problem ? hoping to get an early reply

Sincerely
Abdulmajid

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-21 10:20 UTC] joey@php.net
This is not a bug, please read more closely the INSTALL file.
AddType application/x-httpd-php .php   (Note: no "3" on either
the Type or the extension.)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 09:01:30 2025 UTC