UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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

Codename: php
Source file: php-8.2.9.tar.xz
Source directory: php-8.2.9
Package URL: https://umvirt.com/linux/downloads/0.2/packages/p/php-8.2.9.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/p/php-8.2.9.tar.xz.md5sum
Dependances: libxml2, libxslt, curl, libpng, libjpeg-turbo, tiff, OpenLDAP-client, httpd, mariadb-client, postgresql-client.
Dependance of: *** NO PACKAGES FOUND ***
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              \
            --with-gd                    \
            --with-openssl               \
            --with-curl                  \
            --with-ldap                  \
            --with-mysqli                \
            --with-pgsql                 \
            --with-pdo-mysql             \
            --with-pdo-pgsql             \
            --enable-soap                \
            --enable-intl                \
            --enable-sockets             \
            --enable-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.2.9 &&
install -v -m644    CODING_STANDARDS* EXTENSIONS NEWS README* UPGRADING* \
                    /usr/share/doc/php-8.2.9