History log of /PHP-8.4/ext/pdo_pgsql/tests/bug_14244.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 53d7c174 20-May-2024 Matteo Beccati

pdo_pgsql: escaped question marks inside dollar quoted strings

Allow "??" in dollar quoted strings for backwards compatibility,
as it was a viable workaround to insert question marks wit

pdo_pgsql: escaped question marks inside dollar quoted strings

Allow "??" in dollar quoted strings for backwards compatibility,
as it was a viable workaround to insert question marks without them
being parsed as placeholders.

Add a deprecation notice to tell that the escape is no longer
necessary within dollar quotes and that its usage is deprecated.

Ref bug #14244

show more ...