PHPKonf 2025 Baku

インストール手順

この関数を使用するには、readline サポートを有効にして CGI 版または CLI 版の PHP をコンパイルする必要があります。PHP の configure に --with-readline[=DIR] を指定する必要があります。 readline の代替となる libedit を使う場合は、PHP の configure に --with-libedit[=DIR] を指定する必要があります。

Windowsでは、この拡張モジュールは PHP 7.1.0 からデフォルトで利用可能です。

add a note

User Contributed Notes

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