Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * Internal 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: internal_const_array.php,v 1.1 2008/12/17 23:18:09 farell Exp $
13
 * @link     http://pear.php.net/package/PHP_CompatInfo
14
 * @since    version 1.9.0b2 (2008-12-19)
15
 */
16
 
17
$GLOBALS['_PHP_COMPATINFO_CONST_INTERNAL'] = array (
18
  'DEFAULT_INCLUDE_PATH' =>
19
  array (
20
    'init' => '4.0.0',
21
    'name' => 'DEFAULT_INCLUDE_PATH',
22
  ),
23
  'E_ALL' =>
24
  array (
25
    'init' => '4.0.0',
26
    'name' => 'E_ALL',
27
  ),
28
  'E_COMPILE_ERROR' =>
29
  array (
30
    'init' => '4.0.0',
31
    'name' => 'E_COMPILE_ERROR',
32
  ),
33
  'E_COMPILE_WARNING' =>
34
  array (
35
    'init' => '4.0.0',
36
    'name' => 'E_COMPILE_WARNING',
37
  ),
38
  'E_CORE_ERROR' =>
39
  array (
40
    'init' => '4.0.0',
41
    'name' => 'E_CORE_ERROR',
42
  ),
43
  'E_CORE_WARNING' =>
44
  array (
45
    'init' => '4.0.0',
46
    'name' => 'E_CORE_WARNING',
47
  ),
48
  'E_ERROR' =>
49
  array (
50
    'init' => '4.0.0',
51
    'name' => 'E_ERROR',
52
  ),
53
  'E_NOTICE' =>
54
  array (
55
    'init' => '4.0.0',
56
    'name' => 'E_NOTICE',
57
  ),
58
  'E_PARSE' =>
59
  array (
60
    'init' => '4.0.0',
61
    'name' => 'E_PARSE',
62
  ),
63
  'E_RECOVERABLE_ERROR' =>
64
  array (
65
    'init' => '5.2.0',
66
    'name' => 'E_RECOVERABLE_ERROR',
67
  ),
68
  'E_STRICT' =>
69
  array (
70
    'init' => '5.0.0',
71
    'name' => 'E_STRICT',
72
  ),
73
  'E_USER_ERROR' =>
74
  array (
75
    'init' => '4.0.0',
76
    'name' => 'E_USER_ERROR',
77
  ),
78
  'E_USER_NOTICE' =>
79
  array (
80
    'init' => '4.0.0',
81
    'name' => 'E_USER_NOTICE',
82
  ),
83
  'E_USER_WARNING' =>
84
  array (
85
    'init' => '4.0.0',
86
    'name' => 'E_USER_WARNING',
87
  ),
88
  'E_WARNING' =>
89
  array (
90
    'init' => '4.0.0',
91
    'name' => 'E_WARNING',
92
  ),
93
  'FALSE' =>
94
  array (
95
    'init' => '4.0.0',
96
    'name' => 'FALSE',
97
  ),
98
  'NULL' =>
99
  array (
100
    'init' => '4.0.0',
101
    'name' => 'NULL',
102
  ),
103
  'PEAR_EXTENSION_DIR' =>
104
  array (
105
    'init' => '4.0.0',
106
    'name' => 'PEAR_EXTENSION_DIR',
107
  ),
108
  'PEAR_INSTALL_DIR' =>
109
  array (
110
    'init' => '4.0.0',
111
    'name' => 'PEAR_INSTALL_DIR',
112
  ),
113
  'PHP_BINDIR' =>
114
  array (
115
    'init' => '4.0.0',
116
    'name' => 'PHP_BINDIR',
117
  ),
118
  'PHP_CONFIG_FILE_PATH' =>
119
  array (
120
    'init' => '4.0.0',
121
    'name' => 'PHP_CONFIG_FILE_PATH',
122
  ),
123
  'PHP_CONFIG_FILE_SCAN_DIR' =>
124
  array (
125
    'init' => '4.0.0',
126
    'name' => 'PHP_CONFIG_FILE_SCAN_DIR',
127
  ),
128
  'PHP_DATADIR' =>
129
  array (
130
    'init' => '4.0.0',
131
    'name' => 'PHP_DATADIR',
132
  ),
133
  'PHP_DEBUG' =>
134
  array (
135
    'init' => '5.2.7',
136
    'name' => 'PHP_DEBUG',
137
  ),
138
  'PHP_EOL' =>
139
  array (
140
    'init' => '4.3.10',
141
    'name' => 'PHP_EOL',
142
  ),
143
  'PHP_EXTENSION_DIR' =>
144
  array (
145
    'init' => '4.0.0',
146
    'name' => 'PHP_EXTENSION_DIR',
147
  ),
148
  'PHP_EXTRA_VERSION' =>
149
  array (
150
    'init' => '5.2.7',
151
    'name' => 'PHP_EXTRA_VERSION',
152
  ),
153
  'PHP_INT_MAX' =>
154
  array (
155
    'init' => '4.4.0',
156
    'name' => 'PHP_INT_MAX',
157
  ),
158
  'PHP_INT_SIZE' =>
159
  array (
160
    'init' => '4.4.0',
161
    'name' => 'PHP_INT_SIZE',
162
  ),
163
  'PHP_LIBDIR' =>
164
  array (
165
    'init' => '4.0.0',
166
    'name' => 'PHP_LIBDIR',
167
  ),
168
  'PHP_LOCALSTATEDIR' =>
169
  array (
170
    'init' => '4.0.0',
171
    'name' => 'PHP_LOCALSTATEDIR',
172
  ),
173
  'PHP_MAJOR_VERSION' =>
174
  array (
175
    'init' => '5.2.7',
176
    'name' => 'PHP_MAJOR_VERSION',
177
  ),
178
  'PHP_MINOR_VERSION' =>
179
  array (
180
    'init' => '5.2.7',
181
    'name' => 'PHP_MINOR_VERSION',
182
  ),
183
  'PHP_OS' =>
184
  array (
185
    'init' => '4.0.0',
186
    'name' => 'PHP_OS',
187
  ),
188
  'PHP_OUTPUT_HANDLER_CONT' =>
189
  array (
190
    'init' => '4.0.0',
191
    'name' => 'PHP_OUTPUT_HANDLER_CONT',
192
  ),
193
  'PHP_OUTPUT_HANDLER_END' =>
194
  array (
195
    'init' => '4.0.0',
196
    'name' => 'PHP_OUTPUT_HANDLER_END',
197
  ),
198
  'PHP_OUTPUT_HANDLER_START' =>
199
  array (
200
    'init' => '4.0.0',
201
    'name' => 'PHP_OUTPUT_HANDLER_START',
202
  ),
203
  'PHP_PREFIX' =>
204
  array (
205
    'init' => '4.3.0',
206
    'name' => 'PHP_PREFIX',
207
  ),
208
  'PHP_RELEASE_VERSION' =>
209
  array (
210
    'init' => '5.2.7',
211
    'name' => 'PHP_RELEASE_VERSION',
212
  ),
213
  'PHP_SAPI' =>
214
  array (
215
    'init' => '4.2.0',
216
    'name' => 'PHP_SAPI',
217
  ),
218
  'PHP_SHLIB_SUFFIX' =>
219
  array (
220
    'init' => '4.3.0',
221
    'name' => 'PHP_SHLIB_SUFFIX',
222
  ),
223
  'PHP_SYSCONFDIR' =>
224
  array (
225
    'init' => '4.0.0',
226
    'name' => 'PHP_SYSCONFDIR',
227
  ),
228
  'PHP_VERSION' =>
229
  array (
230
    'init' => '4.0.0',
231
    'name' => 'PHP_VERSION',
232
  ),
233
  'PHP_VERSION_ID' =>
234
  array (
235
    'init' => '5.2.7',
236
    'name' => 'PHP_VERSION_ID',
237
  ),
238
  'PHP_ZTS' =>
239
  array (
240
    'init' => '5.2.7',
241
    'name' => 'PHP_ZTS',
242
  ),
243
  'STDERR' =>
244
  array (
245
    'init' => '4.3.0',
246
    'name' => 'STDERR',
247
  ),
248
  'STDIN' =>
249
  array (
250
    'init' => '4.3.0',
251
    'name' => 'STDIN',
252
  ),
253
  'STDOUT' =>
254
  array (
255
    'init' => '4.3.0',
256
    'name' => 'STDOUT',
257
  ),
258
  'TRUE' =>
259
  array (
260
    'init' => '4.0.0',
261
    'name' => 'TRUE',
262
  ),
263
  'UPLOAD_ERR_CANT_WRITE' =>
264
  array (
265
    'init' => '5.1.0',
266
    'name' => 'UPLOAD_ERR_CANT_WRITE',
267
  ),
268
  'UPLOAD_ERR_EXTENSION' =>
269
  array (
270
    'init' => '5.2.0',
271
    'name' => 'UPLOAD_ERR_EXTENSION',
272
  ),
273
  'UPLOAD_ERR_FORM_SIZE' =>
274
  array (
275
    'init' => '4.3.0',
276
    'name' => 'UPLOAD_ERR_FORM_SIZE',
277
  ),
278
  'UPLOAD_ERR_INI_SIZE' =>
279
  array (
280
    'init' => '4.3.0',
281
    'name' => 'UPLOAD_ERR_INI_SIZE',
282
  ),
283
  'UPLOAD_ERR_NO_FILE' =>
284
  array (
285
    'init' => '4.3.0',
286
    'name' => 'UPLOAD_ERR_NO_FILE',
287
  ),
288
  'UPLOAD_ERR_NO_TMP_DIR' =>
289
  array (
290
    'init' => '4.3.10',
291
    'name' => 'UPLOAD_ERR_NO_TMP_DIR',
292
  ),
293
  'UPLOAD_ERR_OK' =>
294
  array (
295
    'init' => '4.3.0',
296
    'name' => 'UPLOAD_ERR_OK',
297
  ),
298
  'UPLOAD_ERR_PARTIAL' =>
299
  array (
300
    'init' => '4.3.0',
301
    'name' => 'UPLOAD_ERR_PARTIAL',
302
  ),
303
  'ZEND_THREAD_SAFE' =>
304
  array (
305
    'init' => '4.0.0',
306
    'name' => 'ZEND_THREAD_SAFE',
307
  ),
308
  '__CLASS__' =>
309
  array (
310
    'init' => '4.3.0',
311
    'name' => '__CLASS__',
312
  ),
313
  '__FILE__' =>
314
  array (
315
    'init' => '4.0.0',
316
    'name' => '__FILE__',
317
  ),
318
  '__FUNCTION__' =>
319
  array (
320
    'init' => '4.3.0',
321
    'name' => '__FUNCTION__',
322
  ),
323
  '__LINE__' =>
324
  array (
325
    'init' => '4.0.0',
326
    'name' => '__LINE__',
327
  ),
328
  '__METHOD__' =>
329
  array (
330
    'name' => '__METHOD__',
331
    'init' => '5.0.0',
332
  ),
333
);
334
?>