[Pmwiki-users] pmwiki-0.6.18 released
Franco Stellin
franco_stellin
Sun May 9 06:40:56 CDT 2004
Patrick R. Michaud wrote:
>I've just released PmWiki version 0.6.18, available from
>http://www.pmichaud.com/pub/pmwiki. This release incorporates a
>couple of reasonably major changes, as described below.
>
>
I was never able to use successfully the external pacth programs (under
Windows), as indicated in a previous post of mine (which, by the way,
never got any attention from this list members).
So I commented out these two variables (in the local config.php):
#$SysDiffCmd = 'windiff\\diff';
#$SysPatchCmd = 'windiff\\patch -f';
and I used the pure PHP version, which is working very well, by
including the following lines:
include 'phpdiff/difflib.php';
include 'phpdiff/phpdiff.php';
include 'phpdiff/phppatch.php';
With this in mind, how can I take advantage of the new patch()
implementation of this new release?
Should I uncomment this line: #$SysDiffCmd = 'windiff\\diff'; to have
back the diff capability?
Should I comment the phpdiff includes?
I tried some combinations but no luck ... (at the moment I reverted to
the phpdiff implementation). Any suggestions is very welcome.
Regards,
Franco
More information about the pmwiki-users
mailing list