Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
opt
/
php8.0
/
include
/
php
/
20200930
/
main
π€ Upload
π New File
π New Folder
Close
Editing: 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: | | http://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' '--prefix=/opt/php8.0' '--mandir=/usr/share/man' '--enable-shared=yes' '--enable-static=no' '--with-config-file-path=/opt/php8.0/lib' '--disable-sigchild' '--disable-all' '--with-libxml' '--with-openssl' '--with-kerberos' '--with-bz2' '--with-zlib' '--with-zlib-dir' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-fileinfo' '--with-curl' '--enable-dom' '--enable-exif' '--enable-ftp' '--with-openssl-dir' '--enable-gd' '--with-jpeg' '--with-webp' '--with-xpm' '--with-freetype' '--with-gettext' '--with-gmp' '--with-iconv' '--with-imap' '--with-imap-ssl' '--enable-mbstring' '--enable-mbregex' '--with-mhash' '--with-mysqli=mysqlnd' '--with-pgsql' '--with-sqlite3=/usr' '--enable-pdo' '--with-pdo-mysql=mysqlnd' '--with-pdo-sqlite=/usr' '--with-pdo-odbc=shared,unixODBC,/usr' '--enable-posix' '--enable-session' '--enable-simplexml' '--enable-soap' '--with-tidy' '--enable-tokenizer' '--enable-xml' '--with-xsl' '--with-pear' '--enable-filter' '--enable-xmlreader' '--enable-xmlwriter' '--enable-intl' '--enable-phar' '--with-ldap' '--with-ldap-sasl' '--enable-opcache' '--enable-pcntl' '--with-sodium=/usr' '--with-password-argon2=/usr' '--with-config-file-scan-dir=/opt/php8.0/etc/conf.d' '--enable-sockets' '--with-readline' '--enable-debug=no' '--enable-fpm'" #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 "/opt/php8.0/lib/php" #define PHP_INCLUDE_PATH ".:/opt/php8.0/lib/php" #define PHP_EXTENSION_DIR "/opt/php8.0/lib/php/extensions/no-debug-non-zts-20200930" #define PHP_PREFIX "/opt/php8.0" #define PHP_BINDIR "/opt/php8.0/bin" #define PHP_SBINDIR "/opt/php8.0/sbin" #define PHP_MANDIR "/usr/share/man" #define PHP_LIBDIR "/opt/php8.0/lib/php" #define PHP_DATADIR "/opt/php8.0/share/php" #define PHP_SYSCONFDIR "/opt/php8.0/etc" #define PHP_LOCALSTATEDIR "/opt/php8.0/var" #define PHP_CONFIG_FILE_PATH "/opt/php8.0/lib" #define PHP_CONFIG_FILE_SCAN_DIR "/opt/php8.0/etc/conf.d" #define PHP_SHLIB_SUFFIX "so" #define PHP_SHLIB_EXT_PREFIX ""
Save
Cancel