Project60 / org.project60.membership

CiviCRM extension to facilitate the "European" membership concept
GNU Affero General Public License v3.0
6 stars 14 forks source link

Call to undefined function split() with PHP >= 7 #55

Closed colq2 closed 2 years ago

colq2 commented 2 years ago

I started to use this package and could not run the Membership.extend.

After short investigation I found the problem: It uses split() in org.project60.membership/api/v3/Membership/Extend.php:295 which is removed in PHP 7.0.0

colq2 commented 2 years ago

Sorry, was a duplicate of #46.