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

Bug #20946 Bad prototype for PEAR_Builder::log()
Submitted: 2015-09-10 22:10 UTC
From: remicollet Assigned: remicollet
Status: Closed Package: PEAR
PHP Version: Irrelevant OS:
Roadmaps: 1.10.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 16 + 3 = ?

 
 [2015-09-10 22:10 UTC] remicollet (Remi Collet)
Description: ------------ Running 1.10.0dev2 with PHP 7.0.0RC2 Test script: --------------- pecl install apfd Expected result: ---------------- No Warning Actual result: -------------- Warning: Declaration of PEAR_Builder::log($level, $msg) should be compatible with PEAR_Common::log($level, $msg, $append_crlf = true) in PEAR/Builder.php on line 488 PHP Warning: Declaration of PEAR_Builder::log($level, $msg) should be compatible with PEAR_Common::log($level, $msg, $append_crlf = true) in /usr/share/pear/PEAR/Builder.php on line 488

Comments

 [2015-09-10 23:12 UTC] cweiske (Christian Weiske)
-Roadmap Versions: +Roadmap Versions: 1.10.0
 [2015-09-11 10:28 UTC] cweiske (Christian Weiske)
-Status: Open +Status: Closed -Assigned To: +Assigned To: remicollet
Fixed in git stable; https://github.com/pear/pear-core/pull/46