Projects
Kolab:3.4
kolab-freebusy
0001-fix-net-ldap3.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-fix-net-ldap3.patch of Package kolab-freebusy (Revision 33)
Currently displaying revision
33
,
Show latest
From b86d6d05973920954d65e9705680c85596b72375 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 19 Aug 2014 11:33:21 +0000 Subject: List PEAR packages in require-dev; let the autoloader search the include path for those packages remmoved in commit 823ae6ca. Call `php composer.phar install --no-dev` to package without the PEAR dependencies. --- diff --git a/composer.json b/composer.json index 731da78..d820de2 100644 --- a/composer.json +++ b/composer.json @@ -19,5 +19,9 @@ "desarrolla2/cache": "dev-master", "sabre/vobject" : "2.0.*" }, + "require-dev": { + "kolab/Net_LDAP3": "dev-master", + "pear-pear/Net_LDAP2":">=2.0.12" + }, "minimum-stability": "dev" } diff --git a/public_html/index.php b/public_html/index.php index 08bcbd9..d4fcee6 100644 --- a/public_html/index.php +++ b/public_html/index.php @@ -33,6 +33,7 @@ ini_set('error_reporting', E_ALL &~ E_NOTICE); // use composer's autoloader for both dependencies and local lib $loader = require_once(KOLAB_FREEBUSY_ROOT . '/vendor/autoload.php'); $loader->set('Kolab', array(KOLAB_FREEBUSY_ROOT . '/lib')); // register Kolab namespace +$loader->setUseIncludePath(true); // enable searching the include_path (e.g. for PEAR packages) use Kolab\Config; use Kolab\FreeBusy\Utils; -- cgit v0.9.0.2
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.