UmVirt LFS Package info

DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

php

PHP is the PHP Hypertext Preprocessor. Primarily used in dynamic web sites, it allows for programming code to be directly embedded into the HTML markup. It is also useful as a general purpose scripting language.

Package info

Template:
Codename: php
Source file: php-8.4.4.tar.xz
Source file size: 13588560
Source file MD5-checkum: c9aa75fada9f41e9f0e02642b51225cc
Source directory: php-8.4.4
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/p/php-8.4.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/p/php-8.4.4.tar.xz.md5sum
Dependances: sqlite, libXpm, libwebp, libavif, libzip, libxml2, libxslt, curl, libpng, libjpeg-turbo, tiff, OpenLDAP-client, httpd, mariadb-client, postgresql-client.
Dependance of: ZoneMinder.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr                \
            --sysconfdir=/etc            \
            --localstatedir=/var         \
            --datadir=/usr/share/php     \
            --mandir=/usr/share/man      \
            --enable-fpm                 \
            --without-pear               \
            --with-fpm-user=apache       \
            --with-fpm-group=apache      \
            --with-fpm-systemd           \
            --with-config-file-path=/etc \
            --with-zlib                  \
            --enable-bcmath              \
            --with-bz2                   \
            --enable-calendar            \
            --enable-dba=shared          \
            --with-gdbm                  \
            --with-gmp                   \
            --enable-ftp                 \
            --with-gettext               \
            --enable-mbstring            \
            --disable-mbregex            \
            --with-readline              \
            --enable-gd                  \
            --with-freetype              \
            --with-avif                  \
            --with-jpeg                  \
            --with-xpm                   \
            --with-webp                  \
            --with-openssl               \
            --with-curl                  \
            --with-ldap                  \
            --with-mysqli                \
            --with-pgsql                 \
            --with-pdo-mysql             \
            --with-pdo-pgsql             \
            --enable-soap                \
            --enable-intl                \
            --enable-sockets             \
            --with-zip                   \
            --enable-pcntl               \
            --with-xsl 

Build script:
make

Install script:
make install                                     &&
install -v -m644 php.ini-production /etc/php.ini &&

install -v -m755 -d /usr/share/doc/php-8.4.4 &&
install -v -m644    CODING_STANDARDS* EXTENSIONS NEWS README* UPGRADING* \
                    /usr/share/doc/php-8.4.4


if [ -f /etc/php-fpm.conf.default ]; then
  mv -v /etc/php-fpm.conf{.default,} &&
  mv -v /etc/php-fpm.d/www.conf{.default,}
fi