

I believe these are compatible bit and binary versions. The versions I downloaded are: httpd-2.4.29-Win64-VC15
Download Php5apache2_4.Dll Win64 install#
But then when I add this bit to install PHP, the following error comes up: httpd: Syntax error on line 535 of C:/Apache24/conf/nf: Cannot load C:/php/php7apache2_4.dll into server: %1 is not a valid Win32 application. Without this, Apache runs completely fine. LoadModule php7_module "C:/php/php7apache2_4.dll"

Here's the lines I added to the bottom of the nf file: AddHandler application/x-httpd-php. For NTS binaries the widespread use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading (but also for example CLI). But I've triple checked and quadruple checked that they are the correct versions. Use case for TS binaries involves interaction with a multithreaded SAPI and PHP loaded as a module into a web server. So almost all the time, this problem is down to a mismatch of Windows x32/圆4 versions of Apache and PHP or the respective Binary versions.
