From cfbf05e997ba3beea3c37b52a15c65d11cf53ffb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 1 Oct 2007 18:56:08 +0000 Subject: [PATCH] PHP >= 5.2 --- lam-packaging/debian/control | 2 +- lam/HISTORY | 2 ++ lam/INSTALL | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lam-packaging/debian/control b/lam-packaging/debian/control index ad46c109..504d4efa 100644 --- a/lam-packaging/debian/control +++ b/lam-packaging/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 4.1.16), po-debconf Package: ldap-account-manager Architecture: all -Depends: php5 | php5-cgi | libapache2-mod-php5, php5-ldap, apache | apache-ssl | apache-perl | apache2 | httpd, php-fpdf, debconf (>= 0.2.26) | debconf-2.0 +Depends: php5 (>= 5.2), php5-ldap, apache | apache-ssl | apache-perl | apache2 | httpd, php-fpdf, debconf (>= 0.2.26) | debconf-2.0 Recommends: php5-mhash Suggests: ldap-server, sudo, perl, php5-mcrypt Description: webfrontend for managing accounts in an LDAP directory diff --git a/lam/HISTORY b/lam/HISTORY index 4c2a8ca0..a2cf068a 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -2,6 +2,8 @@ - tabular design for account pages - show DN on account pages - Samba 3: made Samba account optional + - fixed bugs: + -> LAM Pro: UTF-8 characters are invalid displayed on configuration page (1788752) 08.08.2007 2.0.0 diff --git a/lam/INSTALL b/lam/INSTALL index e3763b58..4d70ddb4 100644 --- a/lam/INSTALL +++ b/lam/INSTALL @@ -5,7 +5,7 @@ Installation Instructions for LAM 1. Requirements - - Apache webserver (SSL optional) with PHP module (PHP with + - Apache webserver (SSL optional) with PHP module (PHP 5 (>= 5.2) with ldap, gettext, xml and optional mcrypt) - some LAM plugins may require additional PHP extensions (you will get a note on the login page if something is missing) @@ -52,7 +52,7 @@ Installation Instructions for LAM 3. Setting up PHP - LAM runs with PHP5. + LAM runs with PHP5 (>= 5.2). Needed changes in your php.ini: