diff -up php-pear-Log-1.11.6/Log-1.11.6/Log.php.prevent-deprecated-messages php-pear-Log-1.11.6/Log-1.11.6/Log.php --- php-pear-Log-1.11.6/Log-1.11.6/Log.php.prevent-deprecated-messages 1970-01-01 10:13:08.000000000 +0100 +++ php-pear-Log-1.11.6/Log-1.11.6/Log.php 2011-09-21 08:37:18.000000000 +0200 @@ -166,7 +166,7 @@ class Log /* If the class exists, return a new instance of it. */ if (Log::_classExists($class)) { - $obj = &new $class($name, $ident, $conf, $level); + $obj = new $class($name, $ident, $conf, $level); return $obj; }