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

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] cellog
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.