Re: Hooking server DLL into PHP



The is a PHP extension cakked win32 that lets you call functions in DLL
directly from PHP code. If's not terribly reliable however. PHP also
can also chandle COM objects. Creating an automation interface is not
trivial though; and COM trhouhg PHP like rather flakey. You will like
spend less time writing the wrapper via the standard extension
mechanism.

.



Relevant Pages