Home > Backend Development > PHP Tutorial > DedeCMS Error: (PHP 5.3 and above) Please set request_order,dedecmsorder_PHP教程

DedeCMS Error: (PHP 5.3 and above) Please set request_order,dedecmsorder_PHP教程

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-12 09:08:15
Original
812 people have browsed it

DedeCMS Error: (PHP 5.3 and above) Please set request_order, dedecmsorder

Some hosts using PHP 5.3 may have the following prompt:

<span>引用</span><br />(PHP <span>5.3</span> and above) Please <span>set</span> <span>'</span><span>request_order</span><span>'</span> ini value to include C,G and P (recommended: <span>'</span><span>CGP</span><span>'</span>) <span>in</span> php.ini
Copy after login

Since a configuration item "request_order" has been added to the latest version of PHP, and the default value is "GP", this has certain security risks. Here we recommend users to change the configuration to "CGP"

You can view the corresponding php.ini configuration directory in phpinfo and find the following options:

request_order = <span>"</span><span>GP</span><span>"</span>
Copy after login

changed to

request_order = <span>"</span><span>CGP</span><span>"</span>
Copy after login

Just restart the server.

<span><span>注意</span>
由于此选项会影响服务器的安全,请大家务必及时更改。</span>
Copy after login

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1056095.htmlTechArticleDedeCMS Error: (PHP 5.3 and above) Please set request_order, dedecmsorder Some hosts using PHP 5.3 may have the following Tip: Quote (PHP 5.3 and above) Please set ' reques...
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template