Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not call non-static method statically (PEAR::raiseError)
Calling PEAR::raiseError() results in a deprecation warning (and thus CI error) with PHP5.6. An alternative fix would be to use a PEAR_Exception, but I wasn't quite sure what to do with $this->_pearErrorMode (Nominally, I'd have used PEAR::setErrorHandling, but that ends up emitting the same deprecation warning, and simply changing to an exception would have required more invasive changes to all callers. Signed-off-by: Nishanth Aravamudan <nish.aravamudan@canonical.com>
- Loading branch information