On Sun, Jan 25, 2015 at 1:51 PM, Lester Caine <les...@lsces.co.uk> wrote:
> On 19/01/15 15:17, Xinchen Hui wrote: > > actually, it still fails with: > > > > Fatal error: Call to undefined function set_magic_quotes_runtime() in > > > phar:///home/huixinchen/opensource/trunk/pear/install-pear-nozlib.phar/PEAR/Config.php > > on line 1026 > > make[1]: *** [install-pear-installer] Error 255 > > make: *** [install-pear] Error 2 > > Anything been done about this? > > I'm getting it as Fatal error: Call to undefined function > set_magic_quotes_runtime() in > > phar:///srv/repo/php-src_master/pear/install-pear-nozlib.phar/PEAR/DependencyDB.php > on line 581 > > Starting from a clean checkout from github - git.php.net would not let > me clone - now have a local copy running on mecurial > > Have got as far as > ./configure --enable-fpm --prefix=/opt/php7 --enable-shared=yes > --enable-static=no > > Trying to build php7 php-fpm to go with nginx ... to mirror the php5 setup. > I've just updated configure.in to disable PEAR by default. You'll have to run ./buildconf for this to take effect. Alternatively you can ./config.nice --without-pear. Nikita