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

Changelog

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

  * Imported Upstream version 2.2.0
    - Fix bug #20969: Fatal error with PEAR 1.10.0

 -- Prach Pongpanich <email address hidden>  Sun, 15 Nov 2015 22:23:48 +0700

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
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-1.dsc 2.0 KiB 0d61e3d941e9a90fdb56fd405b5e6ab5b7b3cdde834805a1ce5d1971c332680a
php-net-ldap2_2.2.0.orig.tar.gz 93.9 KiB e57ec63f6691f5a73abc5ea96208b098ab6ad5fc141765015ad0af1ed3b50c5f
php-net-ldap2_2.2.0-1.debian.tar.xz 2.5 KiB f1e16bfc75a0411981afa012cfa12caea80d9cc517a5ffc5eee807f82773186d

Available diffs

No changes file available.

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.