updated adodb package to work with php 7.1
[openemr.git] / vendor / adodb / adodb-php / session / adodb-session-clob.php
bloba6906f601e96e124d370edbf7d12c73e0ea64770
1 <?php
4 /*
5 @version v5.20.9 21-Dec-2016
6 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
7 @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
8 Contributed by Ross Smith (adodb@netebb.com).
9 Released under both BSD license and Lesser GPL library license.
10 Whenever there is any discrepancy between the two licenses,
11 the BSD license will take precedence.
12 Set tabs to 4 for best viewing.
17 This file is provided for backwards compatibility purposes
21 if (!defined('ADODB_SESSION')) {
22 require_once dirname(__FILE__) . '/adodb-session.php';
24 ADODB_Session::clob('CLOB');