/* +----------------------------------------------------------------------+ | 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' '--cache-file=/Users/apostol/.phpbrew/cache/config.cache' '--prefix=/Users/apostol/.phpbrew/php/php-8.3.3' '--disable-all' '--enable-phar' '--enable-session' '--enable-short-tags' '--enable-tokenizer' '--enable-dom' '--with-libxml' '--enable-simplexml' '--enable-xml' '--enable-xmlreader' '--enable-xmlwriter' '--with-xsl' '--enable-opcache' '--enable-bcmath' '--with-bz2=/usr/local/opt/bzip2' '--enable-calendar' '--enable-cli' '--enable-ctype' '--enable-fileinfo' '--enable-filter' '--enable-shmop' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-json' '--enable-mbregex' '--enable-mbstring' '--with-mhash=/usr/local' '--enable-pcntl' '--enable-pdo' '--with-pear=/Users/apostol/.phpbrew/php/php-8.3.3/lib/php/pear' '--enable-posix' '--with-readline=/usr/local/opt/readline' '--enable-sockets' '--with-curl' '--with-openssl' '--with-zip' '--with-config-file-path=/Users/apostol/.phpbrew/php/php-8.3.3/etc/cli' '--with-config-file-scan-dir=/Users/apostol/.phpbrew/php/php-8.3.3/var/db/cli' 'PKG_CONFIG_PATH=/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl@3/lib/pkgconfig'" #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 "/Users/apostol/.phpbrew/php/php-8.3.3/lib/php/pear" #define PHP_INCLUDE_PATH ".:/Users/apostol/.phpbrew/php/php-8.3.3/lib/php/pear" #define PHP_EXTENSION_DIR "/Users/apostol/.phpbrew/php/php-8.3.3/lib/php/extensions/no-debug-non-zts-20230831" #define PHP_PREFIX "/Users/apostol/.phpbrew/php/php-8.3.3" #define PHP_BINDIR "/Users/apostol/.phpbrew/php/php-8.3.3/bin" #define PHP_SBINDIR "/Users/apostol/.phpbrew/php/php-8.3.3/sbin" #define PHP_MANDIR "/Users/apostol/.phpbrew/php/php-8.3.3/php/man" #define PHP_LIBDIR "/Users/apostol/.phpbrew/php/php-8.3.3/lib/php" #define PHP_DATADIR "/Users/apostol/.phpbrew/php/php-8.3.3/share/php" #define PHP_SYSCONFDIR "/Users/apostol/.phpbrew/php/php-8.3.3/etc" #define PHP_LOCALSTATEDIR "/Users/apostol/.phpbrew/php/php-8.3.3/var" #define PHP_CONFIG_FILE_PATH "/Users/apostol/.phpbrew/php/php-8.3.3/etc/cli" #define PHP_CONFIG_FILE_SCAN_DIR "/Users/apostol/.phpbrew/php/php-8.3.3/var/db/cli" #define PHP_SHLIB_SUFFIX "so" #define PHP_SHLIB_EXT_PREFIX ""