Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * gd 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: gd_const_array.php,v 1.2 2008/12/28 18:46:56 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_GD'] = array (
18
  'GD_BUNDLED' =>
19
  array (
20
    'init' => '4.0.0',
21
    'name' => 'GD_BUNDLED',
22
  ),
23
  'GD_EXTRA_VERSION' =>
24
  array (
25
    'init' => '5.2.4',
26
    'name' => 'GD_EXTRA_VERSION',
27
  ),
28
  'GD_MAJOR_VERSION' =>
29
  array (
30
    'init' => '5.2.4',
31
    'name' => 'GD_MAJOR_VERSION',
32
  ),
33
  'GD_MINOR_VERSION' =>
34
  array (
35
    'init' => '5.2.4',
36
    'name' => 'GD_MINOR_VERSION',
37
  ),
38
  'GD_RELEASE_VERSION' =>
39
  array (
40
    'init' => '5.2.4',
41
    'name' => 'GD_RELEASE_VERSION',
42
  ),
43
  'GD_VERSION' =>
44
  array (
45
    'init' => '5.2.4',
46
    'name' => 'GD_VERSION',
47
  ),
48
  'IMG_ARC_CHORD' =>
49
  array (
50
    'init' => '4.0.0',
51
    'name' => 'IMG_ARC_CHORD',
52
  ),
53
  'IMG_ARC_EDGED' =>
54
  array (
55
    'init' => '4.0.0',
56
    'name' => 'IMG_ARC_EDGED',
57
  ),
58
  'IMG_ARC_NOFILL' =>
59
  array (
60
    'init' => '4.0.0',
61
    'name' => 'IMG_ARC_NOFILL',
62
  ),
63
  'IMG_ARC_PIE' =>
64
  array (
65
    'init' => '4.0.0',
66
    'name' => 'IMG_ARC_PIE',
67
  ),
68
  'IMG_ARC_ROUNDED' =>
69
  array (
70
    'init' => '4.0.0',
71
    'name' => 'IMG_ARC_ROUNDED',
72
  ),
73
  'IMG_COLOR_BRUSHED' =>
74
  array (
75
    'init' => '4.0.0',
76
    'name' => 'IMG_COLOR_BRUSHED',
77
  ),
78
  'IMG_COLOR_STYLED' =>
79
  array (
80
    'init' => '4.0.0',
81
    'name' => 'IMG_COLOR_STYLED',
82
  ),
83
  'IMG_COLOR_STYLEDBRUSHED' =>
84
  array (
85
    'init' => '4.0.0',
86
    'name' => 'IMG_COLOR_STYLEDBRUSHED',
87
  ),
88
  'IMG_COLOR_TILED' =>
89
  array (
90
    'init' => '4.0.0',
91
    'name' => 'IMG_COLOR_TILED',
92
  ),
93
  'IMG_COLOR_TRANSPARENT' =>
94
  array (
95
    'init' => '4.0.0',
96
    'name' => 'IMG_COLOR_TRANSPARENT',
97
  ),
98
  'IMG_EFFECT_ALPHABLEND' =>
99
  array (
100
    'init' => '4.0.0',
101
    'name' => 'IMG_EFFECT_ALPHABLEND',
102
  ),
103
  'IMG_EFFECT_NORMAL' =>
104
  array (
105
    'init' => '4.0.0',
106
    'name' => 'IMG_EFFECT_NORMAL',
107
  ),
108
  'IMG_EFFECT_OVERLAY' =>
109
  array (
110
    'init' => '4.0.0',
111
    'name' => 'IMG_EFFECT_OVERLAY',
112
  ),
113
  'IMG_EFFECT_REPLACE' =>
114
  array (
115
    'init' => '4.0.0',
116
    'name' => 'IMG_EFFECT_REPLACE',
117
  ),
118
  'IMG_FILTER_BRIGHTNESS' =>
119
  array (
120
    'init' => '4.0.0',
121
    'name' => 'IMG_FILTER_BRIGHTNESS',
122
  ),
123
  'IMG_FILTER_COLORIZE' =>
124
  array (
125
    'init' => '4.0.0',
126
    'name' => 'IMG_FILTER_COLORIZE',
127
  ),
128
  'IMG_FILTER_CONTRAST' =>
