Главная
Сервисы
Аккаунт
Почта
Статистика и лог файлы
Файлы
Домены
Базы данных
Безопасность
Веб приложения и модули языков
Дополнительные инструменты
Веб приложения и модули языков ::Конфигурация PHP

Настройки PHP могут изменяться техподдержкой без уведомления. Они показаны только в ознакомительных целях.


  Подсекция Директива Информация Значение
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 Maximum execution time of each script, in seconds 30
Resource Limits max_input_time Maximum amount of time each script may spend parsing request data 60
Resource Limits memory_limit 128M
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. On
Language Options safe_mode Off
main session.save_path where MODE is the octal representation of the mode. Note that this does not overwrite the process's umask. N;/path
File Uploads upload_max_filesize Maximum allowed size for uploaded files. 10M
PHP Configuration Help

What Is The PHP Configuration?

This function will show (for reference only) how your installation of PHP is currently configured. Such as how large a file upload is allowed to be, where uploaded file will be saved, resource limits and language options. Your configuration is show here as a quick reference. You can not edit anything within this page.