From: Fabien Potencier Date: Wed, 21 Dec 2011 19:27:52 +0000 (+0100) Subject: merged branch arnaud-lb/ext-fix (PR #565) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=fc778405ffacdd8dc2017f338d02d7af2ef13a33;p=web%2Fkonrad%2Ftwig.git merged branch arnaud-lb/ext-fix (PR #565) Commits ------- b26d69a removed bogus TSRMLS_CCs Discussion ---------- Fix strict mode in extension when building in ZTS mode This removes a few misplaced TSRMLS_CCs causing if() expressions to always evaluate to true. This caused twig_template_get_attributes to always behave as if strict mode were disabled. --- fc778405ffacdd8dc2017f338d02d7af2ef13a33