I have a performance intensive routine that is written in PHP that I\'d like to port to C++ for a performance increase. Is there any way to write a plugin or extension or so
PHP itself a collection of loosely related libraries. See http://devzone.zend.com/article/1021 for a tutorial how to write your own.