[PHP-WIN] Chmod and fileperms

2007-06-17 Thread Henrik Andersson
I am doing some research about how php fakes the posix chmod system on windows, but I can not seem to figure out what each bit in the used bitfields means. Where can I find a list of these bit flags as used by windows? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

RE: [PHP-WIN] CHMOD function issue.

2004-11-29 Thread Mike
ould be causing this. -M > -Original Message- > From: Kuldeep [mailto:[EMAIL PROTECTED] > Sent: Monday, November 29, 2004 3:16 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] CHMOD function issue. > > Hello All, > > I have made a admin area on my site where it al

[PHP-WIN] CHMOD function issue.

2004-11-29 Thread Kuldeep
Hello All, I have made a admin area on my site where it allows the admin to change the pagelayout, I.E : font color, table color, font size, background color. the Folder permission is set to 755 and the file permissions are set to 644. I used the CHMOD funtion to change the permission to 666 befo

Re: [PHP-WIN] chmod on win xp - update

2004-01-19 Thread Stuart
mayo wrote: Donatas, you were right: The tools > Folder Options > advanced settings, uncheck "Use simple file sharing" was it. The security tab appeared. (Woohoo) Unfortunately there are still some issues. All the check boxes are grayed out and I'm still unable to give myself execute privileges. In

RE: [PHP-WIN] chmod on win xp - update

2004-01-19 Thread mayo
ED] > Sent: Monday, January 19, 2004 2:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] chmod on win xp > > > This goes only for Windows XP Pro, Home edition doesn't have this. Go to > [Explorer window] -> Tools -> Folder Options -> View::Advan

Re: [PHP-WIN] chmod on win xp

2004-01-19 Thread Donatas
e abc.php because Permission denied in c:\inetpub\wwwroot ... The same file works on my ISP's server. thx, Gil > -Original Message- > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 4:59 AM > To: Gil > Subject: Re: [PH

RE: [PHP-WIN] chmod on win xp

2004-01-19 Thread Svensson, B.A.T. (HKG)
be be set for the user as php runs as (usually the IIs users) or everybody - but you don't want to do the last thing. -Original Message- From: mayo To: David Tod Sigafoos; php-windows Sent: 2004-01-18 20:00 Subject: RE: [PHP-WIN] chmod on win xp I must be missing something because

Re[2]: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
Hello mayo, Sunday, January 18, 2004, 7:00:19 PM, you wrote: m> I must be missing something because right clicking on the file (in explorer) m> doesn't give me the option to change read - write - execute. All I get is m> Read-only and Hidden check boxes. did you get this worked out from our oth

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread Mario J. Reis
To: David Tod Sigafoos; php-windows Subject: RE: [PHP-WIN] chmod on win xp I must be missing something because right clicking on the file (in explorer) doesn't give me the option to change read - write - execute. All I get is Read-only and Hidden check boxes. And, they're not checked

RE: [PHP-WIN] chmod on win xp

2004-01-18 Thread mayo
php because Permission denied in c:\inetpub\wwwroot ... The same file works on my ISP's server. thx, Gil > -Original Message- > From: David Tod Sigafoos [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 4:59 AM > To: Gil > Subject: Re: [PHP-WIN] ch

Re: [PHP-WIN] chmod on win xp

2004-01-18 Thread David Tod Sigafoos
You can set the rights on XP (or any windows os) from the Explorer window. RightClick Start Select Explorer navigate to the directory you want with the file showing in the right RightClick the file Select Properties select the 'rights' you want Saturday, January 17, 2004, 8:55:58 PM, you wrote:

[PHP-WIN] chmod on win xp

2004-01-17 Thread mayo
so I would like to write to file on my local box. $fp = fopen($filename, "w"); fwrite($fp, "whatever"); I get a permission error. I've looked but I don't see how to chmod. It worked on my ISP after CHMOD so it's not the code. using: windows xp and iis 5 -- gil -- PHP Windows Mailing Lis

RE: [PHP-WIN] chmod

2004-01-03 Thread Svensson, B.A.T. (HKG)
And that was? -Original Message- From: Bobo Wieland To: [EMAIL PROTECTED] Sent: 2004-01-02 20:45 Subject: Re: [PHP-WIN] chmod I've contacted my ISP and it accually was an error from their side. thanks anyway... .bobo -- PHP Windows Mailing List (http://www.php.net/) To unsubs

Re: [PHP-WIN] chmod

2004-01-02 Thread Bobo Wieland
L PROTECTED]>; "'Bobo Wieland '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 02, 2004 5:51 PM Subject: RE: [PHP-WIN] chmod > 0777 works fine on Windows 2000 and XP, if the user has the rights to > modify the directory. > > - F

RE: [PHP-WIN] chmod

2004-01-02 Thread Frank M. Kromann
r win32 platfrpom (e.g. NT with NTFS) > then sort of the same holds true - I think. But who knows > for sure with Bill... ;) > > Additional question: > > * how are you executing this? Via the webserver(?), > and if so, what kind of webserver are you using? > > >

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
More like Holy Gates, I suspect ;-> Warren Vail [EMAIL PROTECTED] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 8:02 AM To: 'Warren Vail '; ''Bobo Wieland ' '; '[EMAIL PROTECTED] ' Sub

RE: [PHP-WIN] chmod

2004-01-02 Thread Svensson, B.A.T. (HKG)
> Where someone detected that only 775 and 666 worked, another > concluded that a few additional values are valid on windows > platforms (777 was not one of them). Holy moses! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] chmod

