1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-09 09:05:23 +02:00

another one lately noticed (i do not know why such things are not seen within the testing phase - we have to evaluate it completely)

- we will replace the 2.0.18 packages (a reply to the announcement is needed after repackage)


git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5286 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2005-10-31 07:31:06 +00:00
parent 98e7516d34
commit 15b9228417

@ -32,7 +32,7 @@ set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
// Thanks to Matt Kavanagh and Stefan Esser for providing feedback as well as patch files
// PHP5 with register_long_arrays off?
if (@phpversion() >= '5.0.0' && (!ini_get('register_long_arrays') || @ini_get('register_long_arrays') == '0' || strtolower(@ini_get('register_long_arrays')) == 'off'))
if (@phpversion() >= '5.0.0' && (!@ini_get('register_long_arrays') || @ini_get('register_long_arrays') == '0' || strtolower(@ini_get('register_long_arrays')) == 'off'))
{
$HTTP_POST_VARS = $_POST;
$HTTP_GET_VARS = $_GET;