I'm trying to install zephir on freebsd 10.2, but there are many problems. 1.The installation script is using bash, but freebsd is using csh by default, so that the installation cannot be done, I've changed csh to bash and it works. 2.Zephir needs gcc to compile parser, freebsd 10 is using clang by default, I've installed gcc 4.8, but it's still have problems with make. I doubt that the makefile of Zephir is incompatible on freebsd. 3.I haven't finished the installation yet, so that I've no chance to test building extension for php7 on freebsd 10.2.
Anyone can help me, Zephir is a great project, I really want to try it on freebsd, our projects are working on freebsd.