Skip to content

Conversation

@ChrisThompsonTLDR
Copy link

@ChrisThompsonTLDR ChrisThompsonTLDR commented Dec 19, 2025

These fixes resolve PHP 8+ compatibility issues where:

  1. http_build_query() no longer accepts null for numeric_prefix parameter in PHP 8+

- Fix http_build_query deprecation warning by replacing null with empty string
- Fix ignore404 array key access by adding isset() check

These fixes resolve PHP 8+ compatibility issues where:
1. http_build_query() no longer accepts null for numeric_prefix parameter
2. Array key access without isset() check causes warnings/errors in PHP 8+
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.

1 participant