summaryrefslogtreecommitdiff
path: root/www/p5-FCGI
AgeCommit message (Collapse)AuthorFilesLines
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-01Update p5-FCGI to 0.48.rh4-5/+29
Changes include: o perl 5.005_60 compatibility (not that it matters, yet) o locking on platforms that need it o support for remote connections o move PRINTF into correct package o deprecated set_exit_status o general cleanup, moving old non thread safe interface from xs to perl o new thread safe interface o new threaded example program o FCGI.pm now part of the devel kit o library fixes ("Rob Saccoccio" <robs@ipass.net>) o allow bypassing of installation of handlers o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>) o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>) o Some win32 changes (Monty <xiphmont@fastserv.com>) o library fixes ("Rob Saccoccio" <robs@ipass.net>)
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-5/+5
1998-10-04Add p5-FCGI, a Perl implementation of the client side of FastCGI. Coupledtv5-0/+36
with apache and ap-fastcgi, this can make Perl-based CGI up to a hundred times faster in startup cost.