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

The variable '$php_errormsg' is deprecated since PHP 7.2; Using error_get_last() instead #1144

Merged
merged 8 commits into from
Oct 5, 2019
Merged

The variable '$php_errormsg' is deprecated since PHP 7.2; Using error_get_last() instead #1144

merged 8 commits into from
Oct 5, 2019

Commits on Jul 2, 2019

  1. phing wouldn't work from the test directory, document how I got it to…

    … work (from main directory instead)
    kenguest committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2a6734a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. phing wouldn't work from the test directory, document how I got it to…

    … work (from main directory instead)
    kenguest committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    fd9dde2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d68e460 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    d6133eb View commit details
    Browse the repository at this point in the history
  2. The variable '$php_errormsg' is deprecated since PHP 7.2; Using error…

    …_get_last() instead
    
    Also using error_clear_last (Available since PHP 7) to clear any previously set error message
    to ensure only relevant error message is referenced/used.
    kenguest committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    7f647dc View commit details
    Browse the repository at this point in the history
  3. Small tidy-up.

    kenguest committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    67a6768 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    51c703d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Configuration menu
    Copy the full SHA
    fe36861 View commit details
    Browse the repository at this point in the history