Skip to content

feat: update @lando/php to ^1.12.0#105

Merged
AaronFeledy merged 2 commits intomainfrom
feat/php-1.12.0
Mar 8, 2026
Merged

feat: update @lando/php to ^1.12.0#105
AaronFeledy merged 2 commits intomainfrom
feat/php-1.12.0

Conversation

@AaronFeledy
Copy link
Copy Markdown
Member

@AaronFeledy AaronFeledy commented Mar 8, 2026

Changes

  • Updated @lando/php to ^1.12.0

What's in @lando/php v1.12.0

  • Enabled mod_headers and mod_expires Apache modules by default (php#244)
  • Fixed xdebug log file ownership issue when build_as_root or run_as_root creates /tmp/xdebug.log as root (php#242)

Note

Medium Risk
Dependency bump changes the default PHP/Apache runtime (enabling mod_headers/mod_expires) and tweaks xdebug log handling, which could affect downstream app behavior in existing LAMP setups.

Overview
Updates this plugin’s @lando/php dependency to ^1.12.0 (and refreshes package-lock.json accordingly).

Documents the bump in CHANGELOG.md, noting the new default Apache modules (mod_headers/mod_expires) and the xdebug log ownership fix included in @lando/php@1.12.0.

Written by Cursor Bugbot for commit 7585712. This will update automatically on new commits. Configure here.

- Enabled mod_headers and mod_expires Apache modules by default
- Fixed xdebug log ownership issue with build_as_root/run_as_root
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 8, 2026

Deploy Preview for lando-lamp ready!

Name Link
🔨 Latest commit 7585712
🔍 Latest deploy log https://app.netlify.com/projects/lando-lamp/deploys/69ace3c5829d101041f6d058
😎 Deploy Preview https://deploy-preview-105--lando-lamp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 88 (🔴 down 4 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: package-lock.json not updated with new dependency version
    • Ran npm install to regenerate package-lock.json with @lando/php@1.12.0 matching the package.json constraint, verified npm ci now works.

Create PR

Or push these changes by commenting:

@cursor push 3b468e8e67
Preview (3b468e8e67)
diff --git a/package-lock.json b/package-lock.json
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
         "@lando/mongo": "^1.4.0",
         "@lando/mssql": "^1.4.3",
         "@lando/mysql": "^1.6.0",
-        "@lando/php": "^1.10.0",
+        "@lando/php": "^1.12.0",
         "@lando/postgres": "^1.5.0",
         "lodash": "^4.17.21"
       },
@@ -1506,9 +1506,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",

@AaronFeledy AaronFeledy merged commit 2b623e2 into main Mar 8, 2026
32 checks passed
@AaronFeledy AaronFeledy deleted the feat/php-1.12.0 branch March 8, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant