php套件 wampserver 常見問題

安裝問題 dll 丟失

今天手賤升級了win10,從新安裝了一下php的套件,提示有幾個組件找不到,其中有一個msvcr100.dll丟失。
google了一下:
youtube視頻:Windows 10 Wamp Server Error of Missing MSVCR110 dll
dll下載地址:http://www.microsoft.com/en-us/download/details.aspx?id=30679
stackoverflow解答php

出現問題的原因

http://forum.wampserver.com/read.php?2,138295html

更換document root值

wamp 3.x的版本 ,除了更改apache httpd.conf,還須要修改 httpd-vhosts.conf,該配置文件在\conf\extra。重啓全部服務。
How to Change the www root directory on WampServer 3mysql

mbstring.php and mb_strimwidth issue

問題:Fatal error: Call to undefined function mb_strimwidth() in ...
須要安裝php-mbstringgit

yum install php-mbstring

若是提示安裝不成功,須要把php解釋器先停掉,再安裝github

service php-fpm stop;
yum install php-mbstring;
servie php-fpm start;

mysql sql_model問題

MySql sql_model說明(以及處理sql_model引起的問題)
mysql sql_model合理設置sql

相關文章
相關標籤/搜索