php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39586 Apache 2.2.2 and PHP 4.4.x as module don't work together
Submitted: 2006-11-22 11:24 UTC Modified: 2006-11-22 11:39 UTC
From: paolo dot sfredda at aruba dot it Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.4.4 OS: Windows XP
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: paolo dot sfredda at aruba dot it
New email:
PHP Version: OS:

 

 [2006-11-22 11:24 UTC] paolo dot sfredda at aruba dot it
Description:
------------
My configuration:
OS: Windows XP Pro
Apache: 2.2
PHP: 4.4.4 and/or several patches (stable, cvs, latest and so on)

Problem: the Loadmodule command in http.conf get a sintax error due to it can't find the dll.

I need to use THIS VERSION of PHP because my internet provider use that. So i need to reproduce an exact local test environment.

I read in this site that the problem is many times reported but you don't have a resolutive answer.

Reproduce code:
---------------
As written in your install.txt, in my http.conf:
LoadModule php4_module "C:/Programmi/PHP/php4apache2.dll"
ScriptAlias /php/ "C:/Programmi/PHP/" 
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4


Expected result:
----------------
Using PHP 4.4.4 (NOT AN ANOTHER VERSION!!!) as a module with Apache 2.2

Actual result:
--------------
Sintax error at the line where placed Loadmodule statement becouse it cant'find the dll file

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-22 11:39 UTC] tony2001@php.net
php4apache2.dll is PHP for Apache 2.0.x, not Apache 2.2.x.
We do not plan to release any PHP4 modules for Apache 2.2.x, but you can install PHP 5.2.0 package, which contains php5apache22.dll.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 03:01:32 2024 UTC