WAMP(Windows)で動作するようにPHP 5.3.8をインストールしようとしています。
PHP Webサイトからダウンロードし、binフォルダーにコピーして、この行をwampmanager.iniに追加しました。
Type: item; Caption: "5.3.8"; Action: multi; Actions:switchPhp5.3.8;
そして:
[switchPhp5.3.8]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "c:/wamp/bin/php/php5.3.0/php-win.exe";Parameters: "switchPhpVersion.php 5.3.8";WorkingDir: "c:/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "c:/wamp/bin/php/php5.3.0/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "c:/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;
しかし、それは機能しません...
編集してWAMPを起動すると、これらの変更はiniファイルから削除されます。
WAMPアドオンサイトからダウンロードしてみましたか?編集:ちょうど5.3.1がある最新バージョンを認識して、申し訳ありません。
—
tombull89
これはこの質問の正しい場所ではありません。誰もがこの質問に賛成票を投じるべきです。さらに4人の担当者が必要です。:P:P
—
LONEWOLF