I need somehow to get a C-Style inportb/outportb working in PHP (4.1.2...), under Windows 98 and PWS. Until now, I found 4 ways - To use the DIO library, to use the win32api library, to use the com library, and to execute external C program for that task.
DIO - It uses fread/fwrite, which I'm not familiar with.
win32api/com - Have no clue how to use it for that task.
external programs - using both the backtick, system() and exec() results in stucking the whole php interpreter process, and then I'm unable to access any more php documents before restarting the computer.
Answers will be hightly acceptable, I am very sort in time. I most make it work in few hours. Please send me code samples, if possible. I'm still not expert in PHP. Thanks in advance.
0000B4B5E831