FW: [PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hi again! I meant THANKS FOR THE HELP FROM YOU ALL! :-) Best regards /Gustav Wiberg -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 8:33 AM To: 'php windows' (php-windows@lists.php.net) Subject: FW: [PHP-WIN] Rights to delete? Hi the

FW: [PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hi there! Thanx for the tip! Anyway I have solved the case. I was much, much easier than I thought. It's almost that I begin to cry... Of shame... I called function in a class from another place than I thought and there I didn't set any filename. So the main problem I tried to delete a filed c

RE: [PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hi there! How long would it take to restart IIS? (I have never done that on a production-server). IS there any risks associated with it? (dumb question? ;-)) We have about 40-50 sites on the IIS. Best regards /Gustav Wiberg -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Se

RE: [PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hi there! Interesting... But I really don't understand everything that you say... (cause I'm not a highly qualified expert in the "server-area"... "The best way I've found to test if permission changes take effect is to just grant global permissions to a folder and see if any errors come back."

Re: [PHP-WIN] Rights to delete?

2007-02-22 Thread Austin Gruenweller >-]O
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, IIS is a cruel mistress. Many of the things that I've thought IIS would pick up when it recycles the process it didn't. This is particularly troublesome on a production server.. so you have to make sure everything is right the first time

[PHP-WIN] RE: FAO Dmitry - proc_open() update

2007-02-22 Thread Dmitry Stogov
PHP 4 is closed for new features. Please talk with Derick. He is the release manager of PHP 4. Dmitry. > -Original Message- > From: David Felton [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 22, 2007 4:52 PM > To: Dmitry Stogov; php-windows@lists.php.net > Subject: RE: FAO Dmitry

Re: [PHP-WIN] Rights to delete?

2007-02-22 Thread Armando
I would restart IIS. You know the old Windows adage.. when in doubt, restart. Styve Couture wrote: I really don't know. I didn't succeeded when trying the last time. And since I have been move to another project, I haven't finished my migration from Apache to IIS on my previous project so...

RE: [PHP-WIN] Rights to delete?

2007-02-22 Thread Styve Couture
I really don't know. I didn't succeeded when trying the last time. And since I have been move to another project, I haven't finished my migration from Apache to IIS on my previous project so... And it was my last thing to solve if I remember right. :( It is why I'm interested in the solution.

RE: [PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hi there! I know which user it is. The problem is that nothing happens with the permissons... I assign the Internet IUSR to a specific folder. Then I try and run my php-script. Do I have to restart IIS? Best regards /Gustav Wiberg -Original Message- From: Styve Couture [mailto:[EMAIL

RE: [PHP-WIN] Rights to delete?

2007-02-22 Thread Styve Couture
I had the same problem when I have tried to migrate from Apache to IIS. What I know is that with IIS and ASP.NET you have to go under the security option for your folder and give the right "modify" for the user NETWORK_SERVICE (under 2003 Server). This allows ASP.NET to delete files (like old lo

Re: [PHP-WIN] Rights to delete?

2007-02-22 Thread Armando
This sounds like it's just a permissions issue. IUSR (or the user account that IIS is running under) must have modify rights to whichever folder your script is trying to delete from. Cheers. Armando Gustav Wiberg wrote: Hello! This is not strictly a PHP-question, but I hope anyone can help

RE: [PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hi there! Thanx for the tip, but I'm searching for ... something that isn't dependent of ftp... Best regards /Gustav Wiberg From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 3:10 PM To: [EMAIL PROTECTED]; php-windows@lists.php.net Subject: Re: [PHP-WIN]

Re: [PHP-WIN] Rights to delete?

2007-02-22 Thread trystano
The best way I solved a problem like this was to set the CHMOD settings on the relevant folders in my FTP app (SmartFTP). Tryst -Original Message- From: [EMAIL PROTECTED] To: php-windows@lists.php.net Sent: Thu, 22 Feb 2007 2.04PM Subject: [PHP-WIN] Rights to delete? Hell

[PHP-WIN] Rights to delete?

2007-02-22 Thread Gustav Wiberg
Hello! This is not strictly a PHP-question, but I hope anyone can help me... :-) What has to be done on the webserver (IIS6.0) and the server if I want to delete a file from a PHP-script? I have tested with settings right IUSER.. On the server. But I still can't delete the files in a specific

[PHP-WIN] RE: FAO Dmitry - proc_open() update

2007-02-22 Thread David Felton
I think because of the amount of PHP4 users out there this would be very beneficial! Do you accept bribes? ;-) PS I forgot to thank you for fixing this problem in the first place. It's been around for ages - Thanks! -Original Message- From: Dmitry Stogov [mailto:[EMAIL PROTECTED] Sent: 2

[PHP-WIN] RE: FAO Dmitry - proc_open() update

2007-02-22 Thread Dmitry Stogov
Hi David, I didn't have plans to backport this patch to PHP-4. Dmitry. > -Original Message- > From: David Felton [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 22, 2007 2:29 PM > To: php-windows@lists.php.net; [EMAIL PROTECTED] > Subject: FAO Dmitry - proc_open() update > > > >

[PHP-WIN] FAO Dmitry - proc_open() update

2007-02-22 Thread David Felton
Not sure if this mailing list is the best place to ask you a question Dmitry? I noticed in the latest version of PHP 5 (5.2.1) you have fixed an issue that has been causing us real problems: "Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE. (Dmitry)" We hav