sxehistory.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 130 行

PHP
130
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>  <title>Software Testing Automation Framework (STAF)</title></head><body><?phprequire "top.php";require "navigate.php";?><!-- Insert text for page here --><tr><td><center><h1>SXE Service History</h1></center><PRE>-------------------------------------------------------------------------------History Log for SXE Service  Legend:   - Fixes   + Features   = Internal changes   * Changes required to migrate from one release to another-------------------------------------------------------------------------------Version 3.0.1: 06/27/2005  + Added a LIST SETTINGS request to show the operational settings for the    service (Feature #989754)     -------------------------------------------------------------------------------Version 3.0.0: 04/21/2005  - Improved error message provided for RC 25 (Access Denied) for all requests    (Bug #1054858)   - Changed to use STAFUtil's common resolve variable methods (Bug #1151440)  - Changed license from GPL to CPL for all source code (Bug #1149491)      -------------------------------------------------------------------------------Version 3.0.0 Beta 7a: 02/02/2005  + Updated to return a marshalled map as the result from an EXECUTE request    and converting log messages to contain a marshalled map of the information    being logged (Feature #740150)  - Changed error code 4001 to mean execution error.  Replaced old 4001 (File    Open Error) with standard STAF RC 17 and removed error code 4002 (I/O    Error) with standard STAF RC 18 (File Read Error).  - Fixed problem where logging was being done if the STAF/Service/SXE/LogLevel    variable did not exist when it shouldn't be as the default is None.  -------------------------------------------------------------------------------Version 3.0.0 Beta 7: 12/13/2004  = Recompiled  -------------------------------------------------------------------------------Version 3.0.0 Beta 6: 11/19/2004  - Removed line separators from message text to display better  -------------------------------------------------------------------------------Version 3.0.0 Beta 5: 10/30/2004  + Changed to return STAFResult from init/term methods (Feature #584049)  + Changed to use new STAFServiceInterfaceLevel30 (Feature #550251)  -------------------------------------------------------------------------------Version 3.0.0 Beta 4: 09/29/2004  = Recompiled-------------------------------------------------------------------------------Version 3.0.0 Beta 3: 06/28/2004  + Added un-register of the service handle during term() (Feature #966079)  -------------------------------------------------------------------------------Version 3.0.0 Beta 2: 04/29/2004  + Updated to use STAFServiceInterfaceLevel5, only supported in STAF V3.0.0,    and to use new syntax for the VAR service (Feature #464843)     -------------------------------------------------------------------------------Version 2.1.2: 02/27/2004  = Changed from old STAFServiceInterfaceLevel2 to STAFServiceInterfaceLevel4    (Feature #853620)  + Unregistered help for the SXE service's error codes    (Feature (#853620)  + Instrumented the SXE service's handling of EXECUTE requests to record    diagnostics data to help prepare for the migration to STAF V3.0.    The SXE service requires STAF V2.6.0 or later as a result of this change.    (Feature #853620)  -------------------------------------------------------------------------------Previous History is not available-------------------------------------------------------------------------------</PRE></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?