Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * libxml 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: libxml_func_array.php,v 1.1 2008/12/13 16:47:38 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_LIBXML'] = array (
18
  'libxml_clear_errors' =>
19
  array (
20
    'init' => '5.1.0',
21
    'ext' => 'libxml',
22
    'pecl' => false,
23
  ),
24
  'libxml_get_errors' =>
25
  array (
26
    'init' => '5.1.0',
27
    'ext' => 'libxml',
28
    'pecl' => false,
29
  ),
30
  'libxml_get_last_error' =>
31
  array (
32
    'init' => '5.1.0',
33
    'ext' => 'libxml',
34
    'pecl' => false,
35
  ),
36
  'libxml_set_streams_context' =>
37
  array (
38
    'init' => '5.0.0',
39
    'ext' => 'libxml',
40
    'pecl' => false,
41
  ),
42
  'libxml_use_internal_errors' =>
43
  array (
44
    'init' => '5.1.0',
45
    'ext' => 'libxml',
46
    'pecl' => false,
47
  ),
48
);
49
?>