Skip to content

Commit

Permalink
Merge branch 'v9.1' of gitlab.alibaba-inc.com:phpwind-new/phpwind int…
Browse files Browse the repository at this point in the history
…o v9.1
  • Loading branch information
mousepad942 committed Jul 31, 2015
2 parents a128457 + 2909dfd commit 0a5dfa6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README

This file was deleted.

32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# phpwind

安装步骤
========

1. 解压下载的安装包;
2. 上传upload文件夹中的文件到对应网站根目录;
3. 执行安装文件:您的域名/install.php

bug提交
=======

http://www.phpwind.net/thread-htm-fid-54.html

发展建议
========

http://www.phpwind.net/thread-htm-fid-39.html

关于移动版
=========

http://www.phpwind.net/read/3418959

常见错误
========

1. pdo_mysql未安装

解决方法:修改本地php.ini配置,以Win下的php为例,找到`;extension=php_pdo_mysql.dll ;extension=php_pdo.dll`
去除前面的分号“;”。重启apache或php-fpm服务即可。

0 comments on commit 0a5dfa6

Please sign in to comment.