Martialdelastic / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

parse_ini_string undefined in PHP < 5.3 #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Library Version: 4.2.1
PHP Version: 5.2.6

When any of the example scripts are run, the following error is received:
PHP Fatal error:  Call to undefined function parse_ini_string() in 
/src/Google/Api/Ads/Common/Util/ApiPropertiesUtils.php on line 44

Indeed, parse_ini_string() is not supported in PHP < 5.3.0.

Original issue reported on code.google.com by kmhogg...@gmail.com on 3 Apr 2013 at 4:33

GoogleCodeExporter commented 8 years ago
Thank you for bringing this to our attention. This was introduced in the latest 
push.

For a temporary work around, please use a < 4.2.0 version of the library.

I'll update this bug as soon as I have more information.

Cheers,

- Paul, AdWords API Team. 

Original comment by api.pmat...@gmail.com on 3 Apr 2013 at 4:43

GoogleCodeExporter commented 8 years ago
Will fall back to using parse_ini_file.

Original comment by vt...@google.com on 3 Apr 2013 at 4:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Paul will make a release soon with the fix, in the meantime I have attached the 
fixed file to this issue so you can use 4.2.1.

Please let us know if there are further issues with this.

Original comment by vt...@google.com on 4 Apr 2013 at 1:43

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in changeset:

https://code.google.com/p/google-api-adwords-php/source/detail?r=cb2de0a80c40f0f
451570a1c073aa88fb86f2917

Download shipping shortly.

Original comment by api.pmat...@gmail.com on 4 Apr 2013 at 2:14

GoogleCodeExporter commented 8 years ago
Downloads now available at:
https://code.google.com/p/google-api-adwords-php/downloads/list

Regards,

- Paul, AdWords API Team.

Original comment by api.pmat...@gmail.com on 4 Apr 2013 at 2:27