• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Centos 8/CentosStream PHP module stream

    Scheduled Pinned Locked Moved
    Feature Request
    2
    2
    445
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Q
      Quazz Moderator
      last edited by Quazz

      New to Centos 8/Stream is that modules can have “streams” (different versions of the same package)

      For example, the default stream for PHP is 7.2.

      However, PHP7.3 and PHP7.4 are also available.

      To get a list of the versions:

      dnf module info php | awk 'BEGIN{FS=" "} $1~/Stream/ {print $3}'
      

      This means we can swap the versions to 7.4 as such:

      dnf module reset php -y
      dnf module enable php:7.4 -y
      dnf update -y
      

      Would it be worth it to add this to the install script?

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @Quazz While I do understand the good intend in this I think it’s very hard to maintain. We see enough issues with trying to make it work in the different distros. Adding the Stream PHP versions will be a nightmare I reckon.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post

        189

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project