I\'m writing a PHP5 extension, and while I could write it in C, it would be easier to use C++ and take advantage of the STL and Boost.
Trouble is, the tutorials I\'v
There's also this quickie intro to wrapping a class (and exporting functions in Class::Method style) here: http://devzone.zend.com/article/4486
For me the most useful part is the lines to add for C++ compiler/linking rules to config.m4 for phpize.