Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35517, comment 31


Ignore:
Timestamp:
06/12/2023 03:40:15 AM (2 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35517, comment 31

    initial v1  
    44I don't have any recent experience with this module, I'm still supportive of removing the handler from Core however (Given <5% of sites have the extension, and less than that likely use it)
    55
    6 That being said, using `intval()` seems ridiculous, this seems to be a PHP bug IMHO, but one that's existed for long enough that this should've been merged 5+ years ago. It's documented as needing intval in this example: https://www.php.net/manual/en/function.ssh2-sftp.php and https://www.php.net/manual/en/ref.ssh2.php#121929 shows why it's needed.
     6That being said, using `intval()` seems ridiculous, this is a PHP bug that shouldn't be still affecting others today, but as it's existed for long enough that this should've been merged 5+ years ago. It's documented as needing intval in this example: https://www.php.net/manual/en/function.ssh2-sftp.php