Page 1 of 1

oci8 extensions not working under PHP5

PostPosted: 31. May 2007 12:08
by Siggi_Starr
Hello

I'm just wondering if there are anything different in using oci8 under PHP4 and PHP5? It seems that scripts I run under PHP4 works great but when I change to PHP5 the scripts will not work?


Siggi

PostPosted: 31. May 2007 14:15
by Wiedmann
It seems that scripts I run under PHP4 works great but when I change to PHP5 the scripts will not work?

That's curious... if I read the manual about the OCI8 extension, this extension is a base PHP5 extension, but it's not included in PHP4 (in PHP4 it's a PECL extension).

(If I also the the description for some functions, there are differences between PHP5 and PHP4)