Please note: It is not recommended to use "Non Thread Safe" here, because you are showing how to configure PHP as an Apache module using the LoadModule directive. In Windows, apache uses mpm_winnt as the MPM module which uses multiple threads for concurrency. Therefore using thread safe PHP build is better in my opinion.
Rineez Ahmed
Software development, Technical consultation, Mentoring Software Engineers
Please note: It is not recommended to use "Non Thread Safe" here, because you are showing how to configure PHP as an Apache module using the LoadModule directive. In Windows, apache uses mpm_winnt as the MPM module which uses multiple threads for concurrency. Therefore using thread safe PHP build is better in my opinion.