From 0e9cc725129b11be9bef08d44d36e4f04ca7426e Mon Sep 17 00:00:00 2001 From: sambufe Date: Wed, 21 Jun 2017 10:28:56 +0200 Subject: [PATCH] FBBUBPP-11 short_open_tag fix --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 3 ++- customer/fbb-ws/production.yaml | 3 ++- customer/fbb-ws/test.yaml | 3 ++- customer/fbb-www/dev-www-fbb.pixelpark.net.yaml | 4 ++-- customer/fbb-www/production.yaml | 4 ++-- customer/fbb-www/test.yaml | 4 ++-- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index dd631cf0..bd8d9198 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -100,9 +100,10 @@ php::settings: # PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17 PHP/memory_limit: 320M PHP/post_max_size: 20M - PHP/register_globals: Off + PHP/register_globals: 'Off' PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' PHP/output_buffering: 65536 + PHP/short_open_tag: 'On' infra::profile::apache::htdigest: server: diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index d558c937..7d007e88 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -79,9 +79,10 @@ php::settings: # PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17 PHP/memory_limit: 320M PHP/post_max_size: 20M - PHP/register_globals: Off + PHP/register_globals: 'Off' PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' PHP/output_buffering: 65536 + PHP/short_open_tag: 'On' infra::profile::apache::htdigest: server: diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index c4732141..b1f0f87d 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -102,9 +102,10 @@ php::settings: # PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17 PHP/memory_limit: 320M PHP/post_max_size: 20M - PHP/register_globals: Off + PHP/register_globals: 'Off' PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' PHP/output_buffering: 65536 + PHP/short_open_tag: 'On' infra::profile::apache::htdigest: server: diff --git a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml index b9ce5cbc..bdddfaeb 100644 --- a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml +++ b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml @@ -101,14 +101,14 @@ php::settings: # PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17 PHP/memory_limit: 320M PHP/post_max_size: 20M - PHP/register_globals: Off + PHP/register_globals: 'Off' PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' PHP/max_execution_time: 30 PHP/max_input_time: 60 PHP/output_buffering: 65536 PHP/upload_max_filesize: 4M PHP/max_file_uploads: 50 - PHP/short_open_tag: On + PHP/short_open_tag: 'On' infra::profile::apache::htdigest: server: diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index f2c97e8f..e605608d 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -126,14 +126,14 @@ php::settings: # PHP/serialize_precision: 100 ;war unter PHP 5.3 Standart ist jetzt bei 17 PHP/memory_limit: 320M PHP/post_max_size: 20M - PHP/register_globals: Off + PHP/register_globals: 'Off' PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' PHP/max_execution_time: 30 PHP/max_input_time: 60 PHP/output_buffering: 65536 PHP/upload_max_filesize: 4M PHP/max_file_uploads: 50 - PHP/short_open_tag: On + PHP/short_open_tag: 'On' infra::profile::apache::htdigest: server: diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index df1e81e4..9cbee9dc 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -140,14 +140,14 @@ php::settings: # PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17 PHP/memory_limit: 320M PHP/post_max_size: 20M - PHP/register_globals: Off + PHP/register_globals: 'Off' PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' PHP/max_execution_time: 30 PHP/max_input_time: 60 PHP/output_buffering: 65536 PHP/upload_max_filesize: 4M PHP/max_file_uploads: 50 - PHP/short_open_tag: On + PHP/short_open_tag: 'On' infra::profile::apache::htdigest: server: -- 2.39.5