Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/pdo_firebird/
H A Dconfig.m417 FB_CFLAGS=`$FB_CONFIG --cflags`
/PHP-7.4/build/
H A Dpkg.m4147 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
158 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
160 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
201 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
H A Dphp.m4860 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
921 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
930 dnl "cli" to mark extension build only with CLI or CGI sapi's. "extra-cflags"
/PHP-7.4/TSRM/
H A Dtsrm.m413 CPPFLAGS="$CPPFLAGS `$1 --cflags`"
/PHP-7.4/win32/build/
H A Dconfutils.js1177 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1197 if (cflags) {
1198 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1388 function ZEND_EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1390 EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir);
1395 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1413 if (cflags == null) {
1414 cflags = "";
1425 cflags = "/D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1537 cflags = "/FI main/config.pickle.h " + cflags;
[all …]
/PHP-7.4/ext/mysqli/
H A Dconfig.m454 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m463 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m47 support is: --with-pdo-odbc=generic,dir,libname,ldflags,cflags. When built as
/PHP-7.4/docs/
H A Dunix-build-system.md53 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8655 int cflags = REQ_NONE; in find_firstassertedcu() local
8685 if (cflags < 0) { c = d; cflags = dflags; } in find_firstassertedcu()
8686 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()
8698 if (cflags < 0) { c = scode[1]; cflags = 0; } in find_firstassertedcu()
8724 if (cflags < 0) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
8733 *flags = cflags; in find_firstassertedcu()

Completed in 40 milliseconds