che te posso dì... non mi funziona ancora

codice:
$settings=$dbCon->extract("SELECT * FROM tweaks WHERE id='1';");
ini_set('upload_max_filesize',$settings[upload_max_filesize][0].'M');
ini_set('max_execution_time',$settings[max_execution_time][0]);
ini_set('memory_limit',$settings[memory_limit][0]);
$_SESSION[general]=($settings[general][0])?$settings[general][0]:'Generale';
e dio sa che non mi funziona nemmeno max_execution_time e per altri motivi memory limit.