Skip to content

Commit 304f2b0

Browse files
committed
Document PHP_EXTENSION_DIR
Cf. <https://bugs.php.net/bug.php?id=80969>.
1 parent 06274b9 commit 304f2b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appendices/reserved.constants.core.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@
290290
</term>
291291
<listitem>
292292
<simpara>
293-
293+
The default directory where to look for dynamically loadable extensions
294+
(unless overridden by <link linkend="ini.extension-dir">extension_dir</link>).
295+
Defaults to <constant>PHP_PREFIX</constant> (or <code>PHP_PREFIX . "\\ext"</code> on Windows).
294296
</simpara>
295297
</listitem>
296298
</varlistentry>

0 commit comments

Comments
 (0)