未定义变量:\ PHP 5.4升级后出现请求日志项

未定义变量:\ PHP 5.4升级后出现请求日志项,php,request,Php,Request,未定义变量的加载:_REQUEST在PHP从5.3升级到5.4(debian wheezy amd64)后,日志中出现错误消息: php.ini中的request_order=“GP”和上面的堆栈不使用任何$请求,但所需的php由u autoload函数加载 我猜apache使用的php.ini是从5.3继承的 我修改了什么?给出发生错误的代码。否。设置一些值或使用_请求。我想在这里:/mnt/exthome/kg/public_html/test/auth.php第1行我无法使用代码标记:(第

未定义变量的加载:_REQUEST在PHP从5.3升级到5.4(debian wheezy amd64)后,日志中出现错误消息:

php.ini中的request_order=“GP”和上面的堆栈不使用任何$请求,但所需的php由u autoload函数加载

我猜apache使用的php.ini是从5.3继承的


我修改了什么?

给出发生错误的代码。否。设置一些值或使用_请求。我想在这里:/mnt/exthome/kg/public_html/test/auth.php第1行我无法使用代码标记:(第1行为空)堆栈列表中显示的文件中没有任何$\请求
PHP Notice:  Undefined variable: _REQUEST in /mnt/exthome/kg/public_html/test/auth.php on line 1, referer: http://test/index.php
Mon Jan 20 09:55:58 2014] [error] [client 127.0.0.1] PHP Stack trace:, referer: http://test/index.php
Mon Jan 20 09:55:58 2014] [error] [client 127.0.0.1] PHP   1. {main}() /mnt/exthome/kg/public_html/test/index.php:0, referer: http://test/index.php
Mon Jan 20 09:55:58 2014] [error] [client 127.0.0.1] PHP   2. __autoload() /mnt/exthome/kg/public_html/test/index.php:8, referer: http://test/index.php
Mon Jan 20 09:55:58 2014] [error] [client 127.0.0.1] PHP   3. require_once() /mnt/exthome/kg/public_html/test/root.php:7, referer: http://test/index.php
Mon Jan 20 09:55:58 2014] [error] [client 127.0.0.1] PHP   4. require_once() /mnt/exthome/kg/public_html/test/user.php:4, referer: http://test/index.php