php-net-ldap2 2.3.0-2 source package in Ubuntu

Changelog

php-net-ldap2 (2.3.0-2) unstable; urgency=medium

  * Fix FTBFS with phpunit 11. (Closes: #1070578)

 -- Guilhem Moulin <email address hidden>  Mon, 06 May 2024 21:19:44 +0200

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
Oracular release universe web

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ldap2_2.3.0-2.dsc 2.2 KiB 88027d42a70cddca9d2eb9ce0d47350ed61994f454d02bb03f60a8ab73f1457a
php-net-ldap2_2.3.0.orig.tar.gz 98.6 KiB 962be5c197ba261f0dae9f0428daad0ccc29bf25e78f75b3a87f3d74dac5c0d1
php-net-ldap2_2.3.0-2.debian.tar.xz 6.7 KiB 65140a56feffd2186935a012fdc6e6f3d928ce813d43b19e81d5c8282b5e7949

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.