- Source code: ext/readline/CMakeLists.txt
Configure the readline
extension.
This extension provides interface for using Editline library.
Important
This extension should be used only with CLI-based PHP SAPIs.
- Default:
OFF
- Values:
ON|OFF
Enable the extension.
- Default:
OFF
- Values:
ON|OFF
Build extension as shared.
🔴 Removed as of PHP 8.4.
- Default:
OFF
- Values:
ON|OFF
Use the GNU Readline library instead of Editline.