Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #65473, comment 8


Ignore:
Timestamp:
06/18/2026 10:06:22 AM (2 months ago)
Author:
nickchomey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65473, comment 8

    v1 v2  
    11To clarify, php-vips just installs with composer and uses the FFI php extension to call the libvips binary directly. We'd probably bundle/vendor it.
    22
    3 I assume that the update api detects the FFI php extension, but would be surprised if it looks for libvips/any binary in $PATH. It wouldn't be all that hard to add support for though.
     3I assume that the update api detects the FFI php extension, but would be surprised if it looks for libvips/all binaries in $PATH. It wouldn't be all that hard to add support for though.