Skip to content

Commit 8652f18

Browse files
committed
Removed PHP short tags option in build config file
1 parent 7326a68 commit 8652f18

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

configure.ac

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,19 +1000,6 @@ if test "$PHP_LIBGCC" = "yes"; then
10001000
PHP_ADD_LIBRARY(gcc, yes)
10011001
fi
10021002

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-
10161003
PHP_ARG_ENABLE([dmalloc],
10171004
[whether to enable dmalloc],
10181005
[AS_HELP_STRING([--enable-dmalloc],

0 commit comments

Comments
 (0)