github bobthecow/psysh v0.8.12
PsySH v0.8.12

latest releases: v0.12.3, v0.12.2, v0.12.1...
6 years ago

New:

  • Add file and line number to whereami output.
  • Add support for reading class docs from manual. Be sure to update your manual file! https://github.com/bobthecow/psysh/wiki/PHP-manual
  • Add an edit command for editing (and executing) input in an external editor (Thanks @krageon!)
  • Add support for setting the prompt to something other than >>> (Thanks @dennisdegreef!)
  • Add forceArrayIndexes config to always show array indexes, even for numeric arrays (Thanks @dennisdegreef!)
  • Autocomplete default method and function parameters (Thanks @krageon!)

Improved:

  • Match current (as of PHP 7.1) php -a error formatting.
  • Fix a bug parsing the shorthand list operator with a missing index.
  • Fix a handful of tab completion edge case errors (Thanks @krageon!)
  • Don't include magic methods, e.g. __construct or __wake in tab completion (Thanks @jens1o!)
  • Add a three second timeout to update checks.

Don't miss a new psysh release

NewReleases is sending notifications on new releases.