Extension wrapper for C in PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Orwell84
Forum Newbie
Posts: 2
Joined: Fri May 15, 2009 11:19 am

Extension wrapper for C in PHP

Post 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.
Post Reply