File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Cloudscape, and Apache Derby databases.</description>
3030 <email >tessus@php.net</email >
3131 <active >yes</active >
3232 </helper >
33- <date >2020-12-22 </date >
33+ <date >2021-03-10 </date >
3434 <time >05:15:47</time >
3535 <version >
36- <release >2.1.2 </release >
36+ <release >2.1.3 </release >
3737 <api >2.0.1</api >
3838 </version >
3939 <stability >
@@ -42,11 +42,14 @@ Cloudscape, and Apache Derby databases.</description>
4242 </stability >
4343 <license >Apache License 2.0</license >
4444 <notes >
45- * 2020-12-22: 2.1.2
46- - Fix memory leaks
47- - Remove PHP 5 compatibility stubs and ifdefs
48- - Fix compile warnings
49- - Use PHP 8 arginfo generator, with generated fallbacks for PHP 7
45+ * 2021-03-10: 2.1.3
46+ - Report failures in SQLGetDiagRec. This should warn on many silent errors.
47+ - Workaround issue with using SQLGetSubString with a large buffer on a DBCLOB
48+ with locator by trimming from first instead of last null byte.
49+ - Workaround bug in SQL/CLI caused by unknown PTF, which causes a buffer
50+ overflow with SQLGetData on char-like values. The PTF causing the regression
51+ is unidentified, but workaround PTFs seem to exist, including SI75759. The
52+ workaround will likely be kept until most no longer have the defective PTF.
5053 </notes >
5154 <contents >
5255 <dir name =" /" >
You can’t perform that action at this time.
0 commit comments