Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PHP 8.4 #856

Closed
driehle opened this issue Jan 22, 2025 · 1 comment · Fixed by #857
Closed

Add support for PHP 8.4 #856

driehle opened this issue Jan 22, 2025 · 1 comment · Fixed by #857
Assignees
Milestone

Comments

@driehle
Copy link
Member

driehle commented Jan 22, 2025

Feature Request

What

Add support for PHP 8.4 to DoctrineModule.

How

Currently, laminas-cache v3 does not support PHP 8.4 yet, which hinders adding support to PHP 8.4 to DoctrineModule. Upgrading to laminas-cache v4 is, unfortunately, not yet possible, as laminas-cache v4 requries laminas-servicemanager v4, which however is not yet supported by many packages in the laminas-mvc ecosystem.

This issues was originally triggered in doctrine/DoctrineORMModule#767.

Status

The following PRs need to be merged and new releases to the relevant Laminas packages need to be made, bevore we can add support for PHP 8.4 in DoctrineModule:

@driehle
Copy link
Member Author

driehle commented Jan 23, 2025

The following Laminas cache packages are now available with PHP 8.4 support:

  • laminas-cache: 3.13.0
  • laminas-cache-storage-adapter-filesystem: 2.5.0
  • laminas-cache-storage-adapter-redis: 2.10.0
  • laminas-cache-storage-adapter-memory: 2.4.0
  • laminas-cache-storage-adapter-blackhole: 2.5.0
  • laminas-cache-storage-adapter-apcu: 2.6.0
  • laminas-cache-storage-adapter-memcached: 2.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant