Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62034 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93498 invoked from network); 4 Aug 2012 19:49:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2012 19:49:09 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:41941] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/41-19861-1BC7D105 for ; Sat, 04 Aug 2012 15:49:06 -0400 Received: by pbbrp12 with SMTP id rp12so3527082pbb.29 for ; Sat, 04 Aug 2012 12:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=2LQ963EbkD4QgeQk/0l7d7dKf0OClya0Oi+QObrPsLw=; b=pQlW217+UtHZoFX/C+jXI25ILDjeEEEMTaiyRDuBHExyJCfXT61uDghJ/iXcTIoN/M vDJj/jAUbd0+jlzS3EIKhUM5I98zS2LTtgBbiezrMj7Dz3jqzBJH2XKQZZ9Gsalk/J9y oEEj71vcJ8tl7Dl4im7p0fVO/UaRjV7u6Q96RS/aImfT6KZCw2TJQTauBZ08VcX5kHuX 47I5ErI5EdOxiNx+L5M/sxvTOtjPZWpmvm71Om/AOr3IJjAVjBnWglG9y2opsar5TAuy fGTN9qISu5fqOc0SiHnHCIsNkLFX9P5+ctqZo5UxQojSvXwL9/8oBz+zBlWauUACwQto /oNg== MIME-Version: 1.0 Received: by 10.68.231.233 with SMTP id tj9mr7119484pbc.39.1344109743094; Sat, 04 Aug 2012 12:49:03 -0700 (PDT) Received: by 10.68.28.41 with HTTP; Sat, 4 Aug 2012 12:49:03 -0700 (PDT) Date: Sat, 4 Aug 2012 21:49:03 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7b339db5c6ba1004c675ef93 Subject: php interactive shell without readline From: tyra3l@gmail.com (Ferenc Kovacs) --047d7b339db5c6ba1004c675ef93 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, As most of you know, the current php interactive shell is pretty much useless without compiling php --with-readline, but for the most users this the first impression what they experience (eg. using the php interactive shell without readline support). There is an alternative readline replacement called linenoise ( https://github.com/antirez/linenoise/) written by the author of Redis, and I would like to know, what do you think about using that for the interactive shell if php is built without readline support. It is really small/compact and it is under the two clause BSD license so I think it would be a good candidate for bundling it in php. What do you think about it? Is it something worth looking into? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7b339db5c6ba1004c675ef93--