... About the FTBFS of PECL extensions... 2015-12-08 12:21 GMT+01:00 Ondřej Surý <ond...@sury.org>: > JFTR this is not a correct fix and we need upstream to fix that, because > there are two different approaches of handling packagingroot at > different places and this is the main reason why it's causing the > errors. > > PEAR_Command_Install is directly mangling the variables (channelsdir, > etc.), but the code below resets this to default value by calling > PEAR_Config::setInstallRoot($options['packagingroot']) followed by > PEAR_Config::setInstallRoot(false). This needs to be made consistent.
Hello, Bisecting lead to the following commit: $ git bisect visualize commit 4a66490bdecd5e4ec2b8213e89a6e40aaa18975e Author: Christian Weiske <cwei...@cweiske.de> Date: Mon Feb 9 23:26:33 2015 +0100 Fix for PHP 7: Replace "&new" with "new" (new-by-reference) I've attached the used bissect script. Disclamier, I'm still using php 5.6. -- Mathieu Parent
bisect.sh
Description: Bourne shell script