./databases/php-ldap, PHP extension for LDAP database access

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 5.4.41, Package name: php54-ldap-5.4.41, Maintainer: pkgsrc-users

PHP is a programming language designed to be embedded into web pages.
This module provides access to LDAP databases.


Required to run:
[lang/php54]

Master sites: (Expand)

SHA1: 78f88f6211686f273e9abdfe0910abf7735a3f37
RMD160: f14dea2befc58fb4bc7a28d275e8655005085727
Filesize: 12194.423 KB

Version history: (Expand)


CVS history: (Expand)


   2015-05-20 22:42:57 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #4730 - requested by taca
databases/php-ldap: packaging fix
www/ap-php: packaging fix

Revisions pulled up:
- databases/php-ldap/Makefile                                   1.25
- www/ap-php/Makefile                                           1.34

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat May 16 11:19:53 UTC 2015

   Modified Files:
   	pkgsrc/databases/php-ldap: Makefile
   	pkgsrc/databases/php-pdo_sqlite: Makefile
   	pkgsrc/textproc/php-intl: Makefile
   	pkgsrc/www/ap-php: Makefile

   Log message:
   Reset PKGREVISION along with php{54,55,56} update.
   2015-04-21 20:55:45 by Matthias Scheler | Files touched by this commit (5)
Log message:
Pullup ticket #4669 - requested by manu
databases/php-ldap: build fix

Revisions pulled up:
- databases/php-ldap/files/ldap-ctrl-exop.patch                 deleted
- databases/php-ldap/files/ldap-ctrl-exop54.patch               1.1-1.2
- databases/php-ldap/files/ldap-ctrl-exop55.patch               1.1-1.2
- databases/php-ldap/files/ldap-ctrl-exop56.patch               1.1-1.2
- databases/php-ldap/options.mk                                 1.4

---
   Module Name:    pkgsrc
   Committed By:   manu
   Date:           Mon Apr 13 08:04:17 UTC 2015

   Modified Files:
           pkgsrc/databases/php-ldap: options.mk
   Added Files:
           pkgsrc/databases/php-ldap/files: ldap-ctrl-exop54.patch
               ldap-ctrl-exop55.patch ldap-ctrl-exop56.patch
   Removed Files:
           pkgsrc/databases/php-ldap/files: ldap-ctrl-exop.patch

   Log message:
   Update the LDAP EXOP support patch for PHP 5.4, 5.5 and 5.6

---
   Module Name:    pkgsrc
   Committed By:   manu
   Date:           Mon Apr 20 03:24:36 UTC 2015

   Modified Files:
           pkgsrc/databases/php-ldap/files: ldap-ctrl-exop54.patch
               ldap-ctrl-exop55.patch ldap-ctrl-exop56.patch

   Log message:
   Fix build with SASL disabled

   Do not force-define HAVE_LDAP_SASL, since the PHP configure script
   actually takes care of that one. This lets us build with the exop
   option enabled while sasl is disabled.