Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * xsl 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: xsl_const_array.php,v 1.1 2009/01/03 10:11:11 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_CONST_XSL'] = array (
18
  'LIBEXSLT_DOTTED_VERSION' =>
19
  array (
20
    'init' => '5.1.2',
21
    'name' => 'LIBEXSLT_DOTTED_VERSION',
22
  ),
23
  'LIBEXSLT_VERSION' =>
24
  array (
25
    'init' => '5.1.2',
26
    'name' => 'LIBEXSLT_VERSION',
27
  ),
28
  'LIBXSLT_DOTTED_VERSION' =>
29
  array (
30
    'init' => '5.1.2',
31
    'name' => 'LIBXSLT_DOTTED_VERSION',
32
  ),
33
  'LIBXSLT_VERSION' =>
34
  array (
35
    'init' => '5.1.2',
36
    'name' => 'LIBXSLT_VERSION',
37
  ),
38
  'XSL_CLONE_ALWAYS' =>
39
  array (
40
    'init' => '5.0.0',
41
    'name' => 'XSL_CLONE_ALWAYS',
42
  ),
43
  'XSL_CLONE_AUTO' =>
44
  array (
45
    'init' => '5.0.0',
46
    'name' => 'XSL_CLONE_AUTO',
47
  ),
48
  'XSL_CLONE_NEVER' =>
49
  array (
50
    'init' => '5.0.0',
51
    'name' => 'XSL_CLONE_NEVER',
52
  ),
53
);
54
?>