mirror of
https://github.com/php/php-src.git
synced 2025-01-21 11:13:38 +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
|
dnl config.m4 for extension simplexml
|
||||||
|
|
||||||
PHP_ARG_WITH(simplexml, for simplexml support,
|
PHP_ARG_WITH(simplexml, for simplexml support,
|
||||||
[ --with-simplexml Include simplexml support], yes)
|
[ --with-simplexml Include simplexml support])
|
||||||
|
|
||||||
if test "$PHP_SIMPLEXML" != "no"; then
|
if test "$PHP_SIMPLEXML" != "no"; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user