php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46976 Error loading Library
Submitted: 2008-12-30 19:48 UTC Modified: 2008-12-30 20:15 UTC
From: equiroz at tricot dot cl Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5.2.8 OS: Windows 2000 Server
Private report: No CVE-ID: None
 [2008-12-30 19:48 UTC] equiroz at tricot dot cl
Description:
------------
I'm having the same trouble in windows 2000 advance server. I've IIS with php, and i append this lines in php.ini extension area:
"[PHP_SOAP]
extension=php_soap.dll"

after i restart IIS and I'm yet receiving the same error in log:
[30-Dec-2008 16:24:23] PHP Fatal error:  Class 'SoapClient' not found in D:\webapps\ws_platinum.php on line 8
[30-Dec-2008 16:24:49] PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_soap.dll' - The specified procedure could not be found.
 in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-30 20:15 UTC] pajoye@php.net
"could not be found", it means that php cannot find it. Check your php.ini or that php loads the one you are editing.

Please ask further support question to the php-install or php-windows mailing list.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 01:01:28 2024 UTC