php-net-ldap2 2.2.0-1build1 source package in Ubuntu

Changelog

php-net-ldap2 (2.2.0-1build1) xenial; urgency=medium

  * No-change rebuild against php 7

 -- Nish Aravamudan <email address hidden>  Fri, 01 Apr 2016 02:32:55 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ldap2_2.2.0.orig.tar.gz 93.9 KiB e57ec63f6691f5a73abc5ea96208b098ab6ad5fc141765015ad0af1ed3b50c5f
php-net-ldap2_2.2.0-1build1.debian.tar.xz 2.5 KiB 59866a20c2157f387be8dd1fcac60d20d9c64c423707bc1c4ed06b2e24115a9a
php-net-ldap2_2.2.0-1build1.dsc 2.0 KiB 2317148be6b1cc061ed8e3546a2faac36fc7516a3ab1bf2f22b1ca0bb72ba153

View changes file

Binary packages built by this source

php-net-ldap2: Object oriented interface for searching and manipulating LDAP-entries

 Net_LDAP2 is the successor of Net_LDAP which is a clone of Perls Net::LDAP
 object interface to directory servers. It does contain most of Net::LDAPs
 features but has some own too.
 With Net_LDAP2 you have:
  * A simple object-oriented interface to connections, searches entries and
 filters.
  * Support for TLS and LDAP v3.
  * Simple modification, deletion and creation of LDAP entries.
  * Support for schema handling.
 .
 Net_LDAP2 layers itself on top of PHP's existing ldap extensions.