I am using xampp.
I am looking, and it looks like php 4.x, there was a php_w32api.dll extension that seems to have disappeared for php 5.x. However, it is still in the documentation at php.net, but marked as experimental.
Some have suggested using win32std in pecl instead, but it just wraps some win32 api function, but doesnโt allow me to call my own dll.:/ functions
There is ffi, but the link to the pecl site is dead, and it looks like the process stopped in 2004.
Any idea how to do this without writing my own php extension?
Regards Mark
source share