summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-09-24 10:30:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-09-24 12:15:59 +0200
commit610e7d2c77f7af3cc69399e0fdcca0d99300e2ce (patch)
treee9b4093db7724588653fa06e7d82260e928c2657 /main/php_variables.c
parent2576c57a5133df757c51f341e794bf53add7663f (diff)
downloadphp-git-610e7d2c77f7af3cc69399e0fdcca0d99300e2ce.tar.gz
Fix #78470: odbc_specialcolumns() no longer accepts $nullable
It is mandatory to pass either `SQL_NO_NULLS` or `SQL_NULLABLE` as tenth parameter to `SQLSpecialColumns()`; otherwise the function call fails. Therefore the user must be allowed to pass the desired value as parameter to `odbc_specialcolumns()` again. Closes GH-6200.
Diffstat (limited to 'main/php_variables.c')
0 files changed, 0 insertions, 0 deletions