/src/php-src/main/build-defs.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* |
2 | | +----------------------------------------------------------------------+ |
3 | | | Copyright (c) The PHP Group | |
4 | | +----------------------------------------------------------------------+ |
5 | | | This source file is subject to version 3.01 of the PHP license, | |
6 | | | that is bundled with this package in the file LICENSE, and is | |
7 | | | available through the world-wide-web at the following url: | |
8 | | | https://www.php.net/license/3_01.txt | |
9 | | | If you did not receive a copy of the PHP license and are unable to | |
10 | | | obtain it through the world-wide-web, please send a note to | |
11 | | | license@php.net so we can mail you a copy immediately. | |
12 | | +----------------------------------------------------------------------+ |
13 | | | Author: Stig Sæther Bakken <ssb@php.net> | |
14 | | +----------------------------------------------------------------------+ |
15 | | */ |
16 | | |
17 | 0 | #define CONFIGURE_COMMAND " './configure' '--disable-all' '--enable-debug-assertions' '--enable-option-checking=fatal' '--enable-fuzzer' '--enable-exif' '--enable-opcache' '--without-pcre-jit' '--disable-phpdbg' '--disable-cgi' '--with-pic' 'CCC=clang++'" |
18 | | #define PHP_ODBC_CFLAGS "" |
19 | | #define PHP_ODBC_LFLAGS "" |
20 | | #define PHP_ODBC_LIBS "" |
21 | | #define PHP_ODBC_TYPE "" |
22 | | #define PHP_OCI8_DIR "" |
23 | | #define PHP_OCI8_ORACLE_VERSION "" |
24 | | #define PHP_PROG_SENDMAIL "/usr/sbin/sendmail" |
25 | | #define PEAR_INSTALLDIR "" |
26 | | #define PHP_INCLUDE_PATH ".:" |
27 | | #define PHP_EXTENSION_DIR "/usr/local/lib/php/extensions/debug-non-zts-20210903" |
28 | | #define PHP_PREFIX "/usr/local" |
29 | | #define PHP_BINDIR "/usr/local/bin" |
30 | | #define PHP_SBINDIR "/usr/local/sbin" |
31 | | #define PHP_MANDIR "/usr/local/php/man" |
32 | | #define PHP_LIBDIR "/usr/local/lib/php" |
33 | | #define PHP_DATADIR "/usr/local/share/php" |
34 | | #define PHP_SYSCONFDIR "/usr/local/etc" |
35 | | #define PHP_LOCALSTATEDIR "/usr/local/var" |
36 | 3.70k | #define PHP_CONFIG_FILE_PATH "/usr/local/lib" |
37 | 3.70k | #define PHP_CONFIG_FILE_SCAN_DIR "" |
38 | 0 | #define PHP_SHLIB_SUFFIX "so" |
39 | | #define PHP_SHLIB_EXT_PREFIX "" |