Re: [PHP] cvs and shell_exec

2003-09-16 Thread Jurgens du Toit
I've gotten some output now... I've changed the /usr/bin/cvs .. -d to -dtn, but I have no idea why that should work. Jrgns -- <>< [EMAIL PROTECTED] 083 511 7932 "For those who believe no evidence is necessary. For those who don't, no evidence would suffice." -- PHP General Mailing List (http://w

Re: [PHP] Getting part of a string...Was protecting a file via php

2003-09-16 Thread Jurgens du Toit
If you use pathinfo($pfile), you'll get an array with the dirname, basename and extension... Jrgns -- <>< [EMAIL PROTECTED] 083 511 7932 "For those who believe no evidence is necessary. For those who don't, no evidence would suffice." -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] cvs and shell_exec

2003-09-16 Thread Jurgens du Toit
Hi... I'm trying to parse my cvs's logs through php, but am coming up short with shell_exec. shell_exec works fine with all the other commands i have tried, but not with cvs. I've tried the cvs command as myself, and that works. I've run the command as user 'nobody', and that works as well. The