مرکز آموزش
PHP پرینت این مقاله
Em algumas versões do cPanel, existe a opção "PHP" que permite verificar algumas das informações configuradas no PHP de sua hospedagem.
1. Na seção "Software", clique em "PHP;
2. Serão listadas algumas informações, tais como as da tabela abaixo:
3. Se seu painel não possui esta opção e você precisa alterar alguma destas configurações, entre em contato com o suporte!
1. Na seção "Software", clique em "PHP;
2. Serão listadas algumas informações, tais como as da tabela abaixo:
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 | 300 | |
Resource Limits | max_input_time | 90 | |
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. | Off |
Language Options | safe_mode | Off | |
File Uploads | upload_max_filesize | Maximum allowed size for uploaded files. | 30M |
main | session.save_path | Argument passed to save_handler. In the case of files, this is the path where data files are stored. Note: Windows users have to change this variable in order to use PHP's session functions. As of PHP 4.0.1, you can define the path as: session.save_path = "N;/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 | /tmp |
3. Se seu painel não possui esta opção e você precisa alterar alguma destas configurações, entre em contato com o suporte!
آیا این پاسخ به شما کمک کرد؟
مقالات مربوطه
Pacotes PEAR PHP
Os pacotes PEAR são coleções de funções que permitem realizar tarefas em PHP. Os pacotes são...
Os pacotes PEAR são coleções de funções que permitem realizar tarefas em PHP. Os pacotes são...
Selecionar versão do PHP
Caso seu servidor possua CloudLinux, siga este tutorial para atualizar a versão de PHP do seu...
Caso seu servidor possua CloudLinux, siga este tutorial para atualizar a versão de PHP do seu...