Ahmed Rafie
Ahmed Rafie

Reputation: 101

Unable to load OCI8 Library with PHP 8 on windows 10 machine

I am trying to load the oci8_12c library in php 8 on windows 10 machine .

The module is loaded but it shows the following error :

enter image description here

I did download the oracle instant client ( 12.1.0 ) and added it to the PATH .

Please help .

Upvotes: 0

Views: 5429

Answers (1)

Ahmed Rafie
Ahmed Rafie

Reputation: 101

Thank you for replies .

The problem was with the oci8 library .

for anyone coming here you should be aware of your php version while picking the dll library from the link below .

PECL Page for oci8

Upvotes: 1

Related Questions