From a6eecb4b2243a8aa191227978f24871b2dcc7315 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Thu, 14 Dec 2000 21:49:15 +0000 Subject: [PATCH] Add invoking code for sesam.xml documentation, and add global entities git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37846 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters.ent | 1 + chapters/config.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) diff --git a/chapters.ent b/chapters.ent index 70d563140b..d51ba161cc 100644 --- a/chapters.ent +++ b/chapters.ent @@ -90,6 +90,7 @@ + diff --git a/chapters/config.xml b/chapters/config.xml index d536975c30..5558f7adda 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -977,6 +977,74 @@ include_path=".;c:\www\phplib" + + + SESAM Configuration Directives + + + + + sesam_oml + string + + + + Name of BS2000 PLAM library containing the loadable SESAM + driver modules. Required for using SESAM functions. The + BS2000 PLAM library must be set ACCESS=READ,SHARE=YES + because it must be readable by the apache server's user id. + + + + + + + sesam_configfile + string + + + + Name of SESAM application configuration file. Required for + using SESAM functions. The BS2000 file must be readable by + the apache server's user id. + + + The application configuration file will usually contain a + configuration like (see SESAM + reference manual): + + +CNF=B +NAM=K +NOTYPE + + + + + + + + sesam_messagecatalog + string + + + + Name of SESAM message catalog file. In most cases, this + directive is not neccessary. Only if the SESAM message file + is not installed in the system's BS2000 message file table, + it can be set with this directive. + + + The message catalog must be set ACCESS=READ,SHARE=YES because + it must be readable by the apache server's user id. + + + + + + + + Sybase Configuration Directives