I'm using Apache/2.4.27 (Win64) OpenSSL/1.0.2l PHP/7.1.8 on Windows Server 2012 R2 Standard Edition. I am keep getting following error after installing above combination.
[Fri Aug 18 06:38:38.792287 2017] [mpm_winnt:notice] [pid 1344:tid 408] AH00428: Parent: child process 3052 exited with status 3221226356 -- Restarting.......
[Fri Aug 18 06:55:11.944074 2017] [mpm_winnt:notice] [pid 1344:tid 408] AH00428: Parent: child process 984 exited with status 3221226356 -- Restarting......
These logs were not getting generated when i was using php5 but now its annoying while using php7 with apache 2.4.27.
I tried following solutions which i found from other questions/answers here but didn't helped: 1. ThreadStackSize 8888888 2. I copied the following two files from my PHP directory to the C:/windows/System32 directory and still getting errors: php5apache.dll, libmysql.dll.
Please help!