diff -up php-pear-Log-1.9.13/Log-1.9.13/Log.php.prevent-deprecated-messages php-pear-Log-1.9.13/Log-1.9.13/Log.php --- php-pear-Log-1.9.13/Log-1.9.13/Log.php.prevent-deprecated-messages 2007-12-13 07:47:09.000000000 +0100 +++ php-pear-Log-1.9.13/Log-1.9.13/Log.php 2011-09-19 21:52:35.000000000 +0200 @@ -165,7 +165,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; }