馬仔資訊隨手記
Would you like to react to this message? Create an account in a few clicks or log in to continue.
馬仔資訊隨手記

馬仔資訊隨手記


您沒有登錄。 請登錄註冊

Xampp 安裝設定

向下  內容 [第1頁(共1頁)]

1Xampp 安裝設定 Empty Xampp 安裝設定 周二 7月 14, 2015 3:44 am

Admin


Admin

你的個人電腦裝上 XAMPP 就可以變成網站伺服器,再下載網路上的架站軟體,你的電腦就可以提供各種服務,而且這些軟體很多是免費的。

下載
https://www.apachefriends.org

參考講義:
http://xichiou.gitbooks.io/104_study/content/xampp.html

https://kinhorse.666forum.com

2Xampp 安裝設定 Empty 回復: Xampp 安裝設定 周二 7月 14, 2015 3:53 am

Admin


Admin

設定mysql密碼

修改 php.ini


代碼:
short_open_tag=Off
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
date.timezone=Europe/Berlin
max_execution_time=30
max_input_time=60
memory_limit=128M
post_max_size=8M
upload_max_filesize=2M

修改成
代碼:
short_open_tag=On
error_reporting=E_ALL & ~E_NOTICE
date.timezone=Asia/Taipei
max_execution_time=300
max_input_time=300
memory_limit=300M
post_max_size=200M
upload_max_filesize=200M

https://kinhorse.666forum.com

3Xampp 安裝設定 Empty 回復: Xampp 安裝設定 周二 7月 14, 2015 3:59 am

Admin


Admin

進階設定(先暫時不用設定)

開啟 XDebug,修改 php.ini


代碼:
[XDebug]
;zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;xdebug.remote_enable = 0
;xdebug.remote_handler = "dbgp"
;xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "C:\xampp\tmp"

修改成
代碼:
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.trace_output_dir = "C:\xampp\tmp"

https://kinhorse.666forum.com

回頂端  內容 [第1頁(共1頁)]

這個論壇的權限:
無法 在這個版面回復文章