PHP Classes

File: .github/ISSUE_TEMPLATE/bug_report.md

Recommend this page to a friend!
  Packages of Gianfrancesco Aurecchia   OPC UA Client   .github/ISSUE_TEMPLATE/bug_report.md   Download  
File: .github/ISSUE_TEMPLATE/bug_report.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: OPC UA Client
Control devices that support the OPC UA protocol
Author: By
Last change:
Date: 5 days ago
Size: 803 bytes
 

Contents

Class file image Download

name: Bug Report about: Report a bug or unexpected behavior title: "[BUG] " labels: bug assignees: ''

Description

A clear and concise description of the bug.

Steps to Reproduce

$client = new Client();
// Minimal code to reproduce the issue

Expected Behavior

What you expected to happen.

Actual Behavior

What actually happened. Include error messages or exceptions if applicable.

Environment

  • PHP version:
  • Library version:
  • OPC UA server: (e.g., open62541, Prosys, Unified Automation, etc.)
  • OS:

Security Configuration

  • SecurityPolicy: (e.g., None, Basic256Sha256)
  • SecurityMode: (e.g., None, SignAndEncrypt)
  • Authentication: (e.g., Anonymous, Username/Password, Certificate)

Additional Context

Any additional context, logs, or stack traces.