php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6917 Concurrent 3.0.16 and 4.0.2
Submitted: 2000-09-28 03:15 UTC Modified: 2000-09-28 07:42 UTC
From: jbooth at ccbill dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 4.0.2 OS: FreeBSD 3.5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jbooth at ccbill dot com
New email:
PHP Version: OS:

 

 [2000-09-28 03:15 UTC] jbooth at ccbill dot com
When useing concurrent versions of php3 and php4 on the 
same apache server, as DSO, what specifies which module it will fire off on a:
AddType Application/x-httpd-php .php
?
I have compiled php4 --enable-versioning.
The Apache configureation does load with both modules I'm just unsure how I should handle the types.
thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-28 07:42 UTC] mrobinso@php.net
This is a bug reporting and tracking system.
Please ask support questions on the php-general
list.

Examples:

AddType Application/x-httpd-php .php
AddType Application/x-httpd-php3 .php3

Add more file extensions as needed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC