Hi, folks. Hope someone can help me out on this.
I am running php5 as a module in Apache 2.2 in Windows XP. It all installed reasonably easily using the precompiled binaries and works well.
Now I need to use the Direct IO (DIO) functions to get byte-level control of the serial port at the server. DIO is not available in the standard precompiled version.
The manual says:
"To get these functions to work, you have to configure PHP with --enable-dio."
From the syntax, this looks like a compile-time switch. (Please tell me that's wrong.) But when I try to compile, I am told --enable-dio is an unknown option.
The manual also says:
"No external libraries are needed to build this extension."
So how do you make the option known to the build script?
Assuming I can find an answer to that, a more general question is, how do you begin to decide which options to enable or disable, and how do you save the selections when you've made them?
Thanks for any help.
Cheers - F