/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Stig Sæther Bakken | +----------------------------------------------------------------------+ */ #define CONFIGURE_COMMAND " './configure' '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--datarootdir=/usr/share' '--disable-static' '--docdir=/usr/share/doc/php-8.4.6' '--htmldir=/usr/share/doc/php-8.4.6/html' '--prefix=/usr/lib64/php8.4' '--mandir=/usr/lib64/php8.4/man' '--infodir=/usr/lib64/php8.4/info' '--libdir=/usr/lib64/php8.4/lib' '--with-libdir=lib64' '--localstatedir=/var' '--without-pear' '--with-external-libcrypt' '--disable-zts' '--without-fpm-apparmor' '--without-password-argon2' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--without-capstone' '--enable-ctype' '--with-curl' '--enable-dom' '--without-enchant' '--enable-exif' '--without-ffi' '--enable-fileinfo' '--enable-filter' '--enable-ftp' '--with-gettext=/usr' '--with-gmp=/usr' '--without-mhash' '--with-iconv' '--enable-intl' '--enable-ipv6' '--with-libxml' '--enable-mbstring' '--with-openssl' '--disable-pcntl' '--enable-phar' '--enable-pdo' '--enable-opcache' '--enable-opcache-jit' '--with-pgsql=/usr/lib64/postgresql-17/bin/..' '--enable-posix' '--without-fpm-selinux' '--enable-simplexml' '--disable-shmop' '--without-snmp' '--enable-soap' '--enable-sockets' '--with-sodium' '--with-sqlite3' '--disable-sysvmsg' '--disable-sysvsem' '--disable-sysvshm' '--without-tidy' '--enable-tokenizer' '--enable-xml' '--enable-xmlreader' '--enable-xmlwriter' '--with-xsl' '--with-zip' '--with-zlib=/usr' '--disable-debug' '--without-valgrind' 'ac_cv_crypt_blowfish=yes' 'ac_cv_crypt_des=yes' 'ac_cv_crypt_ext_des=yes' 'ac_cv_crypt_md5=yes' 'ac_cv_crypt_sha512=yes' 'ac_cv_crypt_sha256=yes' '--enable-dba' '--without-cdb' '--without-db4' '--enable-flatfile' '--with-gdbm=/usr' '--disable-inifile' '--without-qdbm' '--without-tcadb' '--without-lmdb' '--enable-gd' '--with-external-gd' 'php_cv_lib_gd_gdImageCreateFromAvif=no' 'php_cv_lib_gd_gdImageCreateFromBmp=yes' 'php_cv_lib_gd_gdImageCreateFromJpeg=yes' 'php_cv_lib_gd_gdImageCreateFromPng=yes' 'php_cv_lib_gd_gdImageCreateFromTga=yes' 'php_cv_lib_gd_gdImageCreateFromWebp=yes' 'php_cv_lib_gd_gdImageCreateFromXpm=no' '--with-ldap=/usr' '--with-ldap-sasl' '--with-mysqli' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-unixODBC=/usr' '--without-iodbc' '--with-pdo-odbc=unixODBC,/usr' '--with-pdo-dblib=/usr' '--with-pdo-mysql=mysqlnd' '--with-pdo-pgsql' '--with-pdo-sqlite' '--with-readline=/usr' '--without-libedit' '--without-mm' '--with-pic' '--with-external-pcre' '--with-pcre-jit' '--cache-file=/var/tmp/portage/dev-lang/php-8.4.6/temp/config.cache' '--with-config-file-path=/etc/php/cli-php8.4' '--with-config-file-scan-dir=/etc/php/cli-php8.4/ext-active' '--disable-embed' '--enable-cli' '--disable-cgi' '--disable-fpm' '--without-apxs2' '--disable-phpdbg' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'PKG_CONFIG_PATH=/usr/lib64/postgresql-17/lib64/pkgconfig' 'CPPFLAGS='" #define PHP_ODBC_CFLAGS "-I/usr/include" #define PHP_ODBC_LFLAGS "-L/usr/lib64" #define PHP_ODBC_LIBS "-lodbc" #define PHP_ODBC_TYPE "unixODBC" #define PHP_PROG_SENDMAIL "/usr/sbin/sendmail" #define PEAR_INSTALLDIR "" #define PHP_INCLUDE_PATH ".:" #define PHP_EXTENSION_DIR "/usr/lib64/php8.4/lib/extensions/no-debug-non-zts-20240924" #define PHP_PREFIX "/usr/lib64/php8.4" #define PHP_BINDIR "/usr/lib64/php8.4/bin" #define PHP_SBINDIR "/usr/lib64/php8.4/sbin" #define PHP_MANDIR "/usr/lib64/php8.4/man" #define PHP_LIBDIR "/usr/lib64/php8.4/lib" #define PHP_DATADIR "/usr/share" #define PHP_SYSCONFDIR "/etc" #define PHP_LOCALSTATEDIR "/var" #define PHP_CONFIG_FILE_PATH "/etc/php/cli-php8.4" #define PHP_CONFIG_FILE_SCAN_DIR "/etc/php/cli-php8.4/ext-active" #define PHP_SHLIB_SUFFIX "so" #define PHP_SHLIB_EXT_PREFIX ""