Apache和php環境配置
廣告:
1. 下載apache_2.2.14-win32-x86-no_ssl.msi
下載php-5.3.1-Win32-VC6-x86.zip
下載mysql-5.0.24a-win32.zip
2. 安裝apache_2.2.14-win32-x86-no_ssl.msi 端口:Listen 8080
http://localhost:8080/ 顯示成功信息則安裝成功
3. 解壓php-5.3.1-Win32-VC6-x86.zip到c:/php
php.ini-development 改為php.ini
改動地方:
1). extension_dir="c:\php\ext\"
2). extension=php_mbstring.dll //支持 gb2312
3). extension=php_mysql.dll //支持 mysqlshort_open_tag = Off
4). short_open_tag =On //short_open_tag = Off 改為On
4. 修改Apache httpd.conf 路徑E:\Apache2.2\conf
加上:
LoadModule php5_module c:/php/php5apache2_2.dll //加入支持php
PHPIniDir "c:/php"
DirectoryIndex Index.php //主文檔
AddType application/x-httpd-php .php //加入擴展名
5. 測試test.php
<?
PHPInfo();
?>
http://localhost:8080/test.php
6. 開始配置數據庫mysql <完>
附加: 安裝Smarty-2.6.26.zip
解壓到任意目錄,給寫入權限;
php.ini中改為 :include_path = ".;e:\Smarty-2.6.26"
GD庫的配置--生成圖像
1、windows下
修改php.ini文件,去掉extension=php_gd2.dll 前面的分號。
修改extension_dir = "c:/kaosco/php2/extensions" 為動態庫所在目錄
2、Linux、unix下
需要 重新編譯php。
php md532加密 admin: 21232f297a57a5a743894a0e4a801fc3
廣告: