|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2020-07-03 12:07 UTC] thomas dot wiedmann at laek-bw dot de
Description: ------------ Apache is unable to load dynamic library 'php_oci8_12c.dll' ======== Apache 2.4.33 error.log: (httpd-2.4.33-win64-VC15.zip) -------------------------------------------------------- PHP Warning: PHP Startup: Unable to load dynamic library 'php_oci8_12c.dll' (tried: c:/Program Files/AERUS/php-7.4.7-Win32-vc15-x64/ext\\php_oci8_12c.dll (Die angegebene Prozedur wurde nicht gefunden.), c:/Program Files/AERUS/php-7.4.7-Win32-vc15-x64/ext\\php_php_oci8_12c.dll.dll (Das angegebene Modul wurde nicht gefunden.)) in Unknown on line 0 OS: Windows NT 10.0 build 14393 (Windows Server 2016) AMD64 64-Bit Any hint to debug this? Test script: --------------- <?php phpinfo(); ?> Expected result: ---------------- <?php phpinfo(); ?> load php_oci8_12c.dll Actual result: -------------- Unable to load dynamic library 'php_oci8_12c.dll' PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 12:00:01 2025 UTC |
Use deplister.exe (contained in all PHP downloads from windows.php.net) to check for the dependencies of php_oci8_12.dll: deplister php_oci8_12.dll I assume that OCI.dll is not in your PATH.