We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160cc59 commit 02398ffCopy full SHA for 02398ff
ext/dom/config.m4
@@ -19,8 +19,8 @@ AC_DEFUN(PHP_DOM_CHECK_VERSION,[
19
CPPFLAGS=$old_CPPFLAGS
20
])
21
22
-PHP_ARG_WITH(dom5, for new DOM support,
23
-[ --with-dom5[=DIR] Include new DOM support (requires libxml >= 2.4.14).
+PHP_ARG_WITH(dom, for new DOM support,
+[ --with-dom[=DIR] Include new DOM support (requires libxml >= 2.4.14).
24
DIR is the libxml install directory.])
25
26
if test -z "$PHP_ZLIB_DIR"; then
0 commit comments