Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dconfig.m412 FB_CFLAGS=$($FB_CONFIG --cflags)
/php-src/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.m4855 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags]])
860 dnl "sources" and compilation flags "extra-cflags" to build the SAPI-specific
927 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
936 dnl "cli" to mark extension build only with CLI or CGI sapi's. "extra-cflags"
/php-src/ext/pdo_mysql/
H A Dconfig.m442 PDO_MYSQL_INCLUDE=$($PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g")
/php-src/win32/build/
H A Dconfutils.js1187 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1207 if (cflags) {
1208 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1394 function ZEND_EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1396 EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir);
1401 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1419 if (cflags == null) {
1420 cflags = "";
1431 cflags = "/D ZEND_COMPILE_DL_EXT=1 /D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1540 ADD_FLAG("CFLAGS_" + EXT, cflags);
/php-src/ext/pdo_odbc/
H A Dconfig.m47 generic ODBC support is: --with-pdo-odbc=generic,dir,libname,ldflags,cflags.
/php-src/docs-old/
H A Dunix-build-system.md51 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9079 uint32_t cflags = REQ_NONE; in find_firstassertedcu() local
9108 if (cflags >= REQ_NONE) { c = d; cflags = dflags; } in find_firstassertedcu()
9109 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()
9121 if (cflags >= REQ_NONE) { c = scode[1]; cflags = 0; } in find_firstassertedcu()
9147 if (cflags >= REQ_NONE) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
9156 *flags = cflags; in find_firstassertedcu()

Completed in 52 milliseconds