php: loading oracle driver gives error “Unable to load dynamic library - The specified procedure could not be found.”

前端 未结 2 833
渐次进展
渐次进展 2021-01-13 13:29

I seem to have a strange problem with PHP.

I\'ve migrated a bunch of software from one server to another. On the server some scripts make a connection to Oracle, so

2条回答
  •  清酒与你
    2021-01-13 14:05

    XAMPP comes with PHP compilled with ThreadSafe, so you have to download the file from this directory:

    http://windows.php.net/downloads/pecl/releases/oci8/2.0.8/ …

    Before you paste the 3 DLLs to C:\xampp\php\ext*, append ".old*" to each file. Be sure you have enabled the good DLL according to your version of your Oracle database in the file php.ini. Finally, Restart Apache.

提交回复
热议问题