Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49291


Ignore:
Timestamp:
01/26/2020 10:08:13 PM (6 years ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome to WordPress Trac! Thanks for the report.

  • The set_time_limit( 0 ) instance in wp_ajax_get_revision_diffs() was introduced in [24707] / #24757. Could you clarify why the value should be changed to 120?
  • Please note that class-pop3.php is a part of the PHPMailer external library, any changes to its files should be submitted upstream: https://github.com/PHPMailer/PHPMailer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49291

    • Property Focuses administration added
    • Property Component changed from Administration to Revisions
    • Property Severity changed from major to normal
  • Ticket #49291 – Description

    initial v1  
    11file: wp-admin\includes\ajax-actions.php
    2 function: wp_ajax_get_revision_diffs
     2function: `wp_ajax_get_revision_diffs`
    33line: 3425
    44Issue: no time limit set
     
    77
    88file: wp-includes\class-pop3.php
    9 function: __construct
     9function: `__construct`
    1010line: 63
    1111Issue: timeout value is not tested and can be set to 9999999 or a negitive value that acts the same as 0