diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-11-11 14:55:34 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-11-11 14:55:34 +0100 |
commit | 86c6b3bdcdba44c90f88895e4d040120fe058c01 (patch) | |
tree | 671253cb65ff1c127f07afd6749d8fab9a7b25a2 /ext/zip/php_zip.c | |
parent | f0251a8b16631edf06830e08698cef5d76c1e01b (diff) | |
download | php-git-86c6b3bdcdba44c90f88895e4d040120fe058c01.tar.gz |
Support SQLite3 @name notation
Besides the common `:param` notation to designate named parameters in
prepared statements, SQLite3 also supports `@param` and `$param`.
While the latter is mostly to support the Tcl programming language, and
would be confusing for PHP's sqlite3 binding due to the similarity with
string interpolation, the former is common under .NET and raises no
such issue. Therefore we add support for it.
This patch has been developed in cooperation with @BohwaZ.
Diffstat (limited to 'ext/zip/php_zip.c')
0 files changed, 0 insertions, 0 deletions