[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pear-core / PEAR.php
From:       "Greg Beaver" <cellog () php ! net>
Date:       2004-12-31 18:45:13
Message-ID: cvscellog1104518713 () cvsserver
[Download RAW message or body]

cellog		Fri Dec 31 13:45:13 2004 EDT

  Modified files:              
    /pear-core	PEAR.php 
  Log:
  fix #2946: silence warning on ini_set()
  
http://cvs.php.net/diff.php/pear-core/PEAR.php?r1=1.87&r2=1.88&ty=u
Index: pear-core/PEAR.php
diff -u pear-core/PEAR.php:1.87 pear-core/PEAR.php:1.88
--- pear-core/PEAR.php:1.87	Wed Oct 20 00:28:30 2004
+++ pear-core/PEAR.php	Fri Dec 31 13:45:13 2004
@@ -18,7 +18,7 @@
 // |          Tomas V.V.Cox <cox@idecnet.com>                           |
 // +--------------------------------------------------------------------+
 //
-// $Id: PEAR.php,v 1.87 2004/10/20 04:28:30 cellog Exp $
+// $Id: PEAR.php,v 1.88 2004/12/31 18:45:13 cellog Exp $
 //
 
 define('PEAR_ERROR_RETURN',     1);
@@ -59,7 +59,7 @@
 $GLOBALS['_PEAR_shutdown_funcs']         = array();
 $GLOBALS['_PEAR_error_handler_stack']    = array();
 
-ini_set('track_errors', true);
+@ini_set('track_errors', true);
 
 /**
  * Base class for other PEAR classes.  Provides rudimentary

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic