php 7.2

Is UNA fully compatible with php 7.2? I am running php 7.1 and when i switch to 7.2 it some errors. I switched back to 7.1 so all is good but - in general is it compatible with 7.2?

  • 1071
  • More
Replies (5)
    • Your required PHP extension may not enable so you may facing the error...

      Check your server audit in Studio's Dashboard

      • Am running on 7.2 for nearly two years. Amitesh Kumar is right. Soon switching to 7.4, starting with UNA 11.0.0 will be compatible. 

        • I compared 7.1 ini to 7.2. On 7.2  i have display errors turned on in phpINI.  
          and this is now the only error it reports:

          Notice:  unserialize(): Error at offset 267 of 361 bytes in /Path to my site/public_html/modules/boonex/timeline/classes/BxTimelineTemplate.php on line 517

          Amitesh Kumar - Server audit is all green. No problems.  I have had issues with the timeline before.

          I will turn off display errors for now.

          • there is a post compering speed between 7.1 to 7.2 oddly 7.1 is faster

            https://una.io/page/view-discussion?id=3097

            • Some of the extensions are deprecated. Some of the extensions have changed.

              May not actually solving your problem, nonetheless, some examples to make your webserver a whole again...

              PHP 7.X APC is no longer support but you can use APCu or OPcache.

              Installing does not exist with php7.2-imagemagick but exist with php-imagemagick.

              These are based on Ubuntu packages. Whatever OS you're using... check the packages there and compare to make adjustments.

              Also, in my experiences, depending on control panel if using one and OS itself can make and/or break while using third-party repository.

              Login or Join to comment.