rabark Posted April 4, 2007 Share Posted April 4, 2007 According to the online documentation, it looks like most if not all of the OCI8 functions are only supported on PHP 5. The server I'm working on uses PHP 4, but it has the OCI8 extension installed. However, the OCI8 functions throw "undefined function" when called. So is this because the server isn't using PHP 5, or because OCI8 was probably installed improperly? -Robert Link to comment https://forums.phpfreaks.com/topic/45603-anyone-using-oci8-with-php-4/ Share on other sites More sharing options...
utexas_pjm Posted April 4, 2007 Share Posted April 4, 2007 If the extension was installed then the next thing to check is that the extension is enabled in the php.ini file. Best, Patrick Link to comment https://forums.phpfreaks.com/topic/45603-anyone-using-oci8-with-php-4/#findComment-221477 Share on other sites More sharing options...
rabark Posted April 4, 2007 Author Share Posted April 4, 2007 Nope, doesn't show up in the file. -Robert Link to comment https://forums.phpfreaks.com/topic/45603-anyone-using-oci8-with-php-4/#findComment-221483 Share on other sites More sharing options...
utexas_pjm Posted April 4, 2007 Share Posted April 4, 2007 Ok, then that's your problem you just need to add it. ; Windows extension=php_oci8.dll ;*nix extension=php_oci8.so Link to comment https://forums.phpfreaks.com/topic/45603-anyone-using-oci8-with-php-4/#findComment-221518 Share on other sites More sharing options...
rabark Posted April 4, 2007 Author Share Posted April 4, 2007 It's already in there as: extension=oci8.sl Is that wrong? -Robert Link to comment https://forums.phpfreaks.com/topic/45603-anyone-using-oci8-with-php-4/#findComment-221557 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.