Resurrecting the "Using C++ With PHP" guide
Saturday, 18. October 2008, 00:39:04
So, today while cleaning up my home dir I found something: php5cpp.sgml!
The guide can also be browsed directly here.
Even though it is a very basic and old guide it is a nice way to get started with PHP extensions in C++.
Update: bah, it ain't an important finding, archive.org has it all: http://web.archive.org/web/*/http://bugs.tutorbuddy.com/








Anonymous # 30. November 2008, 06:18
Thanks for posting this. I kept finding reference but never the meat. I used it and it works. Once I found out I had to use g++ and not gcc to compile because of _ZNSs4_Rep20_S_empty_rep_storageE undefine.
I am contemplating writing a generator that takes a C++ class definition and spits out the plumbing becuase, although effective, the macro's are down right ugly (IMHO).