トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS   ログイン

ソフトウェア/PHP/設定/ファイル/php.ini の変更点

#contents
----
*重要部 [#mc16e945]
;アップロードサイズ~
;memory_limit > post_max_size > upload_max_filesize となるように設定~
; Maximum amount of memory a script may consume (8MB)~
memory_limit = 8M~
; Maximum size of POST data that PHP will accept.~
post_max_size = 8M~
; Maximum allowed size for uploaded files.~
upload_max_filesize = 2M~