expect

pecl install expect

PHP extension for expect library

This extension allows to interact with processes through PTY, using expect library.

Maintainer

  • Michael Spector (lead )
  • Simon Bazley (lead )

Details

Stars: 1
Issue openned: 4
Downloads: 91988
0.2.1
18 years ago
Version 0.2.1 change log

1) Support returning match substrings in array.
2) Fix missing null-termination in returned match string.