#1148052 Adapt GOsa² files to PHP 8.4: Remove E_STRICT from error_reporting

#1148052#5
Date:
2026-09-16 13:51:34 UTC
From:
To:
Environment:
- Server Debian Edu 13.7 server with only role "Main-server"
- Workstation installed with PXE from server above
- GUI logon as root
- Firefox with default page `https://www/index.html.en`
<https://www/index.html.en>

Trying to open `GOsa2 LDAP administration` from the menu on the right side
opens webpage of GOsa² `https://www/gosa/` with the following error:

Deprecated: Constant E_STRICT is deprecated in
/usr/share/gosa/html/index.php on line 37


grep -n E_STRICT  /usr/share/gosa/html/index.php
37:    error_reporting(E_ALL | E_STRICT);


Sincerely,
Serhii Horichenko