[Pmwiki-users] Yet another Win32-IIS-diff/patch question.

Greg Morgan Cybie
Tue Feb 24 19:00:39 CST 2004


Is PHP set to run in safe mode?
Have you given IUSR_MACHINENAME execute permissions on c:\GnuWin32\,
c:\GnuWin32\bin and the exe's?

I've got a link to a different set of unix tools on
http://www.pmichaud.com/wiki/PmWiki/InstallationWin32
That's what I'm running, and they seem to work ok.
In my local/config.php file I have the following..
#Copy this to your local\config.php file
    $UserBinDir='c:\\UnxUtils\\usr\\local\\wbin\\';
    $SysDiffCmd = $UserBinDir.'diff --text';
    $SysPatchCmd = $UserBinDir.'patch --batch --silent';

> -----Original Message-----
> From: Pmwiki-users-bounces at pmichaud.com 
> [mailto:Pmwiki-users-bounces at pmichaud.com] On Behalf Of Bob Dively
> Sent: Tuesday, February 24, 2004 12:13 PM
> To: pmwiki-users
> Subject: Re: [Pmwiki-users] Yet another Win32-IIS-diff/patch question.
> 
> Nils Knappmeier <nk at knappi.org> wrote:
> > Bob Dively wrote:
> >
> >> I have PmWiki up and running on Win32/IIS except for page
> >> history. And I'm stuck. I have GnuWin32's current diff
> >> and patch installed in C:\GnuWin32\bin\. In an effort to
> >> eliminate security from the equation I've given Everyone
> >> and the IUSR_MACHINENAME accounts Full Control
> >> permissions to that directory. PHP 4.3.4 is installed
> >> and being called through CGI by IIS. In my
> >> local/config.php file I have:
> >>
> >> $SysDiffCmd="C:\\GnuWin32\\bin\\diff.exe";
> >> $SysPatchCmd="C:\\GnuWin32\\bin\\patch.exe --silent";
> >>
> >> Any ideas at all? I've also have the cygwin binaries
> >> installed and have tried called them from
> >> local/config.php, also without any luck.




More information about the pmwiki-users mailing list