Fed
Fed
There was an error in the parse of the {include} tag. I just fixed and merged into master. Thanks for reporting this issue.
The best way is to load Rain with Composer. Anyway I'll try to make it generic!
this is the best idea to realize the sandbox, with tokenizer we may be able to create also a white list that disable all functions except the one listed in...
Good question, I think is fine either embedded or as a plugin, as long as the code is well structured and organized in separated files and as long as it...
as far as I know the php-sandbox is a real time sandbox, so that solution could be really slow and not ideal to be used in RainTPL. I think the...
Sure, but why do you think is better? From my iPhone On Sep 4, 2013, at 8:47 AM, Damian Kęska [email protected] wrote: > But it can be used once. I...
sure that's worth a try On Wed, Sep 4, 2013 at 9:50 AM, Damian Kęska [email protected]: > php-sandbox project has already all features and is starred about 800+ > times,...
Cool, keep me updated with your experiments. p.s. Nikita Popov is a great PHP core developer, his blog posts are great. On Thu, Sep 5, 2013 at 10:06 AM, Damian...
Sure, whatever makes sense. I'd personally check on packager if exists already a package that does that for you. On Thu, Apr 23, 2015 at 10:16 AM, Damian [email protected] wrote:...
This ``` {$array|count + 1} ``` and if you want to save that number ``` {$variable=(count($array)+1)} ```