Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo_firebird/
H A Dconfig.m417 FB_CFLAGS=`$FB_CONFIG --cflags`
/PHP-8.2/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.m4844 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
905 dnl PHP_NEW_EXTENSION(extname, sources [, shared [, sapi_class [, extra-cflags [, cxx [, zend_ext]]…
914 dnl "cli" to mark extension build only with CLI or CGI sapi's. "extra-cflags"
/PHP-8.2/win32/build/
H A Dconfutils.js1186 function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir) argument
1206 if (cflags) {
1207 ADD_FLAG('CFLAGS_' + SAPI, cflags);
1397 function ZEND_EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1399 EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir);
1404 function EXTENSION(extname, file_list, shared, cflags, dllname, obj_dir) argument
1422 if (cflags == null) {
1423 cflags = "";
1434 cflags = "/D ZEND_COMPILE_DL_EXT=1 /D COMPILE_DL_" + EXT + " /D " + EXT + "_EXPORTS=1 " + cflags;
1547 ADD_FLAG("CFLAGS_" + EXT, cflags);
/PHP-8.2/ext/pdo_mysql/
H A Dconfig.m462 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-8.2/ext/pdo_odbc/
H A Dconfig.m47 support is: --with-pdo-odbc=generic,dir,libname,ldflags,cflags. When built as
/PHP-8.2/docs/
H A Dunix-build-system.md53 PHP_NEW_EXTENSION(extname, sources [, shared [,sapi_class[, extra-cflags]]])
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8780 uint32_t cflags = REQ_NONE; in find_firstassertedcu() local
8809 if (cflags >= REQ_NONE) { c = d; cflags = dflags; } in find_firstassertedcu()
8810 else if (c != d || cflags != dflags) return 0; in find_firstassertedcu()
8822 if (cflags >= REQ_NONE) { c = scode[1]; cflags = 0; } in find_firstassertedcu()
8848 if (cflags >= REQ_NONE) { c = scode[1]; cflags = REQ_CASELESS; } in find_firstassertedcu()
8857 *flags = cflags; in find_firstassertedcu()

Completed in 53 milliseconds