php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19966 missing module problem
Submitted: 2002-10-17 17:36 UTC Modified: 2002-10-18 11:25 UTC
From: kbbabb at ualr dot edu Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.2.3 OS: Windows 2000
Private report: No CVE-ID: None
 [2002-10-17 17:36 UTC] kbbabb at ualr dot edu
I 'just' installed 4.2.3 from php.net.  The directions don't say anything about using php with Apache 2 even though there is the php4_apache2.dll in the dll directory. Thereis no mod_php4.c installed with the windows binary (from the zip), and it's been impossible to find documentation on it.  I can't build software on this windows machine, so I'm dependent on the binaries.  I'm guessing that since Apache2 (2.0.43 build) uses shared objects this is why there is a problem.(?)  Even
if this is not fixed right away, when will we hear from the
developers???  Just a "we're working on "X" b/c of "Y" and it will be some time before "Z" would suffice.  Maybe a note on the front page of the site even.  It seems to me that since Apache and PHP are so great for each other (both open source, both widely used) that there would be some more communication about the latest versions and how they work with each other.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-18 03:54 UTC] sander@php.net
Apache 2 support is experimental. Use the following lines:
LoadModule /path/to/php4apache2.dll
AddType application/x-httpd-php .php
It's recommended that you use the latest CVS from snaps.php.net.
 [2002-10-18 11:25 UTC] kbbabb at ualr dot edu
Thank you for your reply.  I will grab the latest snapshot and try it out.
Maybe a note for that should be on the main page?

Thanks again!

Kirk
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 07:01:30 2024 UTC