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 7326a68 commit 8652f18Copy full SHA for 8652f18
configure.ac
@@ -1000,19 +1000,6 @@ if test "$PHP_LIBGCC" = "yes"; then
1000
PHP_ADD_LIBRARY(gcc, yes)
1001
fi
1002
1003
-PHP_ARG_ENABLE([short-tags],
1004
- [whether to enable short tags by default],
1005
- [AS_HELP_STRING([--disable-short-tags],
1006
- [Disable the short-form <? start tag by default])],
1007
- [yes],
1008
- [no])
1009
-
1010
-if test "$PHP_SHORT_TAGS" = "yes"; then
1011
- AC_DEFINE(DEFAULT_SHORT_OPEN_TAG, "1", [ ])
1012
-else
1013
- AC_DEFINE(DEFAULT_SHORT_OPEN_TAG, "0", [ ])
1014
-fi
1015
1016
PHP_ARG_ENABLE([dmalloc],
1017
[whether to enable dmalloc],
1018
[AS_HELP_STRING([--enable-dmalloc],
0 commit comments