History log of /php-src/ext/pdo_pgsql/tests/bug_14244.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 6fb81d23 29-Sep-2024 KentarouTakeda

test(pdo_pgsql): Exclude `pdo` implicitly required by `pdo_pgsql` from `EXTENSIONS` (#16116)


# 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 ...