Remove references
-----------------
Key: LOG4PHP-53
URL: https://issues.apache.org/jira/browse/LOG4PHP-53
Project: Log4php
Issue Type: Improvement
Reporter: Christian Grobmeier
According to this:
http://www.php.net/manual/en/language.oop5.references.php
PHP treats variable passing like in Java now. This would mean that only object
identifiers are passed around, not the object copied. Having that beeing that,
we can remove the incosistent & references from the code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.