hello, I am trying to compile PHP extension (thrift_protocol.so) but there is no config files (.m4) for make/phpize. I've downloaded thrift 0.6 and it contains fifty times more files.
in 0.9.x i see only three files: php_thrift_protocol.h php_thrift_protocol.cpp config.w32 my build instructions: *cd thrift-0.9.1* *./configure --prefix=$LOCAL_INSTALL_DIR --with-boost=$LOCAL_INSTALL_DIR --without-java --without-python --without-ruby --without-perl --enable-thrift_protocol* *make -j $NUM_MAKE_WORKERS* am I miss something? Will be glad to get any pointers. Thank you, Denis
