第 1 頁 (共 1 頁)
[Windows]php.ini
發表於 : 2004-01-04 17:56
由 hello kitty
小妹的軟體是: windows pro+AppServ 2.3.0+phpBB 2.06
因attach_mod2.39只能上載2M,但在文章搜尋裹有關突破2M上限的大大說,
改動php.ini裹面,但改動了還是不能突破200M,只能在8M內
是否只改動C:/windows/的php.ini呢?
因小妹的PHP安裝在D:/PHP裹啊~~~
Re: [Windows]php.ini
發表於 : 2004-01-04 18:00
由 mit
hello kitty 寫:小妹的軟體是: windows pro+AppServ 2.3.0+phpBB 2.06
因attach_mod2.39只能上載2M,但在文章搜尋裹有關突破2M上限的大大說,
改動php.ini裹面,但改動了還是不能突破200M,只能在8M內
突破200M?????

Re: [Windows]php.ini
發表於 : 2004-01-04 18:06
由 hello kitty
mit 寫:hello kitty 寫:小妹的軟體是: windows pro+AppServ 2.3.0+phpBB 2.06
因attach_mod2.39只能上載2M,但在文章搜尋裹有關突破2M上限的大大說,
改動php.ini裹面,但改動了還是不能突破200M,只能在8M內
突破200M?????

因2M,改了做200M啊

但只能在8M內
代碼: 選擇全部
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 200M ; Maximum amount of memory a script may consume (200MB)
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = D:\PHP\uploadtemp ; temporary directory for HTTP uploaded files (will use system default if not specified)
; Maximum allowed size for uploaded files.
upload_max_filesize = 200M
發表於 : 2004-01-05 07:52
由 aiken
[Windows]php.ini
發表於 : 2004-01-05 18:42
由 hello kitty
謝謝aiken大大的指引啊~~~^^
努力學習中~~~~

發表於 : 2004-01-21 15:17
由 阿維
哎呀...
我看Appserv 2.3.0真的不是很適合拿來修改呢!
因為我用同樣的方法都無法成功,這個版本實在是有點給他不是很理想...