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

Bug #3061 potential warning in PEAR_Exception
Submitted: 2004-12-30 15:15 UTC
From: smith at backendmedia dot com Assigned: cellog
Status: Closed Package: PEAR
PHP Version: Irrelevant OS: irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-30 15:15 UTC] smith at backendmedia dot com
Description: ------------ RCS file: /repository/pear-core/PEAR/Exception.php,v retrieving revision 1.17 diff -w -b -r1.17 Exception.php 229,230c229,230 < 'file' => $trace[0]['file'], < 'line' => $trace[0]['line']); --- > 'file' => @$trace[0]['file'], > 'line' => @$trace[0]['line']); not really a fix .. just pointing out the potential problem

Comments

 [2004-12-31 19:02 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!