PHP

http://www.afp548.com/article.php?story=20041104230209410

Prerequisites

  • AlmaLinux
    dnf config-manager --set-enabled crb
    yum -y install libxml2-devel libjpeg-devel libpng-devel gd-devel libcurl-devel bzip2-devel sqlite-devel oniguruma-devel ImageMagick-devel

    Download the Source
    Download the most recent version of PHP. At the time of writing, that was 8.3.11:

    cd /extra/src
    wget https://www.php.net/distributions/php-8.3.11.tar.gz
    tar zxf php-8.3.11.tar.gz
    cd php-8.3.11

    Installation
    Instructions are provided for installing PHP with either the Apache or lighttpd web servers:

    You can test your installation by putting a simple script into a install-test.php file and loading it from your webserver:

    <?php phpinfo(); ?>

    Configuration
    Ideally, you should set the appropiate timezone in /usr/local/lib/php.ini. phpMyAdmin, in particular is fussy about wanting a timezone set.

    date.timezone = America/Thunder_Bay

    PHP Caches
    Alternative PHP Cache
    eAcclerator

Recent Updates

  • 5 days 42 min ago
    1.27.2 update
  • 2 weeks 2 days ago
    Drupal 10/11 config
  • 2 weeks 3 days ago
  • PHP
    2 weeks 3 days ago
    PHP 8.3.11 and AlmaLinux
  • 2 weeks 4 days ago
    New version of Pound