facebook libphenom + fastcgi_client + php-fpm
Modify Makfile for your env, and then just make
Or You can use CMake:
mkdir build
cd build
cmake .. -DLIBPHENOM_PATH=/path/to/libphenom -DCMAKE_INSTALL_PREFIX=/path/to/install
make
- Supports only a single request per connection (no request multiplexing).
- Only FCGI_RESPONDER role is supported.