I'm deploying a PHP application that connects to an Oracle 9i server using the OCI8 functions. I've installed the latest official binaries for Windows (PHP/5.3.2) in order to run it as Apache 2.2 module (i.e., the VB6+ts MSI installer). However, the OCI8 extension is no longer in the extension list: the only options to choose from are Oracle (10) and Oracle (11g).
The PHP manual says nothing about OCI8 being deprecated. Furthermore, there're no references to any Oracle 10 or 11 extensions :-?
Has OCI8 been renamed? What are those other extensions?