You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Ivan Habunek (Updated) (JIRA)" <ji...@apache.org> on 2011/12/08 16:15:40 UTC

[jira] [Updated] (LOG4PHP-69) Make use of SPL were appropriate

     [ https://issues.apache.org/jira/browse/LOG4PHP-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Habunek updated LOG4PHP-69:
--------------------------------

    Fix Version/s:     (was: 2.2)
    
> Make use of SPL were appropriate
> --------------------------------
>
>                 Key: LOG4PHP-69
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-69
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Christian Grobmeier
>
> SPL is a standard library in PHP, which is active since 5.0. It cannot be disabled anymore as of PHP 5.3.
> SPL provides a native implementation of objects like "ArrayObject" or several design patterns like Iterator. Since it is nativly written, its at a good speed. Using this would reduce the necessary &-"pointers" in PHP code, which is need for passing array through methods. Additionally its more object oriented and helps for readability.
> It needs to be checked were SPL is appropriate and Log4PHP needs to be patched.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira