您的最佳的信息源和新聞 winvista, winvista 并且 BIOS 在互聯網

2007年6月6日

您當前瀏覽文章從 微軟視窗景色兼容軟件2007年6月6日.

安裝PHP在亞帕基印第安人和景色之下

我最初嘗試了msi安置者為PHP 5。 不幸地,它安裝仅PHP在CGI之下,雖然它有一些表現和安全性問題,也許是好的為快和骯髒的開發環境。

但安置者是非常殘破的。 您將得到錯誤某事像

PHP致命錯誤:  require_once () [function.require] : 不合格的開頭
需要的『SAM/php_sam.php』 (include_path=』。; C :php5pear』)在
sam_factory在線1

在與此戰鬥以後兩三個小時,我導致無論如何手工安裝。 我使用這個做法得到跑在景色之下的PHP 5 :

  1. 安裝Apache Web Server。
  2. 得到PHP 5的最新版從 http://www.php.net/downloads.php#v5. (它是5.2.3此時)。 得到壓縮文件和包括引伸)的PECL壓縮文件(。
  3. 卸載PHP 5 (開始的所有早先設施 > 控制板 > 節目和特點)。 您可以必須重新起動您的機器。
  4. 斷開從互聯網。 關閉您的防火牆。 讓您的病毒驗查員厭惡。
  5. 關閉用戶帳號控制(UAC).
  6. 得到管理員提示通過去所有節目 > 輔助部件。 用鼠標右鍵單擊†œCommand Prompt†并且選擇†œRun當Administrator†
  7. 使用指令提示手工去除包含早先PHP設施的目錄(像C:\Program Files\PHP †¦)
  8. 去目錄,您下載了

點擊持續讀「安裝PHP在亞帕基印第安人和景色之下」

由senese寫 2007年6月6日沒有評論.
讀更多文章 php 并且 怎麼 并且 亞帕基印第安人 并且 設施 并且 遠景.

停止用戶帳號控制在景色之下

當您安裝軟件時,景色經常請求行動的確認。 這被設計防止蠕蟲和特洛伊人做他們的事,但運作在XP之下的一些設施無法在景色之下由於這行為。 您能通過停止「用戶帳號控制」固定它(和停止恆定嘮叨)如下:

  1. 去開始 > 控制板 > 用戶帳號。
  2. 點擊†œTurn用戶帳號控制或off†。
  3. Uncheck †œUse保護您的computer⠝的用戶帳號控制(UAC€)。
  4. 點擊†œOK†。
  5. 重新起動。

由senese寫 2007年6月6日沒有評論.
讀更多文章 怎麼 并且 installation and vista.

Install Apache on Windows Vista

Installing Apache under Windows XP was trivial. Not so, under Vista. Creation of the Apache service fails. The conf directory can’t be set up by the installer, probably due to permission problems.

I finally got it working with the following procedure. I used the latest version of Apache (2.2.4) and Windows Vista Home Premium.

  1. Uninstall any previous installations of Apache Web server (Start > Control Panel > Programs and Features).
  2. Turn off your firewall (Control Panel).
  3. Stop User Account Control (UAC).
  4. Get the most recent version of apache from http://httpd.apache.org/download.cgi and put it on your desktop. Rename it to apache.msi
  5. Start > All Programs > Accessories
  6. Right-Click “Command Prompt” and choose “Run as Administrator”
  7. Manually remove directories containing previous apache installations (like C:\Program Files\Apache Software Foundation…)
  8. Change to your desktop folder (At prompt type cd desktop)
  9. Type “msiexec /i apache.msi” on the command prompt.
  10. Run through the Apache installer. I’m running a development server, so I left the domain and computer name blank. Choose the default server on port 80 for all users option. Change the installation directory to c:\apache.
  11. Reboot.
  12. The little Apache feather won’t appear on the task bar under Vista with the present version of Apache (2.2.4). To remove

Click to continue reading "Install Apache on Windows Vista"

Written by senese on June 6th, 2007 with no comments.
Read more articles on how to and apache and installation and vista.