-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG] PHP 5.5 crashes when trying to extend the Volt compiller with function or filter #2269
Comments
Hi, Like in #2198 when I stopped the xdebug extension, the closure filters/functions started to work as expected. So where/how we should address this issue? |
I also ran into this issue.. Forum thread: http://forum.phalconphp.com/discussion/2204/xdebug-empty-reply-from-server |
Added a pull request on xdebug to fix the problem: xdebug/xdebug#120 |
Awesome, much appreciated! |
Update: the author of Xdebug believes he's got a fix, which, according to the related Mantis issues, will ship with v2.2.6 |
Hi Phalcon Team,
When I'm trying to register a Function or Filter to the Volt compiler under PHP 5.5 - it crashes with a blank screen (this appeared since version 1.2.6 I think and is still present in 1.3.0 and 1.3.1).
Here are some examples that are working under PHP 5.4 but not under PHP 5.5, for the last tests I used the Vocuro app, where the Volt compiler functions/filter are added in the services.php and it became to looks:
Now in the main layout - app/views/index.volt after the {{ content() }} I put:
This is under Windows, so I can't build it in debug mode.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: