Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * mysqli extension Class dictionary for PHP_CompatInfo 1.9.0a1 or better
4
 *
5
 * PHP versions 4 and 5
6
 *
7
 * @category PHP
8
 * @package  PHP_CompatInfo
9
 * @author   Davey Shafik <davey@php.net>
10
 * @author   Laurent Laville <pear@laurent-laville.org>
11
 * @license  http://www.opensource.org/licenses/bsd-license.php  BSD
12
 * @version  CVS: $Id: mysqli_class_array.php,v 1.1 2008/12/13 16:52:35 farell Exp $
13
 * @link     http://pear.php.net/package/PHP_CompatInfo
14
 * @since    version 1.9.0a1 (2008-11-23)
15
 */
16
 
17
$GLOBALS['_PHP_COMPATINFO_CLASS_MYSQLI'] = array (
18
  'mysqli' =>
19
  array (
20
    'init' => '4.0.0',
21
    'name' => 'mysqli',
22
    'ext' => 'mysqli',
23
    'pecl' => false,
24
  ),
25
  'mysqli_driver' =>
26
  array (
27
    'init' => '4.0.0',
28
    'name' => 'mysqli_driver',
29
    'ext' => 'mysqli',
30
    'pecl' => false,
31
  ),
32
  'mysqli_result' =>
33
  array (
34
    'init' => '4.0.0',
35
    'name' => 'mysqli_result',
36
    'ext' => 'mysqli',
37
    'pecl' => false,
38
  ),
39
  'mysqli_sql_exception' =>
40
  array (
41
    'init' => '4.0.0',
42
    'name' => 'mysqli_sql_exception',
43
    'ext' => 'mysqli',
44
    'pecl' => false,
45
  ),
46
  'mysqli_stmt' =>
47
  array (
48
    'init' => '4.0.0',
49
    'name' => 'mysqli_stmt',
50
    'ext' => 'mysqli',
51
    'pecl' => false,
52
  ),
53
  'mysqli_warning' =>
54
  array (
55
    'init' => '4.0.0',
56
    'name' => 'mysqli_warning',
57
    'ext' => 'mysqli',
58
    'pecl' => false,
59
  ),
60
);
61
?>