-
Bug
-
Resolution: Fixed
-
Major
-
4.0.0-a1, 3.3.1-RC1
-
None
Installer throws
[phpBB Debug] "Use of undefined constant ANONYMOUS - assumed 'ANONYMOUS' (this will throw an Error in a future version of PHP)" in file [ROOT]\vendor\symfony\dependency-injection\ContainerBuilder.php on line 1176
The actual issue is that ANONYMOUS constant is used in /phpbb/session.php class definition here https://github.com/phpbb/phpbb/blob/3.3.x/phpBB/phpbb/session.php#L28 while it's not defined.