Hello,
I've had a look at your log and it seems that your PHP version is still 5.3.3.
In the latest version (v25.0.0) of PHP client library, it requires
at least 5.5.9.
So, first please update your PHP version so it can fetch the version 25.0.0 instead of 15.0.0.
As for the ext-soap, it depends on your system so I can't provide the one-shot solution for you immediately.
In addition, have you tried what the error message suggested?
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php.ini
- /etc/php.d/curl.ini
- /etc/php.d/dom.ini
- /etc/php.d/fileinfo.ini
- /etc/php.d/gd.ini
- /etc/php.d/imap.ini
- /etc/php.d/json.ini
- /etc/php.d/mbstring.ini
- /etc/php.d/mysql.ini
- /etc/php.d/mysqli.ini
- /etc/php.d/odbc.ini
- /etc/php.d/pdo.ini
- /etc/php.d/pdo_mysql.ini
- /etc/php.d/pdo_odbc.ini
- /etc/php.d/pdo_pgsql.ini
- /etc/php.d/pdo_sqlite.ini
- /etc/php.d/pgsql.ini
- /etc/php.d/phar.ini
- /etc/php.d/snmp.ini
- /etc/php.d/sqlite3.ini
- /etc/php.d/wddx.ini
- /etc/php.d/xmlreader.ini
- /etc/php.d/xmlrpc.ini
- /etc/php.d/xmlwriter.ini
- /etc/php.d/xsl.ini
- /etc/php.d/zip.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
Please note that this extension is needed since the last stable version of PHP client library (v15.0.0 and below).
Cheers,
Thanet, AdWords API Team