Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * libxml extension Constant 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: libxml_const_array.php,v 1.2 2008/12/29 17:12:31 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_CONST_LIBXML'] = array (
18
  'LIBXML_COMPACT' =>
19
  array (
20
    'init' => '5.1.0',
21
    'name' => 'LIBXML_COMPACT',
22
  ),
23
  'LIBXML_DOTTED_VERSION' =>
24
  array (
25
    'init' => '5.1.0',
26
    'name' => 'LIBXML_DOTTED_VERSION',
27
  ),
28
  'LIBXML_DTDATTR' =>
29
  array (
30
    'init' => '5.1.0',
31
    'name' => 'LIBXML_DTDATTR',
32
  ),
33
  'LIBXML_DTDLOAD' =>
34
  array (
35
    'init' => '5.1.0',
36
    'name' => 'LIBXML_DTDLOAD',
37
  ),
38
  'LIBXML_DTDVALID' =>
39
  array (
40
    'init' => '5.1.0',
41
    'name' => 'LIBXML_DTDVALID',
42
  ),
43
  'LIBXML_ERR_ERROR' =>
44
  array (
45
    'init' => '5.1.0',
46
    'name' => 'LIBXML_ERR_ERROR',
47
  ),
48
  'LIBXML_ERR_FATAL' =>
49
  array (
50
    'init' => '5.1.0',
51
    'name' => 'LIBXML_ERR_FATAL',
52
  ),
53
  'LIBXML_ERR_NONE' =>
54
  array (
55
    'init' => '5.1.0',
56
    'name' => 'LIBXML_ERR_NONE',
57
  ),
58
  'LIBXML_ERR_WARNING' =>
59
  array (
60
    'init' => '5.1.0',
61
    'name' => 'LIBXML_ERR_WARNING',
62
  ),
63
  'LIBXML_NOBLANKS' =>
64
  array (
65
    'init' => '5.1.0',
66
    'name' => 'LIBXML_NOBLANKS',
67
  ),
68
  'LIBXML_NOCDATA' =>
69
  array (
70
    'init' => '5.1.0',
71
    'name' => 'LIBXML_NOCDATA',
72
  ),
73
  'LIBXML_NOEMPTYTAG' =>
74
  array (
75
    'init' => '5.1.0',
76
    'name' => 'LIBXML_NOEMPTYTAG',
77
  ),
78
  'LIBXML_NOENT' =>
79
  array (
80
    'init' => '5.1.0',
81
    'name' => 'LIBXML_NOENT',
82
  ),
83
  'LIBXML_NOERROR' =>
84
  array (
85
    'init' => '5.1.0',
86
    'name' => 'LIBXML_NOERROR',
87
  ),
88
  'LIBXML_NONET' =>
89
  array (
90
    'init' => '5.1.0',
91
    'name' => 'LIBXML_NONET',
92
  ),
93
  'LIBXML_NOWARNING' =>
94
  array (
95
    'init' => '5.1.0',
96
    'name' => 'LIBXML_NOWARNING',
97
  ),
98
  'LIBXML_NOXMLDECL' =>
99
  array (
100
    'init' => '5.1.0',
101
    'name' => 'LIBXML_NOXMLDECL',
102
  ),
103
  'LIBXML_NSCLEAN' =>
104
  array (
105
    'init' => '5.1.0',
106
    'name' => 'LIBXML_NSCLEAN',
107
  ),
108
  'LIBXML_VERSION' =>
109
  array (
110
    'init' => '5.1.0',
111
    'name' => 'LIBXML_VERSION',
112
  ),
113
  'LIBXML_XINCLUDE' =>
114
  array (
115
    'init' => '5.1.0',
116
    'name' => 'LIBXML_XINCLUDE',
117
  ),
118
);
119
?>