Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114432 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 2420 invoked from network); 12 May 2021 09:31:16 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 May 2021 09:31:16 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EDBD9180508 for ; Wed, 12 May 2021 02:39:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_05,KHOP_HELO_FCRDNS, SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from processus.org (ns366368.ip-94-23-14.eu [94.23.14.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 12 May 2021 02:39:15 -0700 (PDT) Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by processus.org (Postfix) with ESMTPA id 8887B5101324 for ; Wed, 12 May 2021 09:39:13 +0000 (UTC) To: internals@lists.php.net References: <3B7C1AC0-9CC0-4B88-A610-64AB6A364B36@9dev.de> Message-ID: <538ad52d-22bc-ccdc-a3fb-8d9a95d8e90d@processus.org> Date: Wed, 12 May 2021 11:39:11 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Authentication-Results: processus.org; auth=pass smtp.auth=pierre-php@processus.org smtp.mailfrom=pierre-php@processus.org X-Spamd-Bar: / Subject: Re: [PHP-DEV] Disable interactive mode (-a) if readline not available From: pierre-php@processus.org (Pierre) Le 12/05/2021 à 11:29, Joe Watkins a écrit : > Morning Nikita, > > +1 on the change to cli. > > It can't really be a default extension right now because readline license > is not compatible: > > https://github.com/php/php-src/pull/3823 > > Even without the license problem, I'm not convinced of the value of adding > the dependency: Because of this long standing strange behaviour, I don't > really think the interactive shell is well used. Hello, I might be an exception, I don't know, but I do use it a lot (almost every day). I don't want to install psysh or anything like it, php -a is enough for what I do with it. Regards, Pierre