We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d01e4 commit 6cd0e50Copy full SHA for 6cd0e50
configure.ac
@@ -1334,6 +1334,10 @@ datadir=$(eval eval echo $datadir)
1334
dnl Build extension directory path.
1335
ZEND_MODULE_API_NO=$($EGREP '#define ZEND_MODULE_API_NO ' $srcdir/Zend/zend_modules.h|"${SED}" 's/#define ZEND_MODULE_API_NO //')
1336
1337
+AC_ARG_VAR([EXTENSION_DIR],
1338
+ [Default directory for dynamically loadable PHP extensions. If left empty, it
1339
+ is determined automatically. Can be overridden using the PHP 'extension_dir'
1340
+ INI directive.])
1341
AS_VAR_IF([EXTENSION_DIR],, [
1342
extbasedir=$ZEND_MODULE_API_NO
1343
AS_VAR_IF([oldstyleextdir], [yes], [
0 commit comments