웹호스팅패드닷컴의 PHP 설정값
- Uncategorized
- 2009. 2. 3.
PHP 설정값입니다.
참고하세요.
보시면 웹상에서 첨부파일이 50메가로 되어 있는데.. 실질적으로 텍스트큐브에서는 8메가만 올라가더군요.
그리고. FTP로 올려보니... 500메가 까지는 테스트를 해봤습니다.
PHP Configuration
참고하세요.
보시면 웹상에서 첨부파일이 50메가로 되어 있는데.. 실질적으로 텍스트큐브에서는 8메가만 올라가더군요.
그리고. FTP로 올려보니... 500메가 까지는 테스트를 해봤습니다.
PHP Configuration
These PHP configuration settings are customizable by the server administrator. They are listed for reference only.
Sub Section | Directive | Info | Value | |
---|---|---|---|---|
Language Options | asp_tags | Allow ASP-style <% %> tags. | Off | |
File Uploads | file_uploads | Whether to allow HTTP file uploads. | On | |
Paths and Directories | include_path | Windows: "\path1;\path2" c:\php\includes" | .:/usr/lib/php:/usr/local/lib/php | |
Resource Limits | max_execution_time | 30 | ||
Resource Limits | max_input_time | 60 | ||
Resource Limits | memory_limit | 32M | ||
Data Handling | register_globals | You should do your best to write your scripts so that they do not require register_globals to be on; Using form variables as globals can easily lead to possible security problems, if the code is not very well thought of. | Off | |
Language Options | safe_mode | Off | ||
main | session.save_path | where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage | N;/path | |
File Uploads | upload_max_filesize | Maximum allowed size for uploaded files. | 50M | |
main | zend_optimizer.version | 3.3.3 |