Встановлення

To use these functions the CGI or CLI version of PHP must be compiled with readline support. You need to configure PHP --with-readline.

On Windows this extension is available by default as of PHP 7.1.0.

Журнал змін

Версія Опис
8.4.0 Configure option --with-libedit has been removed in favor of the --with-readline which now doesn't accept a DIR argument anymore in favor of the pkg-config and now links to the libedit library, a non-GPL replacement for the GNU Readline library.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top