Page 1 of 1

Extension wrapper for C in PHP

Posted: Sun May 17, 2009 12:40 pm
by Orwell84
Hi,

I need some help in creating an extension wrapper that can be able to use C functions in PHP. Is there any documentation about this? The thing is that I don't want to change my original .c and .h files and I want to keep it separately from the files of the extension. Some suggestions? Thanks for your help.