Filesystem API: Avoid a PHP notice in `WP_Filesystem_Direct::owner()` and...
Filesystem API: Avoid a PHP notice in `WP_Filesystem_Direct::owner()` and `::group()` methods and their `WP_Filesystem_SSH2` counterparts. Although not officially documented in the PHP manual, `posix_getpwuid()` and `posix_getgrgid()` can return `false` in some circumstances. Props logig. Fixes #50373. Built from https://develop.svn.wordpress.org/trunk@48031 git-svn-id: https://core.svn.wordpress.org/trunk@47798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Loading
Please register or sign in to comment