Releases: lando/php
Releases · lando/php
v1.7.0
This release moves the installation of composer
out of the service image and into the app build process. This means that when starting your app for the first time, or when subsequently running a lando rebuild
, the latest appropriate version of composer
will be installed automatically. You can skip this step by setting composer_version: false
.
CHANGELOG
- Added logic to allow default
composer
version to be set based on PHP version. - Added
2.2
and2.2-latest
shorthand options to install the latest stable 2.2 LTS version ofcomposer
. - Set default
composer
version to2-latest
- Set default
composer
version to2.2-latest
for PHP 5.3-7.2 - Set default
composer
version to1-latest
for PHP <= 5.2 - Removed
composer
installation from images to prefer installing during app build - Fixed bug causing
composer
2.2.x to be installed whencomposer_version
was set to a single digit version such as1
- Fixed mismatched
libsqlite3-dev
andlibsqlite3-0
versions in PHP 8.3 and 8.4 images - Fixed regression causing ImageMagick
convert
to not be available in images withimagick
extension enabled
v1.6.4
What's Changed
- Fixed issue causing xdebug extension to not be disabled by default in PHP 8.3 and 8.4 images.
- Added install-php-extensions script to PHP 7.4-8.2 images.
- Added MariaDB client tools to PHP 7.4-8.4 images #120.
- Added xhprof extension to PHP 7.4-8.4 images.
- Updated sqlite3 to 3.45.1 in PHP 8.3-8.4 images.
v1.6.2
Images
- Updated PHP 8.1-8.3 base images to Debian 12 (bookworm).
- Added
install-php-extensions
script to PHP 8.3 and 8.4 images. - Added
imagick
extension to PHP 8.3 and 8.4 images. - Updated 8.4RC image to 8.4 stable.
- Added
xdebug
extension to PHP 8.4 images.
Docs
- Updated the version index.md to get Docuverse page to build correctly.
- Updated to @lando/vitepress-theme-default-plus@v1.1.0-beta.24.
v1.6.3
v1.6.1
v1.6.0
- Updated release process to generate an edge release when stable releases are created.
v1.5.0
v1.4.0
v1.3.0
- Updated to latest database services.
v1.2.0
- Get PHP image builds working to make PHP 8.3 images available. Note Imagick is temporarily unavailable!
- Stable version of xdebug for PHP 8.3. #91