I have latest Xampp installed and i want to upgrade PHP version to PHP 7.
so i downloaded PHP 7 from..
http://windows.php.net/download#php-7.0
VC14 x86 Thread Safe Zip file
After downloading i extracted zip to custom file and replace full php file and folder to
xampp/php with new php file
for php 7 i changed
xamp\apache\conf\extra\httpd-xampp.conf
so my new httpd-xampp.conf is
LoadFile "E:/xamp/php/php7ts.dll"
LoadFile "E:/xamp/php/libpq.dll"
LoadModule php7_module "E:/xamp/php/php7apache2_4.dll"
Now When i start Xampp Server its give me Error..
Error:
Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies, improper privileges, a crash, or a shutdown by another method. Press the Logs button to view error logs and check the Windows Event Viewer for more clues If you need more help, copy and post this entire log window on the forums
LoadFile "E:/xamp/php/php7ts.dll" & LoadFile "E:/xamp/php/libpq.dll"
– RiggsFolly