Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * gettext 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: gettext_func_array.php,v 1.1 2009/01/03 11:23:45 farell Exp $
13
 * @link     http://pear.php.net/package/PHP_CompatInfo
14
 * @since    version 1.9.0 (2009-01-19)
15
 */
16
 
17
$GLOBALS['_PHP_COMPATINFO_FUNC_GETTEXT'] = array (
18
  '_' =>
19
  array (
20
    'init' => '4.0.0',
21
    'ext' => 'gettext',
22
    'pecl' => false,
23
  ),
24
  'bind_textdomain_codeset' =>
25
  array (
26
    'init' => '4.2.0',
27
    'ext' => 'gettext',
28
    'pecl' => false,
29
  ),
30
  'bindtextdomain' =>
31
  array (
32
    'init' => '4.0.0',
33
    'ext' => 'gettext',
34
    'pecl' => false,
35
  ),
36
  'dcgettext' =>
37
  array (
38
    'init' => '4.0.0',
39
    'ext' => 'gettext',
40
    'pecl' => false,
41
  ),
42
  'dcngettext' =>
43
  array (
44
    'init' => '4.2.0',
45
    'ext' => 'gettext',
46
    'pecl' => false,
47
  ),
48
  'dgettext' =>
49
  array (
50
    'init' => '4.0.0',
51
    'ext' => 'gettext',
52
    'pecl' => false,
53
  ),
54
  'dngettext' =>
55
  array (
56
    'init' => '4.2.0',
57
    'ext' => 'gettext',
58
    'pecl' => false,
59
  ),
60
  'gettext' =>
61
  array (
62
    'init' => '4.0.0',
63
    'ext' => 'gettext',
64
    'pecl' => false,
65
  ),
66
  'ngettext' =>
67
  array (
68
    'init' => '4.2.0',
69
    'ext' => 'gettext',
70
    'pecl' => false,
71
  ),
72
  'textdomain' =>
73
  array (
74
    'init' => '4.0.0',
75
    'ext' => 'gettext',
76
    'pecl' => false,
77
  ),
78
);
79
?>