Selected PHP modules not found
Posted by: Gabor (---.pool.digikabel.hu)
Date: December 22, 2019 08:25PM

I downloaded and installed WAMP 3.2.0 on Windows10.
I selected the oci8_12c and pdo_oci modules for PHP 7.3.12 and restart WAMP.
The phpinfo() said the modules are not loaded.
In the PHP error log I found:
"
[22-Dec-2019 18:54:16 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_oci' (tried: D:/PrgWrt/wamp64/bin/php/php7.3.12/ext/pdo_oci (A megadott modul nem található.), D:/PrgWrt/wamp64/bin/php/php7.3.12/ext/php_pdo_oci.dll (A megadott modul nem található.)) in Unknown on line 0
[22-Dec-2019 18:54:16 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'oci8_12c' (tried: D:/PrgWrt/wamp64/bin/php/php7.3.12/ext/oci8_12c (A megadott modul nem található.), D:/PrgWrt/wamp64/bin/php/php7.3.12/ext/php_oci8_12c.dll (A megadott modul nem található.)) in Unknown on line 0
"
("A megadott modul nem található." means "The selected module not found" in hungarian.)

But both the modules (php_pdo_oci.dll and php_oci8_12c.dll) there are in the "ext" directory.

What is wrong? What can i do to solve this?
(Sorry for my english.)

Re: Selected PHP modules not found
Posted by: RiggsFolly (Moderator)
Date: December 22, 2019 09:06PM

Hi,
It's not quite that simple.
For that to work.you have to install the oracle client software.

Google it

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Re: Selected PHP modules not found
Posted by: Gabor (---.pool.digikabel.hu)
Date: December 22, 2019 09:17PM

Thanks, I do it!

Re: Selected PHP modules not found
Posted by: Gabor (---.pool.digikabel.hu)
Date: December 23, 2019 09:05PM

I did it and it's works, thanks a lot!

Sorry, only registered users may post in this forum.