AvantimeGroup / UbuntuServerSetup

Some utils script to set up an LAMP server on ubuntu
0 stars 0 forks source link

Needs to enable php shorthand tags #8

Open lilumi opened 9 years ago

lilumi commented 9 years ago

<? in /etc/php5/apache2/php.ini short_open_tag=On

and restart apache sudo service apache2 reload

slowmove commented 9 years ago

@lilumi for which site? short tags can not be enabled in > 5.6

lilumi commented 9 years ago

avantime.se i've tried to replace all entries of "<? " to "<?php " - but there are some places where shorthand tags are without space (something like this: "<?$var=123;") - and this is very hard to find.