This option controls compatibility of PHP code with z/OS modules. If you use PRC scripts (i.e. the older version) on the host then you should set version to "3.2". If you use the latest PRX scripts (extended version of PRC) then "5.0" version is required.
This PHP variable in an array that contains names of files with dictionaries. By default only hos.xml file is added to this list. This file contains translations of all text appearing in Procman/HOS in English and German language. Maybe you need to define your own dictionary with text used in your processes. As you should never put your own text to hos.xml (as it is always a part of official new release and your changes would be lost), you can create your own dictionary and register it by this variable.
Example (default setting) :
To add another dictionary (in this case loaded from my_own_dictionary.xml), add another line similar to this:
The order of the files is important. If the same text id is used in more files then the one lastly read is used. Therefore, always use hos.xml at the top and your own dictionaries below.
When this constant is FALSE then no debug information is printed to the log file. To print debug information set it to TRUE:
By setting this constant to TRUE script_access_log file is created. Usually you have no reason for activating this kind of log and you should keep it false. If it equals true then the log is created in a file set by option.
This constant sets how detailed logs are written to HOS log file when DEBUG_FILES_ENABLED is true. The higher number is used the more detailed information is printed.
This constant is false by default, which deactivates debug information on the screen. It is intended only for HORIZONT support and you should keep it false.