Active
Project:
Secure Magic Login Link
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2026 at 09:41 UTC
Updated:
22 Apr 2026 at 09:54 UTC
Jump to comment: Most recent
I wanted to test the module but it gave me an syntax error on my php 8.2 installation
ParseError: syntax error, unexpected identifier "NAME_IP", expecting "="
Install module on php 8.2
Declare a minimum php version in the info.yml or better in a composer.json
PHP 8.3 should be the minimum, when scalar type for constants were introduced
https://www.php.net/manual/en/language.oop5.constants.php
Code
Comments
Comment #2
sandervancampIncreased minimum php version to 8.3
Solved: https://www.drupal.org/project/magic_login_link/issues/3586231