-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PHP 8.3 #5136
Comments
Other notable changesExecuting proc_get_status() multiple timesApplicable to:
Both shouldn't be strongly affected. Uses of traits with static propertiesApplicable to:
The first is mainly used in controllers and clicommands, thus not affected by the new behavior. Though, a widget Assigning a negative index to an empty arrayDifficult to check. phpstan will hopefully do so. The range() function has had various changeshttps://www.php.net/manual/en/migration83.incompatible.php#migration83.incompatible.standard Funny. Saner Increment/Decrement operatorsDifficult to check. phpstan will hopefully do so. get_class()/get_parent_class() call without argumentshttps://www.php.net/manual/en/migration83.deprecated.php#migration83.deprecated.core.get-class Not applicable to our code parts, but to a vendor part. (zf1-future's OpenId extension, unused by us) |
Did some testing. Seems to have no effect. |
Describe the bug
– https://github.com/php/php-src/blob/php-8.3.0RC1/UPGRADING#L184C5-L184C74
But this is exactly what we do:
https://github.com/Icinga/icingaweb2/blob/v2.12.0/library/Icinga/Protocol/Ldap/LdapConnection.php#L1201
To Reproduce
Expected behavior
LDAP just works.
Screenshots
Your Environment
icinga2 --version
): -php --version
): 8.3.0 RC3The text was updated successfully, but these errors were encountered: