Hi,

The official AdWords API PHP client library currently only supports
PHP version 5.2.X, and uses the native SOAP client.  I ran some
initial tests on PHP 5.3.X and got some strange errors, but others
claimed that it works fine on PHP 5.3.  I haven't yet had time to
investigate the errors further, but the project is open source so you
can download, test, and tweak the library as you wish.  Let us know
how it works for you.

  http://code.google.com/p/google-api-adwords-php/

Best,
- Eric Koleda, AdWords API Team

On Feb 16, 7:24 pm, Aleksander Cynarski <a.cynar...@pretasoft.pl>
wrote:
> Wiadomo¶æ napisana przez Cameron Knowlton w dniu 2010-02-17, o godz. 00:06:
>
> > I'm attempting to develop it on PHP v5.2.6 (OS X 10.5.8). Still stuck in 
> > the starting block, hopefully we can help each other.
>
> I have PHP 5.3.0 (via little hacked XAMPP) on OSX 5.6.2.
>
> I'm currently develop AdWords in Zend Framework works but implementation is 
> "dirty" :)
>
> I make all on NuSOAP but changed for PHP 5.3 
> (http://kenai.com/projects/nusoap)
>
> NuSOAP version on Kenai have some errors, I repeare it on my sandbox.
>
> Now I rewrite all AdWords Methods for that Interface:
>
> interface Google_Adwords_Interface
> {
>         const DATA_ERROR = 'No mandatory data for SOAP method';
>
>         public function __construct();
>         public function setData($data);
>         public function getData();      
>
> }
>
> When finish, i publish my code for others.
>
> (sorry for my english)
>
> >> Hi,
>
> >> i.m  a new one on this list.
>
> >> My questions is: anybody implement adwords api in PHP 5.3 ?
>
> >> I have a huge problem with that. NuSOAP on 5.3 works but its not
> >> a solution ;/
>
> PretaSOFThttp://pretasoft.pl
> ul. Gruszczyñskiego 8/5 | 44-100 Gliwice

-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.

Reply via email to