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 <https://github.com/googleads/googleads-php-lib/blob/master/composer.json#L5> . 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. I've found this StackOverflow post <https://github.com/BeSimple/BeSimpleSoapBundle/issues/86> that would help you. 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 On Thursday, December 29, 2016 at 12:23:46 AM UTC+9, [email protected] wrote: > > Ok, I have understood that I have to install composer in my linux server. > I have tried but I have encounter some problems: > > > - The version is 15.0, not 25.0 > - It requires ext-soap thst should be in my computer but I don't know > what it is > - Installation failed finally > > > Could you help me? > > Thanks > > > El miércoles, 28 de diciembre de 2016, 13:56:38 (UTC+1), > [email protected] escribió: >> >> Yes, it is for the setup of the PHP client library of Adwords. I use a >> hosting service where I run my applications. And I develop the applications >> in my desktop. I guess I have to install composer in the hosting server, >> don't I? >> >> I guess "$ php composer.phar require googleads/googleads-php-lib" is the >> code I have to type in my linux server where my application is hosted, >> right? >> >> Thanks, >> >> El miércoles, 28 de diciembre de 2016, 5:11:20 (UTC+1), Joyce Lava >> escribió: >>> >>> Hi, >>> >>> Is it for the setup of the PHP client library of AdWords API? If so, >>> depending on which machine you would setup the client library, you need to >>> follow these steps <https://github.com/googleads/googleads-php-lib>. >>> >>> Thanks, >>> Joyce, AdWords API Team >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/dc0399fd-4d99-45f2-a004-be89a21080cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
