source: docker/virtualairlines.hu/context/php.ini.patch@ 1007:445599cd5fea

python3
Last change on this file since 1007:445599cd5fea was 1007:445599cd5fea, checked in by István Váradi <ivaradi@…>, 5 years ago

Files to create a Docker image running the MAVA website

File size: 652 bytes
Line 
1-- php.ini.orig 2019-07-07 11:52:31.501011566 +0000
2+++ php.ini 2019-07-07 11:53:38.813227611 +0000
3@@ -199,7 +199,7 @@
4 ; Development Value: Off
5 ; Production Value: Off
6 ; http://php.net/short-open-tag
7-short_open_tag = Off
8+short_open_tag = On
9
10 ; Allow ASP-style <% %> tags.
11 ; http://php.net/asp-tags
12@@ -741,7 +741,7 @@
13 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
14 ; disabled on them.
15 ; http://php.net/enable-dl
16-enable_dl = Off
17+enable_dl = On
18
19 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
20 ; most web servers. Left undefined, PHP turns this on by default. You can
Note: See TracBrowser for help on using the repository browser.