Ciao a tutti mi viene restituito questo errore:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\Programmi\Apache Group\Apache2\htdocs\siof\gestmail.php on line 186
La linea che lo produce è la seguente:
$pntFile = new gestfile(PATH_FILE, &$POST['nome']);
Cosa significa??
ciao