Posted by Lee Stewart on 10/16/73 11:20
I've got an extension that I coded as a DLL in Windows and can use the dl()
function to load it with no problem. This makes my test functions available
and everything works fine.
I'd like to keep the DLL resident in memory and tried adding it to PHP.INI
(and don't call dl() ), but the functions in my DLL aren't available to my
PHP script.
Is there something special I need to do? I don't want to recompile PHP with
my code - I can't think of a worse way to spend the holiday weekend...
Thanks,
Lee
LeeStewart @ gmail.com
Navigation:
[Reply to this message]
|