Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

phpenv 0.3.0

Compare
Choose a tag to compare
@sptndc sptndc released this 14 Nov 18:02
· 451 commits to master since this release
dfad9dd

Added

  • Added an phpenv root command which prints the value of
    $PHPENV_ROOT, or the default root directory if it's unset.
  • Added preliminary support for ksh.
  • Added a --no-rehash option to phpenv init for skipping the
    automatic rehash when opening a new shell.

Changed

  • Clarified Zsh installation instructions in the readme.
  • Changed Zsh initialization code to install completion hooks only for
    interactive shells.
  • phpenv rehash creates or removes shims only when necessary instead
    of removing and re-creating all shims on each invocation.

Fixed

  • Fixed an issue with calling readlink for paths with spaces.
  • Fixed that PHPENV_DIR, when specified, would be incorrectly
    expanded to its parent directory.

Removed

  • Removed some redundant code in phpenv rehash.
  • Removed the deprecated set-default and set-local commands.