php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41219 PHP Warning: PHP Startup: Unable to load dynamic library
Submitted: 2007-04-28 15:08 UTC Modified: 2007-04-28 16:24 UTC
From: purley at eastlink dot ca Assigned:
Status: Not a bug Package: *Extensibility Functions
PHP Version: 5.2.1 OS: Win XP
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:
38 - 14 = ?
Subscribe to this entry?

 
 [2007-04-28 15:08 UTC] purley at eastlink dot ca
Description:
------------
At first (many) attempt to start Apache after adding php, I got:

PHP Warning: PHP Startup: Unable to load dynamic library

for many extensions. After finding that many people had this problem, I was unable to find an explanation. After commenting out all extensions and trying each one at a time, I found that the dll's which had prerequisites would give this error even though the named dll was present.

The distribution does not include all of the dll's necessary to load the extensions. The required extensions may be found here: http://pecl4win.php.net/list_dlls.php

In addition to the distribution missing required files, the error message is extremely misleading as it names the incorrect missing file.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-28 16:24 UTC] tony2001@php.net
>After finding that many people had this problem, I was unable to find an explanation.

Open the corresponding page in the docs and read "Requirements" section.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 18:01:30 2024 UTC