Searched refs:ext_dir (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/build/ |
H A D | genif.sh | 27 ext_dir=`echo "$ext" | cut -d ';' -f 2` 28 header_list="$header_list $ext_dir/*.h*"
|
/PHP-7.2/ |
H A D | acinclude.m4 | 950 ext_dir=[]PHP_EXT_DIR($1) 957 PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) 958 EXT_STATIC="$EXT_STATIC $1;$ext_dir" 960 EXT_CLI_STATIC="$EXT_CLI_STATIC $1;$ext_dir" 966 PHP_ADD_SOURCES_X($ext_dir,$2,$ac_extra,shared_objects_$1,yes) 977 PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,) 978 EXT_STATIC="$EXT_STATIC $1;$ext_dir" 981 PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,cli) 984 EXT_CLI_STATIC="$EXT_CLI_STATIC $1;$ext_dir"
|
H A D | run-tests.php | 1585 $ext_dir=`$php $pass_options $ext_params -d display_errors=0 -r "echo ini_get('extension_dir');"`; 1592 …$ini_settings['zend_extension'][] = $ext_dir . DIRECTORY_SEPARATOR . $ext_prefix . $req_ext . '.' … 1594 …$ini_settings['extension'][] = $ext_dir . DIRECTORY_SEPARATOR . $ext_prefix . $req_ext . '.' . PHP…
|
/PHP-7.2/win32/build/ |
H A D | confutils.js | 1497 var ext_dir = FSO.GetFolder(configure_module_dirname); 1498 var fc = new Enumerator(ext_dir.Files);
|
Completed in 33 milliseconds