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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 21 = ?
Subscribe to this entry?

 
 [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 Apr 26 06:01:32 2024 UTC