Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69163 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8659 invoked from network); 17 Sep 2013 06:11:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2013 06:11:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:61607] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/D8-57385-892F7325 for ; Tue, 17 Sep 2013 02:11:37 -0400 Received: by mail-la0-f46.google.com with SMTP id eh20so3881714lab.19 for ; Mon, 16 Sep 2013 23:11:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=R2pH/ckX1xUeLYKP34gMmnmTY6wVrlzYPtrd1lu3Wdg=; b=Th/bcqM6idyYLr/lDSckovo1BKmUCQLFB8srhRRvBsz7JLNaEBRT8VHgG3l+N2HQDf n+jzVFy/RiYRLOop8IxWfZBNmb288J+Cz1nhAq+Qa69nF2w+CJ9khuQJ4KhjaNrt9uQw IR90yfu7EFqLU46BtZeClaP4uaGu2qgjtouQfw/bnasBkUSYt4zVb2BbVaNw/68kbqLx xXjxQS7f6gjUkx3KIB7TWO4DGqIKDCCXP/TuHLwN+uUBDPq+SuuscMBZ8Nh/dCmxBSqY ag/fXexBDyfjowqv+zR6fxziUD0UUcHmRo3f39OmdeoB5EpLQNdH7uVglodEuOKOVY9g 9NLw== MIME-Version: 1.0 X-Received: by 10.152.19.1 with SMTP id a1mr27783808lae.8.1379398294112; Mon, 16 Sep 2013 23:11:34 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Mon, 16 Sep 2013 23:11:34 -0700 (PDT) In-Reply-To: <20130917002719.GM3919@phcomp.co.uk> References: <20130914114540.GF3919@phcomp.co.uk> <523763A1.2090607@divbyzero.net> <20130917002719.GM3919@phcomp.co.uk> Date: Tue, 17 Sep 2013 08:11:34 +0200 X-Google-Sender-Auth: qxywWlmY_FHp5Vt3dN1Eek0Bfw0 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PHP CLI setting cooked terminal mode From: mike@php.net (Michael Wallner) On 17 September 2013 02:27, Alain Williams wrote: > > I have done a bit of digging and suspect that this happens as part of readline initialisation. That might very well be it. -- Regards, Mike