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

Bug #20554 PEAR throws warnings during `make install`
Submitted: 2015-05-31 23:30 UTC
From: renegade334 Assigned:
Status: Duplicate Package: PEAR (version SVN)
PHP Version: HEAD SVN-2015-05-31 OS: Ubuntu 14.04.2 (Linux 3.13.0-53)
Roadmaps: 1.10.0    
Subscription  


 [2015-05-31 23:30 UTC] renegade334 (Wyatt Gillette)
Description: ------------ When compiling PHP from master, the following warnings are thrown during the `make install` process: Warning: Declaration of PEAR_Installer::download() should be compatible with & PEAR_Downloader::download($params) in phar:///home/renegade/git/php-src/pear/install-pear-nozlib.phar/PEAR/Installer.php on line 43 Warning: Declaration of PEAR_PackageFile_Parser_v2::parse() should be compatible with PEAR_XMLParser::parse($data) in phar:///home/renegade/git/php-src/pear/install-pear-nozlib.phar/PEAR/PackageFile/Parser/v2.php on line 113 Warning: Declaration of PEAR_Task_Replace::init() should be compatible with PEAR_Task_Common::init($xml, $fileAttributes, $lastVersion) in phar:///home/renegade/git/php-src/pear/install-pear-nozlib.phar/PEAR/Task/Replace.php on line 31 Warning: Declaration of PEAR_Task_Windowseol::init() should be compatible with PEAR_Task_Common::init($xml, $fileAttributes, $lastVersion) in phar:///home/renegade/git/php-src/pear/install-pear-nozlib.phar/PEAR/Task/Windowseol.php on line 76 Warning: Declaration of PEAR_Task_Unixeol::init() should be compatible with PEAR_Task_Common::init($xml, $fileAttributes, $lastVersion) in phar:///home/renegade/git/php-src/pear/install-pear-nozlib.phar/PEAR/Task/Unixeol.php on line 76 Actual result: -------------- https://gist.github.com/Renegade334/13897385517565a68bb1

Comments

 [2015-07-26 16:37 UTC] cweiske (Christian Weiske)
-Status: Open +Status: Duplicate -Roadmap Versions: +Roadmap Versions: 1.10.0
This should be fixed with release 1.10.0dev1. See bug #20488 for details.