PHP 7.2 compatibility

Hi,
 
I tried to configure a new development server to check if magento 2.3 version works well with our current extensions.
but on this new DEV server, I had installed php 7.2 like mentioned in the recommendation of Magento team for this version.
When I tried to install you extension, I discover that you only accept php 7.1 in the comoser.json file.
Can you tell me if your UB data migration Pro extension is compatible with php 7.2 ? can I update the composer.json file to accept this version saftly ?
 
Thanks a lot

3 answers

Profile photo of Mall Staff 184060.00 $tone February 15, 2019
Public

Hi there,

When I tried to install you extension, I discover that you only accept php 7.1 in the comoser.json file.

Please re-check our latest Pro version 3.1.8, it should be defined as follows:

"php": "~5.5.0|~5.6.0|7.0.2|~7.0.6|~7.1.0",

It means that you can install our module with PHP7.1.x and later.

Can you tell me if your UB data migration Pro extension is compatible with php 7.2 ? can I update the composer.json file to accept this version saftly ?

Yes, you can do that. However, you should install our module following steps as in our Readme.html manual that’s included in your download package. 

And you should install PHP7.1.3+ to be compatible with both M2.2.x and M2.3.x (as required by Magento: 
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
Regards,
Mall.

#1
Profile photo of streamaster 190.00 $tone March 4, 2019
Public

Hi Mall, no it doesn’t seem to work with PHP7.2, it comes up with a whoops page not found on the config page… but its not a bid deal once i have finished the website I will turn off the module and switch back to PHP7.2 all being well because it works fine on PHP 7.1x

#2
Profile photo of Mall Staff 184060.00 $tone March 4, 2019
Public

Hi there,

no it doesn’t seem to work with PHP7.2, it comes up with a whoops page not found on the config page…

That is strange. In case you want to continue with PHP 7.2, please enable in your instance, I will help to check the issue you mentioned further.

but its not a bid deal once i have finished the website I will turn off the module and switch back to PHP7.2 all being well because it works fine on PHP 7.1x

So, please continue with that and contact me if you need further assistance.

Regards,
Mall.

#3

Please login or Register to Submit Answer

Written By

Comments