PHP Velho Oeste 2024

Gereksinimler

Bu eklenti PHP'nin libxml eklentsini gerektirir. Libxml öntanımlı olarak etkin olduğundan bu örtük olarak sağlansa da derleme sırasında ayrıca bir --with-libxml veya PHP 7.4 öncesinde --enable-libxml gerekir.

add a note add a note

User Contributed Notes 2 notes

up
-90
benero at gmail dot com
13 years ago
If you use https, SOAP modules need to configure with openssl, otherwise will be catch a error like:
SOAP-ERROR: Parsing WSDL: Couldn't load from url
up
-114
suchasplus at gmail dot com
13 years ago
Typically, on microsoft windows(sometimes linux), we got "I/O warning : failed to load external entity" and "Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from somewhere".
only xml lib is not enough, php-soap also need cURL, and openssl  if you wants connect to https
To Top