[cvs] commit: horde/lib/Crypt pgp.php imp/config conf.php.dist imp/lib PGP.php

Michael M Slusarz slusarz@bigworm.colorado.edu
Tue, 2 Jul 2002 15:36:50 -0700 (PDT)


slusarz     2002/07/02 15:36:50 PDT

  Modified files:
    lib/Crypt            pgp.php 
    config               conf.php.dist 
    lib                  PGP.php 
  Log:
  There is no way to implement timeout without sockets (and even sockets are
  not portable). Since I am not going to write a socket interface to PGP
  keyservers, this isn't going to work. As a fallback, we use set_time_limit()
  to limit the execution to a maximum of 10 seconds instead.
  
  Revision  Changes    Path
  1.21      +19 -19    horde/lib/Crypt/pgp.php
  1.185     +3 -5      imp/config/conf.php.dist
  1.25      +16 -8     imp/lib/PGP.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Crypt/pgp.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/imp/config/conf.php.dist?r1=1.184&r2=1.185&ty=u
  http://cvs.horde.org/diff.php/imp/lib/PGP.php?r1=1.24&r2=1.25&ty=u