Copyright © 2005, 2006 Robert Bienert
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Abstract
This document lists all external requirements that are necessary for LayManSys to work in a proper way.
Table of Contents
The following external dependencies listed here are required for using LayManSys:
LayManSys is a PHP framework, so the most important thing you essentially need is a PHP interpreter. If you only use LayManSys for preprocessing HTML documents on the command line, you just can download the current version from http://www.php.net/. But if you wish using LayManSys on your webspace, please make sure your server admin has installed a version that meets the following requirements:
set_include_path
(and get_include_path
))This section lists optional requirements that only have to be met for using further functionality or "special features".
The distributed module for logging errors to a MySQL database, lib/errors/log.php
, requires a MySQL database server and PHPs MySQL extension. You can change the logging algorithm so errors are logged to other databases (PostgreSQL, SQLite, …) or to syslog.
You may want to compress the output PHP (not only LayManSys) produces, which requires the zlib extension.