php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19040 DLL Import Entry Point in PHP4APACHE2.DLL is incorrect ofr LIBHTTPD.DLL
Submitted: 2002-08-22 08:09 UTC Modified: 2002-08-22 08:42 UTC
From: yoram at netfever dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.2.2 OS: Windows XP Professionalr
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: yoram at netfever dot com
New email:
PHP Version: OS:

 

 [2002-08-22 08:09 UTC] yoram at netfever dot com
I was trying to start the Apache NT Service on my WinXP Pro machine after adding the loadmodule "php4apache2.dll" The service never started.

Since I am a developper, I looked at the import table of the DLL and added the Apache/Bin path which was misssing. It still refused to load. So I tried to load it from my Borland Delphi env and it said

"The procedure entry point _ap_register_input_filter@12 could not be located in the dynamic link library libhttpd.dll"

I then looked at the export information on libhttpd.dll and it is @16 not @12 that entry point _ap_register_input_filter is.

Apache 2.0.40
PHP 4.2.2
WinXP Professional

Thanks

Yoram

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-22 08:12 UTC] yoram at netfever dot com
Sorry, I haven't seen the big BOLD: DO NOT REPORT BUG FOR APACHE 2.0.40.... :)
 [2002-08-22 08:22 UTC] yoram at netfever dot com
Well I have tried the php4-win32-latest and the problem is still there.
 [2002-08-22 08:41 UTC] yoram at netfever dot com
Sorry it works... appologies again
 [2002-08-22 08:42 UTC] derick@php.net
user error -> bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 14 15:01:30 2024 UTC