|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-06 04:26 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 13:00:02 2026 UTC |
Summary: Apache/1.3.23 (Unix) PHP/4.1.2 Program: do.php owner:fileowner <?php if(dir($dirname)){ //......... }else{ mkdir("$dirname",0755); } ?> reporting.... When program over.that directory already maked but it's mode is 0411 not 0755.and owner isn't fileowner. it's owner is otherowner! please tell me this question is about system user administator or php administrator? and when i make file in directory.use chown($filename,'fileowner').but when page run over . file owner can't change ! why?