Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 710 Bytes

readline.md

File metadata and controls

34 lines (20 loc) · 710 Bytes

The readline extension

Configure the readline extension.

This extension provides interface for using Editline library.

Important

This extension should be used only with CLI-based PHP SAPIs.

PHP_EXT_READLINE

  • Default: OFF
  • Values: ON|OFF

Enable the extension.

PHP_EXT_READLINE_SHARED

  • Default: OFF
  • Values: ON|OFF

Build extension as shared.

PHP_EXT_READLINE_LIBREADLINE

🔴 Removed as of PHP 8.4.

  • Default: OFF
  • Values: ON|OFF

Use the GNU Readline library instead of Editline.