Searched refs:PREFIX (Results 1 – 8 of 8) sorted by relevance
/PHP-7.2/win32/build/ |
H A D | config.w32.h.in | 15 #define PEAR_INSTALLDIR "@PREFIX@\\pear" 16 #define PHP_BINDIR "@PREFIX@" 17 #define PHP_DATADIR "@PREFIX@" 18 #define PHP_EXTENSION_DIR "@PREFIX@\\ext" 19 #define PHP_INCLUDE_PATH ".;@PREFIX@\\pear" 20 #define PHP_LIBDIR "@PREFIX@" 21 #define PHP_LOCALSTATEDIR "@PREFIX@" 22 #define PHP_PREFIX "@PREFIX@" 23 #define PHP_SYSCONFDIR "@PREFIX@"
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | bug45485.phpt | 7 This text is shown <?XML:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b> 14 This text is shown <?xml:NAMESPACE PREFIX = ST1 /><b>This Text disappears</b>
|
/PHP-7.2/ext/bcmath/libbcmath/ |
H A D | INSTALL | 7 Typical configure parameters are available. (e.g. PREFIX)
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | INSTALL | 147 `configure' the option `--prefix=PREFIX', where PREFIX must be an 152 pass the option `--exec-prefix=PREFIX' to `configure', the package uses 153 PREFIX as the prefix for installing programs and libraries. 197 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. 292 `configure' looks for `PREFIX/share/config.site' if it exists, then 293 `PREFIX/etc/config.site' if it exists. Or, you can set the
|
/PHP-7.2/main/ |
H A D | snprintf.c | 585 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES macro
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_out.c | 115 #define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = YES macro
|
/PHP-7.2/ext/dba/ |
H A D | config.m4 | 21 dnl Assign INCLUDE/LFLAGS from PREFIX
|
/PHP-7.2/ |
H A D | configure.ac | 917 … Set the path in which to look for php.ini @<:@PREFIX/lib@:>@], DEFAULT, no) 1109 [ --with-pear=DIR Install PEAR in DIR @<:@PREFIX/lib/php@:>@
|
Completed in 25 milliseconds