Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Deprection of E_STRICT in PHP 8.4 #57

Closed
srjlewis opened this issue Oct 3, 2024 · 2 comments
Closed

Deprection of E_STRICT in PHP 8.4 #57

srjlewis opened this issue Oct 3, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@srjlewis
Copy link

srjlewis commented Oct 3, 2024

I have done some testing with PHP 8.4 and have seen to foollowing notice.

PHP Deprecated: Constant E_STRICT is deprecated in /project_dir/vendor/laminas/laminas-log/src/Logger.php on line 93

@srjlewis srjlewis added the Bug Something isn't working label Oct 3, 2024
@laminas-bot
Copy link
Contributor

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee.
If you have a security issue, please follow our security reporting guidelines.
If you wish to take on the role of maintainer, please nominate yourself

If you are looking for an actively maintained package alternative, we recommend:

@froschdesign
Copy link
Member

I think the constant can be replaced with the concrete value (2048) and everything should work as before.

https://www.php.net/manual/errorfunc.constants.php#constant.e-strict

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants