/* +----------------------------------------------------------------------+ | 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' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--sysconfdir=/etc' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-expat' '--without-sodium' '--with-gettext=shared' '--with-libedit' '--with-readline' '--with-mhash' '--with-gmp=shared' '--with-openssl' '--with-db4=/usr' '--with-sqlite3=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--without-pgsql' '--without-pdo-pgsql' '--without-freetype' '--with-curl=shared' '--with-bz2=shared' '--with-apxs2' '--without-tidy' '--without-ffi' '--sbindir=/usr/bin' '--sysconfdir=/etc/php' '--localstatedir=/var' '--with-layout=GNU' '--with-config-file-path=/etc/php' '--with-config-file-scan-dir=/etc/php/conf.d' '--disable-rpath' '--enable-zend-signals' '--enable-ftp=shared' '--with-zip' '--enable-dba=shared' '--enable-exif=shared' '--enable-intl=shared' '--enable-bcmath=shared' '--enable-sockets=shared' '--enable-calendar=shared' 'build_alias=x86_64-pc-linux-gnu' 'PKG_CONFIG=/usr/bin/pkgconf' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:' 'CPP=cpp'" #define PHP_ODBC_CFLAGS "" #define PHP_ODBC_LFLAGS "" #define PHP_ODBC_LIBS "" #define PHP_ODBC_TYPE "" #define PHP_OCI8_DIR "" #define PHP_OCI8_ORACLE_VERSION "" #define PHP_PROG_SENDMAIL "/usr/sbin/sendmail" #define PEAR_INSTALLDIR "" #define PHP_INCLUDE_PATH ".:" #define PHP_EXTENSION_DIR "/usr/lib/php/modules" #define PHP_PREFIX "/usr" #define PHP_BINDIR "/usr/bin" #define PHP_SBINDIR "/usr/bin" #define PHP_MANDIR "/usr/share/man" #define PHP_LIBDIR "/usr/lib/php" #define PHP_DATADIR "/usr/share/php" #define PHP_SYSCONFDIR "/etc/php" #define PHP_LOCALSTATEDIR "/var" #define PHP_CONFIG_FILE_PATH "/etc/php" #define PHP_CONFIG_FILE_SCAN_DIR "/etc/php/conf.d" #define PHP_SHLIB_SUFFIX "so" #define PHP_SHLIB_EXT_PREFIX ""