我正在尝试将xampp
与oracle 10gexpress edition
联系起来。我更改了php.ini
fite extension=php_oci8.dll
。但无法连接。错误是
Fatal error: undefined function oci_connect() in ...
我已经运行phpinfo()
,我的configure命令有:
cscript /nologo configure.js "--enable-snapshot-build" "--disable-isapi" "--enable-debug-pack" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo"
我认为这是问题所在。我找不到。想要一个解决方案。