File: control

package info (click to toggle)
php-radius 1.2.5-2.3%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 296 kB
  • sloc: ansic: 1,940; php: 850; xml: 209; makefile: 107
file content (24 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: php-radius
Section: web
Priority: optional
Maintainer: Roberto Lumbreras <rover@debian.org>
Build-Depends: debhelper (>= 5), po-debconf, php5-dev, dh-make-php
Standards-Version: 3.7.3

Package: php5-radius
Architecture: any
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}
Description: PECL radius module for PHP 5
 This PECL provides full support for RADIUS authentication (RFC 2865) 
 and RADIUS accounting (RFC 2866), 

Package: php-radius-legacy
Architecture: all
Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5 | php5-cgi, apache | httpd-cgi
Replaces: php-radius (<< 1.2.5)
Provides: php-radius
Conflicts: php-radius (<< 1.2.5)
Description: Radius protocol implementation in PHP
 Implementation of the Radius protocol in PHP, so you can use it to
 authenticate against Radius servers in PHP scripts.