Problem/Motivation

The 1.0.5 release of the PHP library for v3 of the MailChimp API reduced the minimum php version requirement from 5.5 to 5.4. The mailchimp.info file mentions php 5.5 as the minimum version.

Proposed resolution

Let's update the mailchimp.info file to reflect the correct minimum php version requirement.

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

idebr’s picture

Attached patch updates the mailchimp.info file to reflect the correct minimum php version requirement.

DrupalDavie’s picture

I followed the Mailchimp upgrade instructions to replace the module (7.x-4.x), replace the library (v1.0.5), and a run database update. But I get an error message that I cannot update because Mailchimp requires at least PHP 5.5.

UPDATE: I selected the 5.5 version in the software section of cPanel, and was able to update.

juankvillegas’s picture

Based on the latest release announcement, the required PHP version is 5.4, so the .info file should be updated.

Bès’s picture

Status: Needs review » Reviewed & tested by the community

I changed the php requirement and test the module on a php 5.4.45 environment. No error so far.
Code inspection with phpstorm didn't show major issue too.

Seems good to me.

idebr’s picture