129
  array (
130
    'init' => '4.0.0',
131
    'name' => 'IMG_FILTER_CONTRAST',
132
  ),
133
  'IMG_FILTER_EDGEDETECT' =>
134
  array (
135
    'init' => '4.0.0',
136
    'name' => 'IMG_FILTER_EDGEDETECT',
137
  ),
138
  'IMG_FILTER_EMBOSS' =>
139
  array (
140
    'init' => '4.0.0',
141
    'name' => 'IMG_FILTER_EMBOSS',
142
  ),
143
  'IMG_FILTER_GAUSSIAN_BLUR' =>
144
  array (
145
    'init' => '4.0.0',
146
    'name' => 'IMG_FILTER_GAUSSIAN_BLUR',
147
  ),
148
  'IMG_FILTER_GRAYSCALE' =>
149
  array (
150
    'init' => '4.0.0',
151
    'name' => 'IMG_FILTER_GRAYSCALE',
152
  ),
153
  'IMG_FILTER_MEAN_REMOVAL' =>
154
  array (
155
    'init' => '4.0.0',
156
    'name' => 'IMG_FILTER_MEAN_REMOVAL',
157
  ),
158
  'IMG_FILTER_NEGATE' =>
159
  array (
160
    'init' => '4.0.0',
161
    'name' => 'IMG_FILTER_NEGATE',
162
  ),
163
  'IMG_FILTER_SELECTIVE_BLUR' =>
164
  array (
165
    'init' => '4.0.0',
166
    'name' => 'IMG_FILTER_SELECTIVE_BLUR',
167
  ),
168
  'IMG_FILTER_SMOOTH' =>
169
  array (
170
    'init' => '4.0.0',
171
    'name' => 'IMG_FILTER_SMOOTH',
172
  ),
173
  'IMG_GD2_COMPRESSED' =>
174
  array (
175
    'init' => '4.0.0',
176
    'name' => 'IMG_GD2_COMPRESSED',
177
  ),
178
  'IMG_GD2_RAW' =>
179
  array (
180
    'init' => '4.0.0',
181
    'name' => 'IMG_GD2_RAW',
182
  ),
183
  'IMG_GIF' =>
184
  array (
185
    'init' => '4.0.0',
186
    'name' => 'IMG_GIF',
187
  ),
188
  'IMG_JPEG' =>
189
  array (
190
    'init' => '4.0.0',
191
    'name' => 'IMG_JPEG',
192
  ),
193
  'IMG_JPG' =>
194
  array (
195
    'init' => '4.0.0',
196
    'name' => 'IMG_JPG',
197
  ),
198
  'IMG_PNG' =>
199
  array (
200
    'init' => '4.0.0',
201
    'name' => 'IMG_PNG',
202
  ),
203
  'IMG_WBMP' =>
204
  array (
205
    'init' => '4.0.0',
206
    'name' => 'IMG_WBMP',
207
  ),
208
  'IMG_XPM' =>
209
  array (
210
    'init' => '4.0.0',
211
    'name' => 'IMG_XPM',
212
  ),
213
  'PNG_ALL_FILTERS' =>
214
  array (
215
    'init' => '4.0.0',
216
    'name' => 'PNG_ALL_FILTERS',
217
  ),
218
  'PNG_FILTER_AVG' =>
219
  array (
220
    'init' => '4.0.0',
221
    'name' => 'PNG_FILTER_AVG',
222
  ),
223
  'PNG_FILTER_NONE' =>
224
  array (
225
    'init' => '4.0.0',
226
    'name' => 'PNG_FILTER_NONE',
227
  ),
228
  'PNG_FILTER_PAETH' =>
229
  array (
230
    'init' => '4.0.0',
231
    'name' => 'PNG_FILTER_PAETH',
232
  ),
233
  'PNG_FILTER_SUB' =>
234
  array (
235
    'init' => '4.0.0',
236
    'name' => 'PNG_FILTER_SUB',
237
  ),
238
  'PNG_FILTER_UP' =>
239
  array (
240
    'init' => '4.0.0',
241
    'name' => 'PNG_FILTER_UP',
242
  ),
243
  'PNG_NO_FILTER' =>
244
  array (
245
    'init' => '4.0.0',
246
    'name' => 'PNG_NO_FILTER',
247
  ),
248
);
249
?>