pensaba que era para php.ini,
igual lo puse en el script pero sigue lanzando el warning
Este es el code en cuestión.
Código PHP:
error_reporting(E_ERROR ^ E_DEPRECATED);
class A{
//
}
$temp =& new A();
Deprecated: Assigning the return value of new by reference is deprecated in...