I try to run my consol app on windows server 2016, and an error massage appeared.
An error occured while loading the PHP runtime: in most cases, it is due to the lack of a required component on your computer. To run this application, you must first install the component. Exception: Could not load PHP DLL in memory.
My app use php 5.4, and created exeoutput 2.2.1. I installed c++ 2008 sp1 (x86), c++ 2010 (x86), c++ 2012 (x86) to the server.
My other app created exeoutput 1.7 and use php 5.2 running correctly.
Could someone help, what is needed to run this app.
An error occured while loading the PHP runtime: in most cases, it is due to the lack of a required component on your computer. To run this application, you must first install the component. Exception: Could not load PHP DLL in memory.
My app use php 5.4, and created exeoutput 2.2.1. I installed c++ 2008 sp1 (x86), c++ 2010 (x86), c++ 2012 (x86) to the server.
My other app created exeoutput 1.7 and use php 5.2 running correctly.
Could someone help, what is needed to run this app.