2004-01-02 Thread Warren Vail
- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 7:17 AM To: 'Bobo Wieland '; '[EMAIL PROTECTED] ' Subject: RE: [PHP-WIN] chmod This seams to be an access problem in the file system. Check if the user Id the process executes under actu

RE: [PHP-WIN] chmod

2004-01-02 Thread Svensson, B.A.T. (HKG)
: * how are you executing this? Via the webserver(?), and if so, what kind of webserver are you using? -Original Message- From: Bobo Wieland To: [EMAIL PROTECTED] Sent: 2004-01-02 11:39 Subject: [PHP-WIN] chmod I'm trying to set write permission for a folder to be able to write i

[PHP-WIN] chmod

2004-01-02 Thread Bobo Wieland
I'm trying to set write permission for a folder to be able to write images... chmod("./../img/sort",0777) just causing a warning: Warning: chmod(): Operation not permitted in /home/p/plantsko/www/administration/data/imglib.php on line 11 Anyone know what might cause this warning? I've tried ch

[PHP-WIN] Chmod in windows XP and NT

2002-10-31 Thread Ikke
How do i chmod a textfile, serverside? I got an apache server, running under windows (XP, but later im gonna move it to a pc with winNT) thx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] CHMOD

2002-02-26 Thread Mike Eynon
Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 8:40 AM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] CHMOD >i was reading a php book and it says on UNIX machines i must change the CHMOD >to 6

RE: [PHP-WIN] CHMOD

2002-02-26 Thread Svensson, B.A.T. (HKG)
>i was reading a php book and it says on UNIX machines i must change the CHMOD >to 666 or 777, how do i do this? i never heard of the CHMOD. thanks. Nobody wants in general to chomd a file 777!!! Let me explain why: chmod is an abbreviation of CHange MODe. The mode, or more specify the access

Re: [PHP-WIN] CHMOD

2002-02-24 Thread Pac mon
When you're at a unix console type this: chmod ### thefilename ###=the numbers for owner, group and global thefilename=the name of the file you want to change i was reading a php book and it says on UNIX machines i must change the CHMOD to 666 or 777, how do i do this? i never heard of the CHMO

RE: [PHP-WIN] CHMOD

2002-02-24 Thread alain samoun
Then post at [PHP-GENERAL]. Here it's for PHP on Windows. A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] CHMOD i have a unix host. thats why i am trying to get

Re: [PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i have a unix host. thats why i am trying to get this CHMOD to work. Thanks.

Re: [PHP-WIN] CHMOD

2002-02-24 Thread Symeon Charalabides
> i put > > chmod ("index.php", 0777); > > in my index.php file and when i viewed it, it displayed > "Warning: chmod failed: Operation not permitted" > anyone know why that is? > chmod is a native Unix command - I doubt tha windows like/permit it. Also, some providers won't let you chmod th

Re: [PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i put chmod ("index.php", 0777); in my index.php file and when i viewed it, it displayed "Warning: chmod failed: Operation not permitted" anyone know why that is?

RE: [PHP-WIN] CHMOD

2002-02-24 Thread alain samoun
www.php.net [SEARCH FOR:] CHMOD [in the FUNCTIONS list:] http://www.php.net/manual/en/function.chmod.php A+ Alain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 24, 2002 10:21 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] CHMOD i was reading

[PHP-WIN] CHMOD

2002-02-24 Thread ChaoticWorks
i was reading a php book and it says on UNIX machines i must change the CHMOD to 666 or 777, how do i do this? i never heard of the CHMOD. thanks.

Re: [PHP-WIN] chmod files on windows - how?

2001-12-21 Thread Seung-woo Nam
Hi, Since Windows 98 doesn't have the same kind of file permission settings like UNIX variety of OSes, I don't thibk you should worry about that part. It should be fine as long as "Read Only" property on the file is not turned on. On Fri, 2001-12-21 at 16:54, p13zo wrote: > im using apache1.3 on

RE: [PHP-WIN] chmod files on windows - how?

2001-12-21 Thread Martin Halford
9:54 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] chmod files on windows - how? im using apache1.3 on my window98 with php4 just to test my page before upload it to a hosting server. now im tryin to use some free script downloaded from the net (a guestbook script) and on the instalation manual it

[PHP-WIN] chmod files on windows - how?

2001-12-21 Thread p13zo
im using apache1.3 on my window98 with php4 just to test my page before upload it to a hosting server. now im tryin to use some free script downloaded from the net (a guestbook script) and on the instalation manual it tell me to chmod a file and a directory to 777. its not a problem on remote serv

RE: [PHP-WIN] chmod a folder

2001-11-10 Thread Ross Fleming
] ' Cc: 'Karl S. Lxland ' Subject: RE: [PHP-WIN] chmod a folder >i wondered if someone could tell me jow i chmod a folder i php. >(like: chmod("/somedir/somefile", 0755); works on files) $man chmod -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

RE: [PHP-WIN] chmod a folder

2001-11-09 Thread Svensson, B.A.T.
>i wondered if someone could tell me jow i chmod a folder i php. >(like: chmod("/somedir/somefile", 0755); works on files) $man chmod -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-WIN] chmod a folder

2001-11-09 Thread Karl S. Løland
Hi!.. i wondered if someone could tell me jow i chmod a folder i php. (like: chmod("/somedir/somefile", 0755); works on files) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the l