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 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: iconv_const_array.php,v 1.2 2008/12/29 09:51:14 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_ICONV'] = array (
18
  'ICONV_IMPL' =>
19
  array (
20
    'init' => '4.3.0',
21
    'name' => 'ICONV_IMPL',
22
  ),
23
  'ICONV_MIME_DECODE_CONTINUE_ON_ERROR' =>
24
  array (
25
    'init' => '5.0.0',
26
    'name' => 'ICONV_MIME_DECODE_CONTINUE_ON_ERROR',
27
  ),
28
  'ICONV_MIME_DECODE_STRICT' =>
29
  array (
30
    'init' => '5.0.0',
31
    'name' => 'ICONV_MIME_DECODE_STRICT',
32
  ),
33
  'ICONV_VERSION' =>
34
  array (
35
    'init' => '4.3.0',
36
    'name' => 'ICONV_VERSION',
37
  ),
38
);
39
?>