Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10489 invoked from network); 17 Sep 2013 06:29:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2013 06:29:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.3 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.3 smtp3-g21.free.fr Linux 2.6 Received: from [212.27.42.3] ([212.27.42.3:54635] helo=smtp3-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/39-57385-1B6F7325 for ; Tue, 17 Sep 2013 02:29:07 -0400 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp3-g21.free.fr (Postfix) with ESMTP id B7437A62C1 for ; Tue, 17 Sep 2013 08:28:59 +0200 (CEST) Message-ID: <5237F6AA.9030209@fedoraproject.org> Date: Tue, 17 Sep 2013 08:28:58 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130806 Thunderbird/17.0.8 MIME-Version: 1.0 To: PHP Internals References: <20130914114540.GF3919@phcomp.co.uk> <523763A1.2090607@divbyzero.net> <20130917002719.GM3919@phcomp.co.uk> In-Reply-To: <20130917002719.GM3919@phcomp.co.uk> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP CLI setting cooked terminal mode From: remi@fedoraproject.org (Remi Collet) Le 17/09/2013 02:27, Alain Williams a écrit : > I have done a bit of digging and suspect that this happens as part of readline initialisation. +1 > phpinfo() reports: --without-readline but then: Please... don't rely, for distro packaged PHP on configure option listed in phpinfo report [1]. > Additional Modules > > Module Name > readline readline extension doesn't use readline library (under incompatible license: GPLv3) but libedit (License: BSD). Remi. [1] http://blog.famillecollet.com/post/2010/09/29/phpinfo-BUG-or-PEBKAC