github ddev/ddev v1.12.2
v1.12.2: Fix upstream problem with xdebug breakpoints

latest releases: v1.23.0, v1.23.0-rc2, v1.23.0-rc1...
4 years ago

This point release has all the features of v1.12.0 and:

  • Upstream Xdebug fix to prevent Xdebug from stopping all the time at function headers (#1996)
  • macOS Catalina hardening

Besides the Xdebug fix there are no other bug fixes or features.

Installation/Upgrade

See the installation instructions for details, but it's easy:

  • If you edited your config.yaml with webimage pointing to an older webimage to solve the Xdebug problem, please remove that webimage pin.
  • If you are on Windows and use nfs_mount_enabled, please stop nfsd first: sudo nssm stop nfsd
  • Please stop all projects first, this does no harm: ddev poweroff
  • If you have custom configuration, especially pinned image specifications in your .ddev/config.yaml, please remove it for now.
  • macOS Homebrew and Linux Linuxbrew: brew install drud/ddev/ddev or brew upgrade drud/ddev/ddev ). (You may need a brew update for homebrew to find the new release.)
  • Windows: Use choco upgrade ddev --version 1.12.2, or download the ddev_windows_installer below.
  • And anywhere, you can just download the tarball or zipball, untar or unzip it, and place the executable in your path where it belongs.

Don't miss a new ddev release

NewReleases is sending notifications on new releases.