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

API: Prevent large images from repeatedly crashing PHP on resize #2753

Closed
wants to merge 1 commit into from

Commits on Feb 17, 2014

  1. API: Prevent large images from repeatedly crashing PHP on resize

    Add unit tests, fix incorrect class instanciation
    
    Prevent image manipulation methods from causing repeat GD failures
    
    Use destructor to handle lock file removal
    
    Remove attempts to call parent destructor - there isn't one
    
    First draft of using SS_Cache API
    
    Updated unit tests, minor fixes/tweaks
    
    Updated onBeforeDelete logic and unit tests
    
    Add dev task for clearing cache of image manipulations
    
    Store manipulation method/arguments in more accessible way in cache
    
    API: Prevent large images from repeatedly crashing PHP on resize
    kinglozzer committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    0a238b1 View commit details
    Browse the repository at this point in the history