Archive for September, 2009

php 5.3: short_open_tag default has changed!

Posted by dre on September 24th, 2009

Snow Leopard Server includes an upgrade of PHP to version 5.3. This version has a changed default for the “short_open_tag” option as compared to the version that shipped in Leopard server. The difference is that short_open_tag is now disabled by default, which means that the following will not work: <? phpinfo(); ?> The problem is [...]