Skip to content
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

V5 release #656

Merged
merged 3 commits into from
Apr 8, 2023
Merged

V5 release #656

merged 3 commits into from
Apr 8, 2023

Commits on Apr 8, 2023

  1. PHP8: better exception handling

    Looks like PHP8 handles exceptions differently with Throwables used in cases where php-error occoured.
    To fix this Throwable are now used to catch exception in routeRequest and any instance of Throwable will be converted to Exception.
    skipperbent committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    fa05d64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #654 from skipperbent/v5-exception-handling

    PHP8: better exception handling
    skipperbent committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    2b4ae2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #655 from skipperbent/v5-development

    Version 5.3.0.1
    skipperbent committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    847cb3e View commit details
    Browse the repository at this point in the history