googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
295 stars 262 forks source link

Reminder: Updating the minimum required PHP version for this library to PHP 8.1 #971

Closed fiboknacky closed 7 months ago

fiboknacky commented 11 months ago

By March 31, 2024, the composer file of this library will require PHP version 8.1 or later.

PHP 8.0 was sunset in November 26, 2023. The PHP development team no longer provides security fixes for the versions, so we highly recommend migrating from this version as soon as possible.

mjainavas commented 9 months ago

Is there any patch to run google-ads-php-v21.1.0 on PHP 7.4 ? Its bit impossible at the moment to upgrade server, and Google Ads API V13 is about to sunset in next 10 days.

fiboknacky commented 9 months ago

Unfortunately, we have no plan to patch the old version for older PHP versions.

mjainavas commented 9 months ago

Thanks for update, Is PHP 8.0 version good for V21.1.0, Can I consider this with LTS?

fiboknacky commented 9 months ago

We don't patch the old release when we sunset an old PHP binary version, so v21.1.0 will continue to work with PHP 8 until the last API version (v15) is sunset.

fiboknacky commented 7 months ago

Done with PR #1002