[wp-trac] Re: [WordPress Trac] #10205: getmyuid() called instead of
posix_getuid() in get_filesystem_method()
(wp-admin/includes/file.php)
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 18 10:02:37 GMT 2009
#10205: getmyuid() called instead of posix_getuid() in get_filesystem_method() (wp-
admin/includes/file.php)
------------------------------------------------------------------------------------------------+
Reporter: pgl | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Filesystem | Version: 2.8
Severity: normal | Resolution: wontfix
Keywords: uid, filesystem method, file.php, posix_getuid, getmyuid, direct, install, upgrade |
------------------------------------------------------------------------------------------------+
Changes (by dd32):
* status: new => closed
* resolution: => wontfix
* milestone: 2.9 =>
Comment:
See #8400, #7779
Group-writable is not supported currently.
The owner on new files can never be set correctly, so it'll always be
owned by the web server (ie. apache) instead of by the current user
Thats why it checks the owner of the current file, compared to the owner
of created files.
I'm closing as wontfix, due to the ownership issues. It could cause huge
problem on some shared hosters (most of the major ones at least)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10205#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list