You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…s to repres… (arekzb)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead.
Discussion
----------
Use hexadecimal numerals instead of hexadecimals in strings to repres…
Use hexadecimal numerals instead of hexadecimals in strings to represent error codes.
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#37577 , #36327
| License | MIT
Class constants are now hexadecimal numerals instead of hexadecimals in strings.
Commits
-------
e9f7769 Use hexadecimal numerals instead of hexadecimals in strings to represent error codes.
Symfony version(s) affected: 4.4+
Description
Commit identified : symfony/ldap@ebc066b#diff-417a42cf16696cf4f1941a331a2007f9
Manual page : https://www.php.net/manual/en/function.ldap-errno.php
Apparently, only the
ConnectionException
is thrown.Possible Solution
Use the hexadecimal notation :
The text was updated successfully, but these errors were encountered: