• I’m trying to update my PHP version on AWS EC2 for Bitnami WordPress.

    When I run: /opt/bitnami/php/etc# /usr/bin/php.default -v
    PHP 8.2.1 (cli) (built: Jan 13 2023 10:43:08) (NTS)
    Copyright (c) The PHP Group
    Zend Engine v4.2.1, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.1, Copyright (c), by Zend Technologies

    But when I run :/opt/bitnami/php/etc# php -v
    PHP 7.3.17 (cli) (built: Apr 23 2020 08:07:47) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.3.17, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.17, Copyright (c) 1999-2018, by Zend Technologies

    I feel I tried everything! Seems the new PHP is installed but is not taken into account.

    Does anyone have any idea?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Upgrade PHP7 to PHP 8 Bitnami WordPress AWS EC2’ is closed to new replies.