Search code examples
phpwindowsinteractive-shell

how to compile php with the --with-readline option


I recently asked this question about a PHP interactive shell, similar to python's. after viewing this page it looks like what I need to do is compile PHP with the --with-readline option. The problem is, on Windows, I don't know how to do that. Can anyone help me?


Solution

  • The readline library is not available on Windows.