-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<? tag causes infinite loop #74
Comments
Do you have some example code showing this problem? Could you try the dev-master version? There have been a couple of bugfixes and parser changes which could be related. |
Master branch still causes the problem. Shortest way to replicate: fetch('eval:');It appears that it requires the ?> tag in order to make it fail . On 25-07-15 19:24, uwetews wrote:
|
The fix is now in dev-master |
…ts-to-kanzashiapi-are-not-executed Redmine #5396: かんざし連携APIへのリクエストが実行されない
Using <? In a tpl file crashes causes an infinite loop. It happens with a clean install of smarty 3.1.27.
This tag is used in XML files which are rendered using a Smarty template.
Even though I have public $php_handling set to self::PHP_PASSTHRU;. A working solution for now is to wrap the tag in {literal}{/literal} or let Smarty print the tag for me {"<?"}
The text was updated successfully, but these errors were encountered: