Skip to content

Fix PHP deprecation#1047

Merged
avbdr merged 1 commit intoThingEngineer:masterfrom
stevenkellow:patch-2
Feb 10, 2026
Merged

Fix PHP deprecation#1047
avbdr merged 1 commit intoThingEngineer:masterfrom
stevenkellow:patch-2

Conversation

@stevenkellow
Copy link
Copy Markdown
Contributor

If null is passed to real_escape_string it throws a deprecation error, but null values would not need to be escaped regardless. This will return the null value rather than escaping.

If null is passed to real_escape_string it throws a deprecation error, but null values would not need to be escaped regardless. This will return the null value rather than escaping.
@avbdr avbdr merged commit fe72ab1 into ThingEngineer:master Feb 10, 2026
@avbdr
Copy link
Copy Markdown
Collaborator

avbdr commented Feb 10, 2026

thank you!

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.

2 participants