Re: Hooking server DLL into PHP
- From: "Chung Leong <chernyshevsky@xxxxxxxxxxx>" <chernyshevsky@xxxxxxxxxxx>
- Date: 12 May 2005 23:29:27 -0700
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.
.
- Follow-Ups:
- Re: Hooking server DLL into PHP
- From: hector
- Re: Hooking server DLL into PHP
- From: hector
- Re: Hooking server DLL into PHP
- References:
- Hooking server DLL into PHP
- From: hector
- Re: Hooking server DLL into PHP
- From: Chung Leong <chernyshevsky@xxxxxxxxxxx>
- Re: Hooking server DLL into PHP
- From: hector
- Hooking server DLL into PHP
- Prev by Date: Re: can an included file find out where it's been included from?
- Next by Date: Re: session loss
- Previous by thread: Re: Hooking server DLL into PHP
- Next by thread: Re: Hooking server DLL into PHP
- Index(es):
Relevant Pages
|