Skip to content

Conversation

@f3l1x
Copy link
Member

@f3l1x f3l1x commented Dec 15, 2025

$HTTP_SERVER_VARS was deprecated in PHP 5.3 and removed in PHP 5.4. Replace all usages with $_SERVER superglobal and simplify the code by removing the unnecessary fallback branches.

Fixes #66

$HTTP_SERVER_VARS was deprecated in PHP 5.3 and removed in PHP 5.4.
Replace all usages with $_SERVER superglobal and simplify the code
by removing the unnecessary fallback branches.

Fixes #66
@f3l1x f3l1x merged commit 212dcfe into master Dec 15, 2025
8 checks passed
@f3l1x f3l1x deleted the claude/fix-nusoap-issue-66-Lv9yD branch December 15, 2025 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Global variable '$HTTP_SERVER_VARS' is deprecated since PHP 5.3 and removed since PHP 5.4; Use $_SERVER instead

3 participants