Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85021 invoked from network); 25 Jan 2015 13:53:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2015 13:53:18 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.171 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.171 mail-we0-f171.google.com Received: from [74.125.82.171] ([74.125.82.171:40080] helo=mail-we0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/E6-36889-945F4C45 for ; Sun, 25 Jan 2015 08:53:13 -0500 Received: by mail-we0-f171.google.com with SMTP id k11so2636780wes.2 for ; Sun, 25 Jan 2015 05:53:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YlZFVrY38+lTk0HYeSe6tSh+SJVOMkhdNiNabZ/wpKA=; b=ZgleyWu0oAUeW3BOP3gEXIfwiAB3c/Sk8kdcK1x+pbSCZdffSv/JjNS9c94a7Yoxf/ r/CuMk/MTXAtsnCyq1rMWv2BGC7mHDLuEphqWQiKiAZuZJAwpj3F39bzaxN10WeBrtVP gs6LNp2lfiFs5xcl+bI35yzaJQMWnC/5M1Jt8LgzIftVN1BuMdFsjuoybXIOxb78Sx14 hZqThg0GmDCRbw2uPAJAREoLXW7XdPkl0kSeaNy4vqaml9EbZgHP+m3q+Raz95q1F6vz mMWr85dR+Ry1lwyglH5OKHmU9/SWn/YLm6AHydvrZ3wV4iXRDg2P7mo0zj9IxQLxzOap udQA== MIME-Version: 1.0 X-Received: by 10.180.198.44 with SMTP id iz12mr16900001wic.36.1422193990778; Sun, 25 Jan 2015 05:53:10 -0800 (PST) Received: by 10.27.10.138 with HTTP; Sun, 25 Jan 2015 05:53:10 -0800 (PST) In-Reply-To: <54C4E6D3.1090307@lsces.co.uk> References: <54C4E6D3.1090307@lsces.co.uk> Date: Sun, 25 Jan 2015 14:53:10 +0100 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b624dfe9f4257050d7a5767 Subject: Re: [PHP-DEV] Re: [PHP-CVS] Re: Broken apps From: nikita.ppv@gmail.com (Nikita Popov) --047d7b624dfe9f4257050d7a5767 Content-Type: text/plain; charset=UTF-8 On Sun, Jan 25, 2015 at 1:51 PM, Lester Caine 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 --047d7b624dfe9f4257050d7a5767--