php-src/ext/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 Fix ODBC test which may not properly clean up 2022-01-07 19:23:57 +01:00
config.m4 Use e.g. instead of less common f.e. [ci skip] 2019-07-09 17:53:46 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
odbc.stub.php Update ext/odbc parameter names 2020-10-13 15:34:12 +02:00
odbc_arginfo.h Update ext/odbc parameter names 2020-10-13 15:34:12 +02:00
php_odbc.c Fix handling of single-key connection strings 2022-06-13 14:41:50 +02:00
php_odbc.h Fix [-Wundef] warning in ODBC extension 2020-05-20 14:01:10 +02:00
php_odbc_includes.h Fix [-Wundef] warning in ODBC extension 2020-05-20 14:01:10 +02:00