From c720673c50c37d7c33fff0025e22f70c7a2dc7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandrs=20=C4=BBedovskis?= Date: Sat, 15 Feb 2020 10:47:19 +0200 Subject: [PATCH] php: Enable phpdbg readline configure flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enables readline/libedit support (TAB-completion, cursor key movement) Closes https://github.com/Homebrew/homebrew-core/issues/50253 Signed-off-by: Aleksandrs Ļedovskis Closes #50278. Signed-off-by: Izaak Beekman --- Formula/php.rb | 1 + Formula/php@7.2.rb | 1 + Formula/php@7.3.rb | 1 + 3 files changed, 3 insertions(+) diff --git a/Formula/php.rb b/Formula/php.rb index fcc4a2eb7be..d3a56f01357 100644 --- a/Formula/php.rb +++ b/Formula/php.rb @@ -115,6 +115,7 @@ class Php < Formula --enable-mysqlnd --enable-pcntl --enable-phpdbg + --enable-phpdbg-readline --enable-phpdbg-webhelper --enable-shmop --enable-soap diff --git a/Formula/php@7.2.rb b/Formula/php@7.2.rb index a478f962402..b9335ed346a 100644 --- a/Formula/php@7.2.rb +++ b/Formula/php@7.2.rb @@ -113,6 +113,7 @@ class PhpAT72 < Formula --enable-opcache-file --enable-pcntl --enable-phpdbg + --enable-phpdbg-readline --enable-phpdbg-webhelper --enable-shmop --enable-soap diff --git a/Formula/php@7.3.rb b/Formula/php@7.3.rb index 3611586b7a4..82367ceefc9 100644 --- a/Formula/php@7.3.rb +++ b/Formula/php@7.3.rb @@ -113,6 +113,7 @@ class PhpAT73 < Formula --enable-opcache-file --enable-pcntl --enable-phpdbg + --enable-phpdbg-readline --enable-phpdbg-webhelper --enable-shmop --enable-soap