jamesiarmes / php-ews

PHP Exchange Web Services
http://jamesarmes.com/php-ews/
MIT License
567 stars 302 forks source link

Fix for libxml entity loader disabled #530

Open crossjoin opened 5 years ago

crossjoin commented 5 years ago

If the libxml entity loader was disabled by default (for security reasons), you got the error: "SOAP-ERROR: Parsing WSDL: Couldn't load from '[...]/src/assets/services.wsdl' : failed to load external entity"

This fix temporarily enables entity loading and saves hours of debugging and searching. :)