commit: whups cvs.php diff.php whups/lib/CVSLib directory.php file.php

avsm@horde.org avsm@horde.org
24 Dec 2000 01:23:19 -0000


avsm        2000/12/23 17:23:19 PST

  Modified files:
    .                    cvs.php diff.php 
    lib/CVSLib           directory.php file.php 
  Log:
  - use popen() instead of exec() for the rlog execution, since with popen
    the entire contents of the output dont have to be held in a php array
  
  - sort out some API confusion; CVSLib_file needs to have getBrowseInfo()
    called manually now, and it returns the CVSLib_error object.  Previously,
    it was called from the constructor, which cant have a return value (doh!)
  
  Revision  Changes    Path
  1.73      +4 -2      whups/cvs.php
  1.10      +3 -1      whups/diff.php
  1.5       +4 -3      whups/lib/CVSLib/directory.php
  1.6       +5 -5      whups/lib/CVSLib/file.php