We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042deef commit 9329fe0Copy full SHA for 9329fe0
UPGRADING
@@ -593,6 +593,13 @@ PHP 8.5 UPGRADE NOTES
593
. The `-z` or `--zend-extension` option has been removed as it was
594
non-functional. Use `-d zend_extension=<path>` instead.
595
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
+
603
========================================
604
14. Performance Improvements
605
0 commit comments