Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.66 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.66 KB

How to have Oracle database connections in PHP over Ubuntu

Before anything

Taking risks

Long time I didn't write PHP aplications that connect to Oracle databases, implying that I'm not aware of any issues related to this procedure. You are invited to contribute with your reports and workarounds and I'll do a review ASAP).

Alongside these things, you should consider the fact you are dealing with an experimental extension. It's strongly inadvisable to use it at production environment and I expect you to not be using it in a outdated and unsupported PHP version to provide products to your clients/customers/friends. I recommend you to see taq/pdooci.

Ubuntu and Docker

All commands that should be performed in terminal are tested in Docker containers and they are described inside the builder/Dockerfile file. Docker serves here to the purpouse of testing procedures of compiling and install in an isolated environment. You can build the extension files using the containers and get them in build/ directory.

How-tos

There are instructions for build and install the extensions using the server