摘要: Apache2.2.x+PHP5.3.x+MySQL5.1.x 搭建WMAP运行环境收藏选择版本: PHP :php window环境下 下载地址:http://windows.php.net/download/一、如何选择PHP5.3的VC9版本和VC6版本VC6版本是使用Visual Studio 6编译器编译的,如果你的PHP是用Apache来架设的,那你就选择VC6版本。VC9版本是使用Visual Studio 2008编译器编译的,如果你的PHP是用IIS来架设的,那你就选择VC9版本。PHP 5.3的就只有VC9版本,不用区分 window或者linux二、如何选择PHP5.3的 阅读全文
posted @ 2012-12-10 22:55 梦话四叶 阅读(10458) 评论(0) 推荐(0)
摘要: 一.配置:1.php.ini 开启PDO及PDO相关数据库引擎extension=php_pdo_mysql.dll2.http.conf 开启rewrite模块 2.1LoadModule rewrite_module modules/mod_rewrite.so2.2 并识别.htaccess功能<Directory /> Options FollowSymLinks AllowOverride ALL Order deny,allow Deny from all Satisfy all</Directory>... # Options FileIn... 阅读全文
posted @ 2012-12-10 17:24 梦话四叶 阅读(295) 评论(0) 推荐(0)