trAvis - MANAGER
Edit File: build-defs.h
/* +----------------------------------------------------------------------+ | 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 <ssb@php.net> | +----------------------------------------------------------------------+ */ #define CONFIGURE_COMMAND " './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/opt' '--exec-prefix=/opt' '--bindir=/opt/php-8.1.32-2/bin' '--sbindir=/opt/php-8.1.32-2/sbin' '--sysconfdir=/opt/php-8.1.32-2/etc' '--datadir=/opt/php-8.1.32-2/data' '--includedir=/opt/php-8.1.32-2/include' '--libdir=/opt/php-8.1.32-2/lib' '--libexecdir=/opt/php-8.1.32-2/libexec' '--localstatedir=/opt/php-8.1.32-2/var' '--sharedstatedir=/opt/php-8.1.32-2/com' '--mandir=/opt/php-8.1.32-2/man' '--infodir=/opt/php-8.1.32-2/info' '--with-exec-dir=/opt/php-8.1.32-2/bin' '--with-config-file-path=/opt/php-8.1.32-2/etc' '--with-config-file-scan-dir=/opt/php-8.1.32-2/etc/php.d' '--with-libdir=lib64' '--disable-debug' '--with-pic' '--disable-rpath' '--with-pear' '--with-bz2' '--with-curl' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-mcrypt=shared' '--with-expat-dir=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-zip' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-kerberos' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--with-mime-magic=/usr/share/file/magic.mime' '--with-sqlite=shared' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--enable-force-cgi-redirect' '--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-ncurses=shared' '--enable-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--with-mysql=shared,mysqlnd' '--with-mysqli=shared,mysqlnd' '--enable-dom=shared' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--enable-fastcgi' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--enable-dbase=shared' '--enable-json=shared' '--enable-intl=shared' '--enable-pcntl=shared' '--enable-fpm' '--with-fpm-systemd' '--enable-mysqlnd' '--with-zip' '--with-freetype' '--with-jpeg' '--with-webp' '--with-password-argon2' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'PKG_CONFIG_PATH=/opt/libzip5/lib64/pkgconfig:/opt/oniguruma6-bet/lib64/pkgconfig/'" #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_OCI8_DIR "" #define PHP_OCI8_ORACLE_VERSION "" #define PHP_PROG_SENDMAIL "/usr/sbin/sendmail" #define PEAR_INSTALLDIR "/opt/php-8.1.32-2/data/pear" #define PHP_INCLUDE_PATH ".:/opt/php-8.1.32-2/data/pear" #define PHP_EXTENSION_DIR "/opt/php-8.1.32-2/lib/20210902" #define PHP_PREFIX "/opt" #define PHP_BINDIR "/opt/php-8.1.32-2/bin" #define PHP_SBINDIR "/opt/php-8.1.32-2/sbin" #define PHP_MANDIR "/opt/php-8.1.32-2/man" #define PHP_LIBDIR "/opt/php-8.1.32-2/lib" #define PHP_DATADIR "/opt/php-8.1.32-2/data" #define PHP_SYSCONFDIR "/opt/php-8.1.32-2/etc" #define PHP_LOCALSTATEDIR "/opt/php-8.1.32-2/var" #define PHP_CONFIG_FILE_PATH "/opt/php-8.1.32-2/etc" #define PHP_CONFIG_FILE_SCAN_DIR "/opt/php-8.1.32-2/etc/php.d" #define PHP_SHLIB_SUFFIX "so" #define PHP_SHLIB_EXT_PREFIX ""