Using PHP 7 with WAMP

前端 未结 4 1202
无人及你
无人及你 2021-01-02 08:29

My OS is Windows 10 Pro x64 and I have installed VC14 packages x86 and x64.

I have added a php7.0.0 directory to wamp/bin/php, copied files

4条回答
  •  -上瘾入骨i
    2021-01-02 08:48

    I just fix the same error earlier. All links are from the french wampserver forum, maybe the same links can be find in english.

    First, follow all steps that are discribed here (otomatic's response, it works fine for me with the php7.0.0 release) : http://forum.wampserver.com/read.php?1,133587,133587#msg-133618

    care about to update your wampserver version following these steps : (if you don't run a 3.0 wampserver ) http://forum.wampserver.com/read.php?1,126455

    Don't forget to install all packages at step 20 (both x86 and x64) in the wampserver forum's CONSEILS DE DEPANNAGE section: forum.wampserver.com/read.php?1,88043

    After that, some symbolic's links can be missing with a php7 dll. So, you have to add some lines in wamp/scripts/config.inc.php (view otomatic's #msg-135093 in the first link) : forum.wampserver.com/read.php?1,133587,133587#msg-133618

    I hope that could help you.

提交回复
热议问题