mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] Fix typo (#11558)
This commit is contained in:
parent
28117d718f
commit
5d5664f72f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ PHPAPI bool php_odbc_connstr_is_quoted(const char *str)
|
||||||
*
|
*
|
||||||
* The ODBC specification mentions:
|
* The ODBC specification mentions:
|
||||||
* "Because of connection string and initialization file grammar, keywords and
|
* "Because of connection string and initialization file grammar, keywords and
|
||||||
* and attribute values that contain the characters []{}(),;?*=!@ not enclosed
|
* attribute values that contain the characters []{}(),;?*=!@ not enclosed
|
||||||
* with braces should be avoided."
|
* with braces should be avoided."
|
||||||
*
|
*
|
||||||
* Note that it assumes that the string is *not* already quoted. You should
|
* Note that it assumes that the string is *not* already quoted. You should
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue