From 4079e9a18f96081eaa67c53fb3cf04c903efba1f Mon Sep 17 00:00:00 2001
From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= <caglar@verivue.com>
Date: Wed, 16 Mar 2011 15:58:16 -0400
Subject: [PATCH] enable short_open_tag

---
 plc.d/httpd | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc.d/httpd b/plc.d/httpd
index 64999cc..4512a21 100755
--- a/plc.d/httpd
+++ b/plc.d/httpd
@@ -65,6 +65,10 @@ case "$1" in
 	    sed -i -e 's,^;date.timezone.*,date.timezone = GMT,' $php_ini
 	fi
 
+	if grep '^short_open_tag = Off' $php_ini >& /dev/null; then
+	    sed -i -e 's,^short_open_tag = Off,short_open_tag = On,' $php_ini
+	fi
+
 	# Disable default Listen directive
 	sed -i -e '/^Listen/d' $httpd_conf
 
-- 
2.47.0