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

Control when PHP's garbage collector is triggered #5368

Merged
merged 6 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    89b8a6c View commit details
    Browse the repository at this point in the history
  2. Implement controlGarbageCollector (boolean, default: false) and numbe…

    …rOfTestsBeforeGarbageCollection (int, default: 100) XML configuration settings
    sebastianbergmann committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bbadd5e View commit details
    Browse the repository at this point in the history
  3. Implement Configuration::controlGarbageCollector() and Configuration:…

    …:numberOfTestsBeforeGarbageCollection()
    sebastianbergmann committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    37c239c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de96975 View commit details
    Browse the repository at this point in the history
  5. Implement GarbageCollectionDisabled, GarbageCollectionTriggered, and …

    …GarbageCollectionEnabled events
    sebastianbergmann committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3a55cf9 View commit details
    Browse the repository at this point in the history
  6. Update ChangeLog

    sebastianbergmann committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6b73f0e View commit details
    Browse the repository at this point in the history