1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: php-sasl
Section: web
Priority: optional
Maintainer: Jack Bates <ms419@freezone.co.uk>
Build-Depends: debhelper (>= 5), po-debconf, xsltproc , php5-dev, libsasl2-dev, dpkg-dev (>= 1.16.0), dh-make-php
Standards-Version: 3.7.2
Package: php5-sasl
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
Description: Cyrus SASL extension for PHP 5
SASL is the Simple Authentication and Security Layer (as defined by
RFC 2222). It provides a system for adding plugable authenticating
support to connection-based protocols. The SASL Extension for PHP
makes the Cyrus SASL library functions available to PHP. It aims to
provide a 1-to-1 wrapper around the SASL library to provide the
greatest amount of implementation flexibility. To that end, it is
possible to build both a client-side and server-side SASL
implementation entirely in PHP.
|