发新话题
打印

为什么连接ORACLE出先这样的错误?

为什么连接ORACLE出先这样的错误?

<?  
include("oracle.inc");  
$db=new  DB_Sql();  
$db->Database="db";  
$db->Link_ID  ="nbnet";  
$db->User="system";  
$db->Password="manager";  
$db->connect();  
echo"ok";  
?>   

Fatal  error:  Call  to  undefined  function:  ociplogon()  in  c:\apache  group\apache\htdocs\oracle.inc  on  line  40  
PHP。INI中  释放extension=php_oci8.dll  就会出现无找到动态连接库OCI。DLL用与指定的路径:  
我的extension_dir  =  c:\php4\extensions  为什么会这样?

TOP

发新话题