Configure oracle database in PHP development environment
Configure oracle database in PHP development environment
Three things needed for connecting with oracle database with PHP.
OCI8
PHP
Instant Client
Those three option should be the same version, same configuration with with each one. Suppose, if our machine has 64bit , then PHP, OCI and instant client should be the same 64Bit system.
Step 1: Download PHP 7.2
https://windows.php.net/downloads/releases/php-7.2.6-Win32-VC15-x64.zip
Here, things to…
View On WordPress









