I need to connect the php_oci8.dll library for php communication with Oracle 9. I downloaded the library from the official site, uncommented the line extension = php_oci8.dll in php.ini, prescribed all the necessary paths in the Path variable, but it still says about restarting Apache inability to download this library.

What can be done to fix this?

PSBD is available from the web server, the machine is php version 7 and Apache24

  • With the help of the program Dependency Walker, I found out that for this library there is no connection with ora.dll, but rather no input to one of the functions. Replacing ora.dll did not give any results ( - nita
  • I did not understand what was the matter, but decided to install Apache22 and php 5.4.0. As the Oracle client, version 11 was used. - nita

0