Development

Changeset 4729

You must first sign up to be able to contribute.

Changeset 4729

Show
Ignore:
Timestamp:
07/27/07 12:55:57 (6 years ago)
Author:
fabien
Message:

removed E_STRICT when using the plugin tasks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/tasks/sfPakePlugins.php

    r2970 r4729  
    145145function _pear_init() 
    146146{ 
     147  // Remove E_STRICT from error_reporting 
     148  error_reporting(error_reporting() &~ E_STRICT); 
     149 
    147150  require_once 'PEAR.php'; 
    148151  require_once 'PEAR/Frontend.php';