Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * iconv extension Function dictionary for PHP_CompatInfo 1.9.0b2 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: iconv_func_array.php,v 1.2 2008/12/29 16:39:24 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_FUNC_ICONV'] = array (
18
  'iconv' =>
19
  array (
20
    'init' => '4.0.5',
21
    'name' => 'iconv',
22
    'ext' => 'iconv',
23
    'pecl' => false,
24
  ),
25
  'iconv_get_encoding' =>
26
  array (
27
    'init' => '4.0.5',
28
    'ext' => 'iconv',
29
    'pecl' => false,
30
  ),
31
  'iconv_mime_decode' =>
32
  array (
33
    'init' => '5.0.0',
34
    'ext' => 'iconv',
35
    'pecl' => false,
36
  ),
37
  'iconv_mime_decode_headers' =>
38
  array (
39
    'init' => '5.0.0',
40
    'ext' => 'iconv',
41
    'pecl' => false,
42
  ),
43
  'iconv_mime_encode' =>
44
  array (
45
    'init' => '5.0.0',
46
    'ext' => 'iconv',
47
    'pecl' => false,
48
  ),
49
  'iconv_set_encoding' =>
50
  array (
51
    'init' => '4.0.5',
52
    'ext' => 'iconv',
53
    'pecl' => false,
54
  ),
55
  'iconv_strlen' =>
56
  array (
57
    'init' => '5.0.0',
58
    'ext' => 'iconv',
59
    'pecl' => false,
60
  ),
61
  'iconv_strpos' =>
62
  array (
63
    'init' => '5.0.0',
64
    'ext' => 'iconv',
65
    'pecl' => false,
66
  ),
67
  'iconv_strrpos' =>
68
  array (
69
    'init' => '5.0.0',
70
    'ext' => 'iconv',
71
    'pecl' => false,
72
  ),
73
  'iconv_substr' =>
74
  array (
75
    'init' => '5.0.0',
76
    'ext' => 'iconv',
77
    'pecl' => false,
78
  ),
79
  'ob_iconv_handler' =>
80
  array (
81
    'init' => '4.0.5',
82
    'ext' => 'iconv',
83
    'pecl' => false,
84
  ),
85
);
86
?>