mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
We require version 1.1 of the sqlsrv extension anyway so the regular sqlsrv_num_rows can be used instead of buffering the result. The result buffer (class result_mssqlnative) should never automatically free the resource it receives - we consistently close resources using sql_freeresult(). PHPBB3-9686 |
||
---|---|---|
.. | ||
db_tools.php | ||
dbal.php | ||
firebird.php | ||
index.htm | ||
mssql.php | ||
mssql_odbc.php | ||
mssqlnative.php | ||
mysql.php | ||
mysqli.php | ||
oracle.php | ||
postgres.php | ||
sqlite.php |