php-compile

Similar syntax causes strange, repeated compile errors when building PHP from source on Windows

I am trying to build PHP from source per these instructions. The configure works really well, but when I get to the nmake part, things fall apart. I have no idea why I am getting errors about struct's, the lines referenced are functions! I have put the problematic zend_interfaces.c here. Zend\zend_interfaces.c(320) : error C2332: 'str...

Difficulties trying to build & run HipHop PHP Compiler on Ubuntu 9.10... any ideas?

It seems to not get past this step: [ 16%] Building CXX object src/CMakeFiles/hphp_runtime_static.dir/lib/system/gen/sys/dynamic_table_func.no.cpp.o UPDATE The above was just slow. I left my desk and came back after several hours, and the build had completed successfully. ...

What does the C++ output of the HipHop PHP compiler look like?

Is it clean enough that you can discard the PHP and hand-optimize the C++ code? ...