View previous topic :: View next topic |
Author |
Message |
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3935
|
Posted: Fri Nov 15, 2024 10:59 am Post subject: if php-8.2 breaks your webapp |
|
|
..try locating the offending .php file in the webapp config directory and prepend
Code: |
#[AllowDynamicProperties]
|
before the class definition(s) like
Code: |
#[AllowDynamicProperties] class xyz {.....
|
Apparently dynamic properties are deprecated in php8-2 and this might mess with your app.
It happend to me with phpldapadmin and I was thus able to remedy the problem. _________________
|
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1819 Location: Germany
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|