Initial Commit
This commit is contained in:
286
database/php/CompatInfo/SQLite_func_array.php
Normal file
286
database/php/CompatInfo/SQLite_func_array.php
Normal file
@@ -0,0 +1,286 @@
|
||||
<?php
|
||||
/**
|
||||
* SQLite extension Function dictionary for PHP_CompatInfo 1.9.0b2 or better
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* @category PHP
|
||||
* @package PHP_CompatInfo
|
||||
* @author Davey Shafik <davey@php.net>
|
||||
* @author Laurent Laville <pear@laurent-laville.org>
|
||||
* @license http://www.opensource.org/licenses/bsd-license.php BSD
|
||||
* @version CVS: $Id: SQLite_func_array.php,v 1.1 2008/12/14 17:18:18 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0b2 (2008-12-19)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_FUNC_SQLITE'] = array (
|
||||
'sqlite_array_query' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_busy_timeout' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_changes' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_close' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_column' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_create_aggregate' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_create_function' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'sqlite_create_function',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
'sqlite_current' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_error_string' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_escape_string' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_exec' =>
|
||||
array (
|
||||
'init' => '1.0.3',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_factory' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
'sqlite_fetch_all' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_fetch_array' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_fetch_column_types' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
'sqlite_fetch_object' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
'sqlite_fetch_single' =>
|
||||
array (
|
||||
'init' => '1.0.1',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_fetch_string' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_field_name' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_has_more' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_has_prev' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
'sqlite_last_error' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_last_insert_rowid' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_libencoding' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_libversion' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_next' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_num_fields' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_num_rows' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_open' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_popen' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_prev' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
'sqlite_query' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_rewind' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_seek' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_single_query' =>
|
||||
array (
|
||||
'init' => '1.0.1',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_udf_decode_binary' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_udf_encode_binary' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_unbuffered_query' =>
|
||||
array (
|
||||
'init' => '1.0',
|
||||
'end' => '1.0.3',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => true,
|
||||
),
|
||||
'sqlite_valid' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'SQLite',
|
||||
'pecl' => false,
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user