Hello!
I've been trying to install phalcon along php 5.6 and it appears to install to compile properly but whenever I setup my nginx + php-fpm host it shows a 502 bad gateway only in the phalcon bootstraping index file. I tried to go deeper to se if it was an error of my php-fpm setup but I think its because this compilation error:
/home/ec2-user/cphalcon/build/64bits/phalcon.zep.c: In function 'pp_syntax_error':
/home/ec2-user/cphalcon/build/64bits/phalcon.zep.c:98723:0: warning: "TOKEN" redefined [enabled by default]
#define TOKEN (ppminor.pp0)
^
/home/ec2-user/cphalcon/build/64bits/phalcon.zep.c:29228:0: note: this is the location of the previous definition
#define TOKEN (aaminor.aa0)
^
/home/ec2-user/cphalcon/build/64bits/phalcon.zep.c: In function 'vv_syntax_error':
/home/ec2-user/cphalcon/build/64bits/phalcon.zep.c:116831:0: warning: "TOKEN" redefined [enabled by default]
#define TOKEN (vvminor.vv0)
^
/home/ec2-user/cphalcon/build/64bits/phalcon.zep.c:98723:0: note: this is the location of the previous definition
#define TOKEN (ppminor.pp0)
I've done this before successfully (the installation proccess) and never got something like that.