谁帮忙我翻译这段英文?

来源:百度知道 编辑:UC知道 时间:2024/06/01 07:13:14
As you know, php5 uses a short array convention (ie. $_POST[''];). The ADODB that you are using currently have the long type arrays $HTTP_POST_VARS[''] (register long variable);. For that reason if you are using PHP 5 you should go into the php.ini and set the long array variables to 'true'.

如你所知,PHP 5使用一种短小的数组组合方式(例如,$_POST[''];)。你目前所使用的ADODB使用长型的数组 $HTTP_POST_VARS[''](记录长的变量)。因此,如果你使用PHP 5,您应当进入php.ini ,并把长数组变量的值修改为“true”。