php-src/ext/pdo_odbc
Calvin Buckley 445d9502bf
Fix handling of single-key connection strings
A connection string may contain just a single key, but
PHP used ";" as the heuristic to detect if a string was a connection
string versus plain DSN. However, a single-key connection string
would get treated like a DSN name, i.e. "DSN=*LOCAL". This makes it
so that "=" is used, as a connection string must contain a key.

Closes GH-8748.
2022-06-13 14:41:50 +02:00
..
tests Merge branch 'PHP-7.4' into PHP-8.0 2021-05-12 13:47:01 +02:00
config.m4 Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
odbc_driver.c Fix handling of single-key connection strings 2022-06-13 14:41:50 +02:00
odbc_stmt.c Merge branch 'PHP-7.4' into PHP-8.0 2021-07-28 10:53:27 +02:00
pdo_odbc.c Consolidate the usage of "either" and "one of" in error messages 2020-09-20 19:41:47 +02:00
php_pdo_odbc.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_odbc_int.h Fix [-Wundef] warning in PDO ODBC extension 2020-05-20 16:29:53 +02:00