php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41897 Loading dynamic library fails although paths and configs are correct
Submitted: 2007-07-04 21:34 UTC Modified: 2007-07-12 01:00 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: stefan at viventura dot de Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 5CVS-2007-07-04 (CVS) OS: Windows Vista Home Premium
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stefan at viventura dot de
New email:
PHP Version: OS:

 

 [2007-07-04 21:34 UTC] stefan at viventura dot de
Description:
------------
When I start apache I get the following error:

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:/Programme/xampp/php/ext/php_soap.dll' - Die angegebene Prozedur wurde nicht gefunden. in Unknown on line 0

whereas the german part of the error would be "The specified procedure could not be found"

The same problem I have with php_imap.dll, php_exif.dll and php_sqlite.dll. All other extensions (same config, same folders) are loaded without problems.

Zend extensions are disabled!

Reproduce code:
---------------
I'm using Apache/2.2.4 my php.ini has the following relevant lines:

extension_dir = "C:/Programme/xampp/php/ext/"
extension=php_soap.dll

The folder ext contains among others
php_soap.dll

Expected result:
----------------
There shouldn't be a problem with loading these libs as the folders in the config are set correctly.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-04 21:42 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi

Please try clean PHP install first.
 [2007-07-12 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 10:01:31 2024 UTC