I'm trying to get started with Xdebug (2.2.4/2.2.5) but my Phalcon app seems to refuse working properly with it.
I get an empty reply from the server (using Curl: curl: (52) Empty reply from server
)
( -- edit: Apache logs notice child pid xxxx exit signal Segmentation fault (11)
in error log )
It do get content / a response when I request a file directly (not handled by Phalcon), or when I request an URL that doesn't exist (non-existing controller - I do get a Phalcon exception then, which I also can catch with dispatch:beforeException, and then e.g. forward the dispatcher to an error controller / 404 page.)
For what it's worth; I'm running CentOS 6.5 as a VirtualBox guest. Apache 2.2/mod_php5. Tested with Phalcon 1.2.6(-safe) and 1.3.1
Does anyone have a clue? Thanks!