Hey all,
Does anyone experience segfaults in Phalcon 3.x?
I'm encountering them in two cases:
- When debugging certain code blocks in PHPEd;
- When doing AJAX requests and using
vsprintf()
inside a closure while updating variable by reference (kind of crazy scenario, I know).
Anyone else?
Cheers!