/*
   +----------------------------------------------------------------------+
   | 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'  '--prefix=/opt/php82' '--with-config-file-path=/opt/php82/etc/' '--with-config-file-scan-dir=/opt/php82/conf.d' '--with-pear=/opt/php82' '--disable-rpath' '--enable-bcmath=shared,/usr' '--enable-calendar' '--enable-cgi' '--enable-cli' '--enable-dba=shared' '--enable-exif=shared,/usr' '--enable-fpm' '--enable-ftp=shared' '--enable-intl=shared,/usr' '--enable-mbregex' '--enable-mbstring=shared,/usr' '--enable-opcache=shared,/usr' '--enable-pcntl=shared,/usr' '--enable-lz4=shared' '--enable-shmop=shared,/usr' '--enable-soap=shared,/usr' '--enable-sockets=shared,/usr' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-zip=shared,/usr' '--disable-debug' '--with-bz2=shared,/usr' '--with-curl=shared,/usr/bin' '--with-enchant=shared' '--with-fpm-systemd' '--with-freetype' '--with-gearman=shared,/usr' '--with-geoip=shared,/usr' '--enable-gd=shared,/usr' '--with-external-gd' '--with-gettext=shared,/usr' '--with-gmagick=shared,/usr' '--with-gmp=shared,/usr' '--with-imagick=shared,/usr' '--with-imap=/usr' '--with-imap-ssl' '--with-jpeg' '--with-kerberos' '--with-ldap=shared' '--with-lz4-includedir=/usr' '--with-mhash' '--with-mysqli=shared,mysqlnd' '--with-mcrypt=shared' '--with-mysql-sock=/var/run/mysqld/mysqld.sock' '--with-openssl' '--with-pdo-dblib=shared' '--with-pdo-firebird=shared' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite' '--with-pgsql=shared' '--with-pspell=shared' '--with-snmp=shared' '--with-ssh2=shared,/usr' '--with-system-tzdata' '--with-sodium=shared' '--with-tidy=shared' '--with-xmlrpc=shared' '--with-xsl=shared,/usr/include/libxslt' '--with-yaml=shared,/usr' '--with-zlib' '--with-zlib-dir' '--with-zmq=shared' '--with-webp' '--with-pcre-jit' '--with-msgpack=shared,/usr' '--enable-igbinary=shared,/usr' '--enable-memcache=shared,/usr' '--with-mongodb-ssl=openssl' '--enable-apcu=shared,/usr' '--enable-mongodb=shared,/usr' '--enable-redis=shared,/usr'"
#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/php82"
#define PHP_INCLUDE_PATH	".:/opt/php82"
#define PHP_EXTENSION_DIR       "/opt/php82/lib/php/extensions/no-debug-non-zts-20220829"
#define PHP_PREFIX              "/opt/php82"
#define PHP_BINDIR              "/opt/php82/bin"
#define PHP_SBINDIR             "/opt/php82/sbin"
#define PHP_MANDIR              "/opt/php82/php/man"
#define PHP_LIBDIR              "/opt/php82/lib/php"
#define PHP_DATADIR             "/opt/php82/share/php"
#define PHP_SYSCONFDIR          "/opt/php82/etc"
#define PHP_LOCALSTATEDIR       "/opt/php82/var"
#define PHP_CONFIG_FILE_PATH    "/opt/php82/etc/"
#define PHP_CONFIG_FILE_SCAN_DIR    "/opt/php82/conf.d"
#define PHP_SHLIB_SUFFIX        "so"
#define PHP_SHLIB_EXT_PREFIX    ""
