searchturbine / phpwee-php-minifier

Open-source (BSD) PHP inline minifier functions for HTML, XHTML, HTML5, CSS 1-3 and Javascript. http://searchturbine.com/php/phpwee
Other
79 stars 46 forks source link

Main file php open tag problem #6

Open N3HL opened 9 years ago

N3HL commented 9 years ago

Please dev, don't assume

short_open_tag=On in php.ini

I had to spend several hours trying to find the issue, recieving Fatal error: Class 'PHPWee\Minify' not found

In phpwee.php the php open tag is <?, it should be <?php like the other files.

Ref: http://stackoverflow.com/questions/8490667/php-class-not-found-but-its-included#answer-21016970