php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22276 Loading Extensions
Submitted: 2003-02-18 10:47 UTC Modified: 2003-02-18 12:38 UTC
From: msanders at primary dot net Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 4.3.1 OS: Windows 2000
Private report: No CVE-ID: None
 [2003-02-18 10:47 UTC] msanders at primary dot net
We have upgraded from 4.2.3 to 4.3.1 for the recent CGI vulnerability. PHP runs fine until we attempt to load an extension. Then we recieve the following Application Popup:

Application popup: php.exe - Entry Point Not Found : The procedure entry point php_file_le_fopen could not be located in the dynamic link library php4ts.dll.  

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-18 11:18 UTC] moriyoshi@php.net
Are you sure that all the dlls that came with the previous version were uninstalled before the installation of 4.3.1?

 [2003-02-18 11:45 UTC] sniper@php.net
Just another install failure. You need to replace ALL
the existing dlls/ from the new package.
And make sure you don't have duplicates of them anywhere
in your system.

 [2003-02-18 12:38 UTC] msanders at primary dot net
This problem only occurs when loading php_curl.dll

I did not replace the extensions from 4.2.3. I only used the installer program.

After replacing the extensions with 4.3.1 extensions the problem is resolved.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 15:01:56 2024 UTC