Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63711, comment 1


Ignore:
Timestamp:
09/17/2025 01:32:28 PM (9 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63711, comment 1

    initial v1  
    11Related:
    2 * https://core.trac.wordpress.org/ticket/54505
    3 * https://core.trac.wordpress.org/ticket/39975
     2* #54505
     3* #39975
    44
    55I note that it appears to be impossible to use this code in practice because "auto" chooses between the faster php-xdiff extension and fallback/native PHP code. To use it, one would need to use `new Text_Diff('shell')` or construct the Text_Diff_Engine_shell class directly. Are these two classes considered a public stable API for plugin/theme authors? If not, I could instead remove that part of it.