0

Just to let you know there seems to be an issue with the latest version, when selecting the php 7 option, it loads the httpd.conf rather the httd-uwamp.conf file, so cant find the php7xxxx.dll and will stop from apache from working / loading.

thanks

Andrea
  • 19,134
  • 4
  • 43
  • 65
devouk
  • 26
  • 1

2 Answers2

0

removing the double-quotes form the httpd_uwamp.conf file worked for me on both UnWamp and PHP distributions. (No spaces are in any of my path names)

i.e. change LoadModule "{PHPMODULENAME} {PHPPATH}/{PHPAPACHE2FILE}"

to LoadModule {PHPMODULENAME} {PHPPATH}/{PHPAPACHE2FILE}

Michael
  • 41
  • 2
0

You should install redistributable Visual C++ 2015 x86 version on your system. Previous versions don't work well with php7. You can download it here.

Pipo
  • 978
  • 6
  • 19
  • Links to potential solutions are always welcome, but please add some details for future visitors in case the link is no longer available. – Nikolay Mihaylov Aug 04 '16 at 08:54