I have a C dll containing functions and enumerations I want to make accessible from php. How can I do it?
Asked
Active
Viewed 103 times
0
-
1this may interest you: http://stackoverflow.com/questions/2970682 – Artefacto Jul 30 '10 at 22:19
1 Answers
2
You need to write an extension. You do need some C experience but this tutorial is pretty easy to follow.
edit I googled around out of curiosity, apparently you can sort-of dynamically load a dll from php using w32api. I'd still go for the extension ;-)

mvds
- 45,755
- 8
- 102
- 111