From:             rgasch at gmail dot com
Operating system: Linux
PHP version:      5.4.14
Package:          ODBC related
Bug Type:         Feature/Change Request
Bug description:Add support for SQL_ATTR_ROW_ARRAY_SIZE/SQL_ROWSET_SIZE to ODBC 
and PDO-ODBC

Description:
------------
When programming ODBC from C it is possible to tell the driver to fetch
multiple 
rows, resulting in a significant performance increase. For a sample of the
API 
used, please see

  http://www.easysoft.com/developer/languages/c/odbc-tutorial-fetching-
results.html#rmr

It seems that this option is not exposed/implemented in the PHP ODBC and
PDO-ODBC 
layers. It would be great if support for this flag could be added to PHP
since it 
would improve the ODBC interface provided and give programmer additional 
flexibility to realize better performance when using ODBC.


-- 
Edit bug report at https://bugs.php.net/bug.php?id=64728&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64728&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64728&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64728&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64728&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64728&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64728&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64728&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64728&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64728&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64728&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64728&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64728&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64728&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64728&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64728&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64728&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64728&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64728&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64728&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64728&r=mysqlcfg

Reply via email to