To all who downloaded the Seagull 0.3.3 release, my apologies for a showstopper bug that crept if you’re running less than PHP 4.3.x.
You can either download the patched release here or simply change the single problematic line of code as follows. Edit the file:
seagull/lib/pear/HTML/Template/Flexy/Compiler/Standard/Functions.php
and move the following line from the handle method:
$class = __CLASS__;
AFTER the if statement.
Thanks to Thomas Moulard for pointing out this doozie.







