WAMP 添加php新版本

來源:互聯網
上載者:User
這篇文章主要介紹了WAMP 添加php新版本 ,有著一定的參考價值,現在分享給大家,有需要的朋友可以參考一下

1.1. 停止WAMP伺服器.

2.下載要安裝的PHP版本。下載Window版本的ZIP包啦:http://windows.php.net。解壓到 Wamp的安裝目錄\bin\php\php7.1.0。 --- 注意自己是vc11還是vc14 vc 9

3.從已存在的php版本檔案中(如php7.0.4 (eg. wamp/bin/php/php7.0.4)複製以下檔案: - php.ini、phpForApache.ini和wampserver.conf到php7.1.0檔案夾.

4.開啟php7.1.0檔案夾的以下檔案: - php.ini和phpForApache.ini並且把其中所有的 7.0.4替換為7.1.0。

5.修改Wamp設定檔:進入 Wamp的安裝目錄,用IDE或記事本(最好使用行號定位的記事本,如EditPlus等)開啟 wampmanager.ini,定位到 335 行,通常在這一行就是[phpVersion],如果不是,則在附近找找。複製下面一行:

Type: item; Caption: "5.6.19"; Action: multi; Actions:switchPhp7.0.4
插入到這一行前面,並修改為

Type: item; Caption: "5.6.19"; Action: multi; Actions:switchPhp7.1.0

[switchPhp5.3.0]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.6.19/php-win.exe";Parameters: "switchPhpVersion.php 5.3.0";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.6.19/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;

插入這一段之前,並修改為

[switchPhp7.1.0]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated

Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.3.0/php-win.exe";Parameters: "switchPhpVersion.php7.1.0";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated
Action: run; FileName: "Wamp的安裝目錄/bin/php/php5.3.0/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "Wamp的安裝目錄/scripts"; Flags: waituntilterminated

Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;
6. 去wamp/bin/apache/apache/apache2.2.11/bin刪除php.ini檔案。
7..重啟wamp.
8.選擇php7.1.0版本,選擇後後會重啟wamp。
9.可以開啟phpinfo察看此時是否有php7.1.0的資訊,然後開啟Phpmyadmin,看是否可以訪問。
10.完成。
(注意:php7.1.0不支援mysql-connect()串連mysql資料庫)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.