chargebee / chargebee-php

PHP library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=php
MIT License
72 stars 62 forks source link

create_function is deprecated in php 7.2 #20

Closed seedprod closed 6 years ago

seedprod commented 6 years ago

You have to utilities function that use this: toCamelCaseFromUnderscore toUnderscoreFromCamelCase

eric-famiglietti commented 6 years ago

I am also having this issue. Unfortunately, if the issue can't be resolved we may need to switch to another vendor!

saravana-cb commented 6 years ago

We have the fix. We will roll it out in two or three days.

SangeethaBaskaran commented 6 years ago

PR #21 has been merged to fix the issue.

TomasVotruba commented 5 years ago

If you ever need to upgrade more create_function cases, Rector does it pretty well.