amazon web services - Install SOAP Extension PHP Config (AWS) -
i included extension=php_soap.dll
@ bottom of php configuration file, error below. put command?
"invalid command 'extension=php_soap.dll', perhaps misspelled or defined module not included in server configuration"
using aws server
for php 5.6 it's php56-soap
, command goes this:
$ sudo yum install php56-soap
Comments
Post a Comment