Skip to content

Commit 9329fe0

Browse files
committed
Update UPGRADING for PDO_ODBC change
mention GH issues in UPGRADING too
1 parent 042deef commit 9329fe0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADING

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,13 @@ PHP 8.5 UPGRADE NOTES
593593
. The `-z` or `--zend-extension` option has been removed as it was
594594
non-functional. Use `-d zend_extension=<path>` instead.
595595

596+
- PDO_ODBC
597+
. The fetch behaviour for larger columns has been changed. Rather than
598+
fetching 256 byte blocks, PDO_ODBC will try to fetch a larger block size;
599+
currently, this is the page size minus string overhead. Drivers that
600+
return SQL_NO_TOTAL in SQLGetData are also better handled as well.
601+
This should improve compatibility and performance. See GH-10809, GH-10733.
602+
596603
========================================
597604
14. Performance Improvements
598605
========================================

0 commit comments

Comments
 (0)