![]() |
class_xml.php causes suhosin memory problem I'm getting suhosin errors reported by my web host: ALERT - script tried to increase memory_limit to 134217728 bytes which is above the allowed value (attacker 'xxx.xxx.50.196', file '/home/mysite/public_html/includes/class_xml.php', line 37 The script has this code at that line PHP Code: if (!function_exists('ini_size_to_bytes') OR (($current_memory_limit = ini_size_to_bytes(@ini_get('memory_limit'))) 0)) { @ini_set('memory_limit', 128 * 1024 * 1024); } Is it possible remove this code section as it is trying to allocate memory (128M) above the allowed limit on the server (32M)? |
الساعة الآن 03:36 PM |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir