Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with php 7.3.x #74

Open
mzanibellato opened this issue May 22, 2020 · 6 comments
Open

Incompatibility with php 7.3.x #74

mzanibellato opened this issue May 22, 2020 · 6 comments
Assignees

Comments

@mzanibellato
Copy link

Using composer require we are facing this message:
"Package gigya/magento2-im at version 5.5.0 has a PHP requirement incompatible with your PHP version (7.3.18)"

We are working on magento 2.3.5. Is it possible to fix the composer requirement with the 7.3.x php version? Or there is any incompatibility?

@Ynhockey
Copy link
Collaborator

Hi Zanino,

The connector does not yet officially support PHP 7.3 (or even 7.2 actually). Just recently Magento itself was not supporting it, but now that the situation is better, we will hopefully add support in the near future.

I know of one issue with PHP 7.2+ in developer mode, a fix is due in the next version. Hopefully that will also resolve any incompatibilities with 7.3.

@pmarki
Copy link

pmarki commented May 29, 2020

Magento supports PHP7.3 since Magento 2.3.3 released in October 2019. 7 (almost 8) months is not that 'recently'...

@mzanibellato
Copy link
Author

I've seen that the new version, with "fixed an incompatibility with PHP 7.2 in developer mode", was released yesterday, but inside the composer.json there is still limitation on: "php": "~7.0.0|~7.1.0|~7.2.0",
Could you extend to 7.3.* so we can install it with composer?

@pierzakp
Copy link

Security support for php 7.2 will expire in 4 months, Magento supports php 7.3 as mentioned above for quite a long time...
Can you kindly update the module to be compatible with php 7.3? When we can expect such update?

@sivamind
Copy link

We are using Magento enterprise 2.4.2 and b2b module as well.we are getting below issues.
Deprecated Functionality: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /app/vendor/gigya/magento2-im/Controller/Raas/GigyaPost.php on line 525

@Ynhockey
Copy link
Collaborator

Hi, these warnings were resolved in the recent versions, most recently 5.6.3 (the last one by @sivamind ). Please see if it still happens. The module should not have deprecation warnings on 7.x versions on PHP anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants