x64architecture / wnmp

An easy Nginx, MariaDB and PHP environment for Windows.
https://wnmp.x64architecture.com
GNU General Public License v3.0
509 stars 110 forks source link

Connection to an Oracle database #125

Closed mendozada closed 3 years ago

mendozada commented 3 years ago

Hello, first of all congratulate you for this excellent work.

I would like to check if there is a possibility to make a connection to an Oracle database with php oci8. Could you tell me how to do the configuration?

Thank you.

x64architecture commented 3 years ago

Assuming the oracle database plugin is in the standard PHP distribution (I think it is) you would need to enable it in the php.ini and configure it. I have no knowledge of how to configure the Oracle plugin.