Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.18

Bug #6048 PEAR_Frontend::log parameters are wrong
Submitted: 2005-11-23 14:20 UTC
From: cweiske at cweiske dot de Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS: any
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-23 14:20 UTC] cweiske at cweiske dot de
Description: ------------ PEAR_Common::log tries to check if an ui is registered and calls the log() function of that object: > $ui->log($msg, $append_crlf); However, to be accepted as ui, one must implement PEAR_Frontend which defines the log method as follows: > function log($level, $msg, $append_crlf = true) IMO the definition in PEAR/Frontend.php#log() has to be > function log($msg, $append_crlf = true)

Comments

 [2006-01-02 17:56 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!