mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Should now be correct.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59144 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
928664e134
commit
4150c6458b
1 changed files with 55 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<reference id="ref.sesam">
|
||||
<title>SESAM database functions</title>
|
||||
<titleabbrev>SESAM</titleabbrev>
|
||||
|
@ -59,60 +59,67 @@
|
|||
<entry>
|
||||
Name of BS2000 PLAM library containing the loadable SESAM
|
||||
driver modules. Required for using SESAM functions.
|
||||
<para>
|
||||
Example:
|
||||
<informalexample>
|
||||
<programlisting role="apache">
|
||||
<msgtext>
|
||||
<para>
|
||||
Example:
|
||||
<informalexample>
|
||||
<programlisting role="apache">
|
||||
php3_sesam_oml $.SYSLNK.SESAM-SQL.030
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>php3_sesam_configfile</literal></entry>
|
||||
<entry>Name of SESAM application configuration file.
|
||||
Required for using SESAM functions.
|
||||
<para>
|
||||
Example:
|
||||
<informalexample>
|
||||
<programlisting role="apache">
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
</msgtext>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>php3_sesam_configfile</literal></entry>
|
||||
<entry>
|
||||
Name of SESAM application configuration file. Required for
|
||||
using SESAM functions.
|
||||
<msgtext>
|
||||
<para>
|
||||
Example:
|
||||
<informalexample>
|
||||
<programlisting role="apache">
|
||||
php3_sesam_configfile $SESAM.SESAM.CONF.AW
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
It will usually contain a configuration like (see SESAM reference
|
||||
manual):
|
||||
<informalexample>
|
||||
<programlisting role="bs2000">
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
It will usually contain a configuration like (see SESAM
|
||||
reference manual):
|
||||
<informalexample>
|
||||
<programlisting role="bs2000">
|
||||
CNF=B
|
||||
NAM=K
|
||||
NOTYPE
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>php3_sesam_messagecatalog</literal></entry>
|
||||
<entry>
|
||||
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.
|
||||
<para>
|
||||
Example:
|
||||
<informalexample>
|
||||
<programlisting role="apache">
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
</msgtext>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>php3_sesam_messagecatalog</literal></entry>
|
||||
<entry>
|
||||
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.
|
||||
<msgtext>
|
||||
<para>
|
||||
Example:
|
||||
<informalexample>
|
||||
<programlisting role="apache">
|
||||
php3_sesam_messagecatalog $.SYSMES.SESAM-SQL.030
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
</msgtext>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<para>
|
||||
In addition to the configuration of the PHP/SESAM interface, you
|
||||
have to configure the SESAM-Database server itself on your
|
||||
|
|
Loading…
Reference in a new issue