mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
17 lines
460 B
PHP
17 lines
460 B
PHP
<?php
|
|
/**
|
|
*
|
|
* This file is part of the phpBB Forum Software package.
|
|
*
|
|
* @copyright (c) phpBB Limited <https://www.phpbb.com>
|
|
* @license GNU General Public License, version 2 (GPL-2.0)
|
|
*
|
|
* For full copyright and license information, please see
|
|
* the docs/CREDITS.txt file.
|
|
*
|
|
*/
|
|
|
|
/** @link https://www.php.net/manual/en/sqlsrv.constants.php */
|
|
define('SQLSRV_ERR_ERRORS', 0);
|
|
define('SQLSRV_FETCH_ASSOC', 2);
|
|
define('SQLSRV_CURSOR_STATIC', 'static');
|