Skip to content
Snippets Groups Projects
Commit 9245c85f authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #21265 [finc] deactivate php short open tags

* to sync with alpha and staging
* need to run "docker-compose up -d --no-deps --build php"
parent 77656e5c
No related merge requests found
......@@ -25,4 +25,5 @@ xdebug.remote_mode=req
xdebug.remote_handler=dbgp
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.remote_enable=1
\ No newline at end of file
xdebug.remote_enable=1
short_open_tag=Off;
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment