mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
Experimental extensions are never enabled by default..
This commit is contained in:
parent
4434c8e0d6
commit
9bee0725d2
@ -2,7 +2,7 @@ dnl $Id$
|
||||
dnl config.m4 for extension simplexml
|
||||
|
||||
PHP_ARG_WITH(simplexml, for simplexml support,
|
||||
[ --with-simplexml Include simplexml support], yes)
|
||||
[ --with-simplexml Include simplexml support])
|
||||
|
||||
if test "$PHP_SIMPLEXML" != "no"; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user