-
Notifications
You must be signed in to change notification settings - Fork 711
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
Using PHP functions and static class methods in expressions now also triggers a deprecation notice #880
Commits on Apr 25, 2023
-
Using PHP functions in expressions now also triggers a deprecation no…
…tice because we will drop support for this in the next major release Fixes #813
Configuration menu - View commit details
-
Copy full SHA for d0d1698 - Browse repository at this point
Copy the full SHA d0d1698View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b748d2 - Browse repository at this point
Copy the full SHA 6b748d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29fbed4 - Browse repository at this point
Copy the full SHA 29fbed4View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c3de6dc - Browse repository at this point
Copy the full SHA c3de6dcView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59bbac5 - Browse repository at this point
Copy the full SHA 59bbac5View commit details
Commits on Mar 18, 2024
-
do not trigger deprecation for 4 php native functions that will still…
… be supported in v5
1Configuration menu - View commit details
-
Copy full SHA for 7d40a09 - Browse repository at this point
Copy the full SHA 7d40a09View commit details -
Configure PHPunit to convert deprecation errors to exceptions, but ig…
…nore them in tests by default.
Configuration menu - View commit details
-
Copy full SHA for 2e03a1c - Browse repository at this point
Copy the full SHA 2e03a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c304af8 - Browse repository at this point
Copy the full SHA c304af8View commit details -
unit tests for appropriate notices for supported/unsupported function…
…s/modifiers in v5
Configuration menu - View commit details
-
Copy full SHA for eadec6a - Browse repository at this point
Copy the full SHA eadec6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c247e - Browse repository at this point
Copy the full SHA 04c247eView commit details