diff options
| -rw-r--r-- | ext/simplexml/EXPERIMENTAL | 0 | ||||
| -rw-r--r-- | ext/simplexml/config.m4 | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/EXPERIMENTAL b/ext/simplexml/EXPERIMENTAL deleted file mode 100644 index e69de29bb2..0000000000 --- a/ext/simplexml/EXPERIMENTAL +++ /dev/null diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4 index 80b9e3c52e..ea861491fd 100644 --- a/ext/simplexml/config.m4 +++ b/ext/simplexml/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension simplexml PHP_ARG_WITH(simplexml, for simplexml support, -[ --with-simplexml Include simplexml support]) +[ --with-simplexml Include simplexml support], yes) if test "$PHP_SIMPLEXML" != "no"; then |
