Connecting to Oracle either natively or through ODBC, I regularly get the error
The instruction at "0x..." referenced memory at "0x...". The memory could not be "read".
The memory addresses change.
My best guess is this is a problem with the oracle client, but I don't get the error with anything besides php.
My next guess is that the php_oci8.dll file was compiled while linked to a different client version than what I have.
Can anyone confirm either of my guesses or does anyone have an answer to a better guess to my problem?
Thanks!