Top "Php-shorttags" questions

PHP short open tag which was disabled by default ini configuration since PHP 5.3.0.

How to enable PHP short tags?

I have a web application on a Linux server which starts with <? I needed to copy this application to …

php tags php-shorttags
Are PHP short tags acceptable to use?

Here's the information according to the official documentation: There are four different pairs of opening and closing tags which can …

php coding-style php-shorttags
Enable PHP short open tags via .htaccess

I’m currently running through a tutorial for a CMS system which unfortunately uses short open tags. I’ve confirmed …

php .htaccess php-shorttags
<? ?> tags not working in php 5.3.1

I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags …

php php-shorttags
Enable short open tag without php.ini file

Can I enable PHP short tags without touching any configuration files?

php php-shorttags
Why are "echo" short tags permanently enabled as of PHP 5.4?

Even the official documentation used to tell us that PHP "short tags" (<? /*...*/ ?>) are "bad". However, since PHP 5.4, the …

php coding-style php-shorttags
PHP 5.5 short_open_tag=on Security Hole?

I've upgraded to PHP5.5 and in the PHP.ini now short_open_tag=off and I recognized this because some …

php php-shorttags
Netbeans 7.4 doesn't recognise PHP short tag

I recently updated Netbeans to 7.4 version and I actually get plenty of "errors": all the code included in short php …

netbeans netbeans-7 php-shorttags
PHP Short hand tags 7.x

Just wondering, I have a codeigniter project that I have been asked to do some work on. Im also trying …

php php-shorttags