https://bugzilla.wikimedia.org/show_bug.cgi?id=35890
--- Comment #8 from Bryan Tong Minh <[email protected]> 2012-09-18 13:33:29 UTC --- (In reply to comment #7) > (In reply to comment #3) > > > > Essentially, the wfMkdirParents function in GlobalFunctions.php needs to > > have > > the mkdir function changed, or the $mode variable changed, when using IIS. > > The > > folders it is creating do not have the correct permissions, even with the > > /images/ directory set explicitly to recurs permissions to all children. I'd > > change it myself, but I simply do not have the experience with the PHP/ISS > > mix > > to get the permissions set using PHP. In php/apache or .net/iis this is a > > simple function. I couldn't find ANYTHING useful on the web about how to > > override permissions using php on iis. > > > > All docs i can find say that php totally ignores the mode argument of mkdir > when running under windows. > > Not sure where that leaves us... Shelling out to cacls.exe to do its dirty magic. Not sure how desired that is though... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
