From 29fcec0fe1197ea4ea436f5f4882998a7898599f Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 7 Mar 2026 19:53:21 -0600 Subject: [PATCH 1/2] feat: update @lando/php to ^1.12.0 - Enabled mod_headers and mod_expires Apache modules by default - Fixed xdebug log ownership issue with build_as_root/run_as_root --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f15c6..9fb31ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +* Updated to [@lando/php@1.12.0](https://github.com/lando/php/releases/tag/v1.12.0) for mod_headers/mod_expires and xdebug log fix + * Removed `--ansi` flag from composer tooling command to prevent escape codes in redirected output * Fixed MySQL 8.4 startup failure by removing hardcoded `mysql_native_password` authentication [lando/mysql#69](https://github.com/lando/mysql/issues/69) diff --git a/package.json b/package.json index 8d818f6..a10a2e2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@lando/mariadb": "^1.7.0", "@lando/mssql": "^1.4.3", "@lando/mysql": "^1.6.0", - "@lando/php": "^1.11.1", + "@lando/php": "^1.12.0", "@lando/postgres": "^1.5.0", "lodash": "^4.17.21" }, From 228457dd480a2d9bc27ad248743bd0e644fb40b2 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 7 Mar 2026 20:13:49 -0600 Subject: [PATCH 2/2] chore: update package-lock.json --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58b37ea..4aa4287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@lando/mariadb": "^1.7.0", "@lando/mssql": "^1.4.3", "@lando/mysql": "^1.6.0", - "@lando/php": "^1.11.1", + "@lando/php": "^1.12.0", "@lando/postgres": "^1.5.0", "lodash": "^4.17.21" }, @@ -1472,9 +1472,9 @@ "license": "MIT" }, "node_modules/@lando/php": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/@lando/php/-/php-1.11.2.tgz", - "integrity": "sha512-1fsT+GPThmUkB8X5iprBkX+VBoor/sXB8/oOwGFabeeVCcVq6ymDSBWgs8Qf2hdoxJiJcNT871//ohkQaotLYw==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@lando/php/-/php-1.12.0.tgz", + "integrity": "sha512-yHhjdtGv0zgylfOubbWz09ufTr8yfi7so262RDJT5P03T24LfHPOBLFLTtdI8I1k0kzH9phxhQ4aZyex9TMhsg==", "bundleDependencies": [ "@lando/nginx", "lodash",