Adrian Ursu Posted April 29, 2020 Report Share Posted April 29, 2020 Hi guys, I am trying to upgrade an older version of Revive to the latest one. I am using PHP 7.3 (this is the reason for the upgrade) and it seems that it no longer supports zip extension. Is there any way I can continue with my upgrade without this zip dependency? Thank you, Adrian Quote Link to comment Share on other sites More sharing options...
Ian Posted April 29, 2020 Report Share Posted April 29, 2020 You probably need to install the php-zip extension again ... Quote Link to comment Share on other sites More sharing options...
Adrian Ursu Posted April 29, 2020 Author Report Share Posted April 29, 2020 Hi Ian, Thank you for the response. PHP has changed something in their configuration starting with 7.3.0 and I am in this exact position. I cannot activate the zip library from PHP.ini anymore. Is there any way I can workaround it? Thank you, Adrian Quote Link to comment Share on other sites More sharing options...
Ian Posted April 29, 2020 Report Share Posted April 29, 2020 [root@web42 ~]# php -v PHP 7.3.12 (cli) (built: Nov 19 2019 12:37:39) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.12, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.12, Copyright (c) 1999-2018, by Zend Technologies [root@web42 ~]# php -m | grep -i zip zip [root@web42 ~]# its still in the repository. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.