in my application i want to use SoapClient. i enable soap in php.ini file and now i got this error message. i use mac and i cannot find a link to download this ressource. anyone idea to solve this?
{
"statusCode": 500,
"error": {
"type": "SERVER_ERROR",
"description": "ERROR: PHP Startup: Unable to load dynamic library 'soap' (tried: /usr/local/lib/php/pecl/20180731/soap (dlopen(/usr/local/lib/php/pecl/20180731/soap, 9): image not found), /usr/local/lib/php/pecl/20180731/soap.so (dlopen(/usr/local/lib/php/pecl/20180731/soap.so, 9): image not found)) on line 0 in file Unknown."
}
if i check my phpinfo file "Soap" is enabled.
question from:
https://stackoverflow.com/questions/65836359/usr-local-lib-php-pecl-20180731-soap-so-missing 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…