Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #23127


Ignore:
Timestamp:
01/06/2013 08:45:30 AM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23127 – Description

    initial v2  
    22
    33Everything works fine before line 91:
     4{{{
    45$this->image = @imagecreatefromstring( file_get_contents( $this->file ) );
     6}}}
    57
    68So imagecreatefromstring fails because of a lack of memory. But as a chain reaction everything else fails afterwards. The library is not loaded and sent back, and so on. As a result no id is sent back to the frontend and the Loader hangs.