I am installing some new SSL Certificates on our development server, and have followed the process to a T, but upon restarting Apache, I am getting the following error in the event viewer:
Faulting application name: httpd.exe, version: 2.4.46.0, time stamp: 0x5f76f6fc
Faulting module name: php_oci8_12c.dll, version: 7.4.12.0, time stamp: 0x5f985e45
Exception code: 0xc0000005
Fault offset: 0x000000000000132c
Faulting process id: 0x2d2c
Faulting application start time: xxxxxxxxxxxxxxxxxxxxxxxx
Faulting application path: C:\Apache24\bin\httpd.exe
Faulting module path: C:\php7\ext\php_oci8_12c.dll
Report Id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Faulting package full name:
Faulting package-relative application ID:
The development server is a Windows 2019 using Apache 2.4 with PHP 7.4+.
According to the error message, it says the "Faulting module name" is php_oci8_12c.dll, which is located in the ext folder within the PHP directory.
I tried to comment out the DLL in the php.ini file, and tried to restart Apache, but it does not restart. When I refresh the event viewer, it does not refresh with the new information and I still see the original error.