Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86080 invoked from network); 20 Mar 2012 20:31:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2012 20:31:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:59983] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/FA-59347-60ED86F4 for ; Tue, 20 Mar 2012 14:44:08 -0500 Received: from [192.168.2.230] (ppp-88-217-77-74.dynamic.mnet-online.de [88.217.77.74]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 9AC6D60CF6; Tue, 20 Mar 2012 20:44:01 +0100 (CET) To: Osama Abu Elsorour Cc: internals@lists.php.net In-Reply-To: <11302143-55E0-48E9-AC30-943E6075E794@eformations.net> References: <11302143-55E0-48E9-AC30-943E6075E794@eformations.net> Content-Type: text/plain; charset="UTF-8" Date: Tue, 20 Mar 2012 20:43:59 +0100 Message-ID: <1332272639.2383.692.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] readline extension bug fixes and enhancements From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Tue, 2012-03-20 at 21:06 +0200, Osama Abu Elsorour wrote: > All, > > I was recently involved in a project that relied heavily on readline > to provide console text input capabilities. However I soon noticed > that the current readline extension has a serious bug and is lacking > some important functionality. Have you read Nikita's and my comments on your mail from last week? johannes