Start compiling PHP extensions

RayReturns

New Member
I have code that is straight forward, but intensive. I would like to compile it into a PHP extension. What is the simplest / best practice for going about that? I have a Java background, so writing the C / C++ code shouldn't be an issue. I would, however, like to avoid any pitfalls along the way.A simple tutorial or walk through is something I haven't been able to find. Plenty of examples, but nothing aimed at someone new to doing this.It looks like a more arduous road then I though, especially with all the lovely C quirks.
 
Back
Top