Hello, On Wed, 27 Feb 2002, Robert R. Evans wrote:
> I’ve fixed a bug in PHP (#8449) and would like to submit it, but I > haven’t got a clue what diff command to use. Can someone send me some > info/links..? I’ve got loads of information on *reporting* bugs but > very little on *fixing* them. If you did you changes on a checkout from the CVS you can use this command: cvs diff -u filename1 filename2 If you did it from the tarball, use this command: diff -u olddir/ newdir/ regards, Derick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php