Skip to content

Commit

Permalink
pts-core: Add readline to detected PTS functions desired
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Jul 21, 2018
1 parent 7124b04 commit a235986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pts-core/pts-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ function pts_needed_extensions()
array(0, function_exists('posix_getpwuid'), 'POSIX', 'POSIX support is highly recommended.'),
array(0, function_exists('curl_init'), 'CURL', 'CURL is recommended for an enhanced download experience.'),
array(0, function_exists('socket_create_listen'), 'Sockets', 'Sockets is needed when running the Phoromatic Server.'),
array(0, function_exists('readline'), 'Readline', 'Readline support is useful for tab-based auto-completion support.'),
);
}
function pts_version_codenames()
Expand Down

0 comments on commit a235986

Please sign in to comment.