View Single Post

  #3 (permalink)  
Old 06-20-2008
eholz1
 
Posts: n/a
Default Re: oci8 not showing in phpinfo()

On Jun 19, 2:34 pm, Iván Sánchez Ortega <ivansanchez-...@rroba-
escomposlinux.-.punto.-.org> wrote:
> eholz1 wrote:
> > I have uncommented out the php_oci8.dll and the older php_oracle.dll
> > in the php.ini file
> > the ini file resides in c:\php\php.ini

>
> Let's make sure, just for the sake of it...
>
> Put a call in any one of your pages to phpinfo(); check that the.ini file
> loaded matches the oen you modified, and that there is some information
> about the oci8 module being loaded.
>
> --
> ----------------------------------
> Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-
>
> Más vale ser cobarde un minuto, que muerto todo el resto de la vida.


Ha, I did think of that. I went to my php.ini file, and added a
comment char (;) to the mysqli extension line to see if it WOULD NOT
SHOW in my phpinfo page if I had a comment in front of the line. It
worked, put semi-colon in front of line, and no mysqli info on my
phpinfo page. if I remove the comment from that line, the mysqli
extension info appears.

So, for some unknown reason, the oci8 extension, commented or not does
not show. I do have a PATH statement that has the path to the oracle
dlls (for Oracle instantclient), and the php_oci8.dll file does exist
in my c:\php\ext directory. I guess I am out of luck.

Muchas Gracias

eholz1
Reply With Quote