mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Artur Wiebe <artur@4wiebe.de>
To: ptxdist@pengutronix.de
Cc: Artur Wiebe <artur@4wiebe.de>
Subject: [ptxdist] [PATCH] php8: enable short tags
Date: Wed, 15 Feb 2023 20:33:01 +0100	[thread overview]
Message-ID: <20230215193301.1603364-1-artur@4wiebe.de> (raw)

Is there any reason not to enable them by default?

>From documentation:
Short tags are available by default but can be disabled either via the short_open_tag php.ini configuration file directive,
or are disabled by default if PHP is built with the --disable-short-tags configuration.

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/php8.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/php8.make b/rules/php8.make
index 212a1c382..131cd567a 100644
--- a/rules/php8.make
+++ b/rules/php8.make
@@ -77,7 +77,7 @@ PHP8_CONF_OPT := \
 	--without-config-file-scan-dir \
 	--disable-sigchild \
 	--disable-libgcc \
-	--disable-short-tags \
+	--enable-short-tags \
 	--disable-dmalloc \
 	--$(call ptx/endis, PTXCONF_GLOBAL_IPV6)-ipv6 \
 	--disable-dtrace \
-- 
2.39.1




             reply	other threads:[~2023-02-15 19:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 19:33 Artur Wiebe [this message]
2023-02-17 15:35 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230215193301.1603364-1-artur@4wiebe.de \
    --to=artur@4wiebe.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox