Hello everybody,

i wanna extend my PHP with my own extension (dll module) under win32, how can I do it? Must have Microsoft visual C++??

Now Im using Mingw32, nut it daesnt work properly.... (for ex. can't find crtdbg.h in php source tarball)

Can anybody help me?? Or is there any help for extending PHP with MingW32???

THX much

    Not that I've tried, but I don't think it matters what language you write the .dll in, so long as the API it exposes matches what PHP is expecting.

      right, i know, what php interpreter expect in such dll, but what i need are definitions (from php.h, ...), makros etc. Could not build a dll in Delphi unless i make all these definitions on my own...

      Is there no other way to do it, but in VC++6.0?

      I've downloaded Blood shed, which is based on Mingw32,but still i dont know how to build a dll according to php, still do not have 4 example crtdbg.h ...

        Write a Reply...