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

Bug #2946 ini_set warning errors
Submitted: 2004-12-11 00:01 UTC
From: csyntax Assigned: cellog
Status: Closed Package: PEAR
PHP Version: 4.3.9 OS: Red Hat
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-11 00:01 UTC] csyntax
Description: ------------ ON line #62 in PEAR.php please add the "@" symbol in front of the ini_set setting like so: @ini_set('track_errors', true); rather then ini_set('track_errors', true); I have a lot or users who disable ini_set (paranoid idiots) and it gives them error messages .. Reproduce code: --------------- if ini_set is disabled in the php.ini then this will cause error messages Expected result: ---------------- see above

Comments

 [2004-12-11 23:42 UTC] csyntax
this is the warning errors that cause the problems..
 [2004-12-31 18:45 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.