Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * standard extension Class 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: standard_class_array.php,v 1.3 2008/12/14 17:33:31 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_CLASS_STANDARD'] = array (
18
  'Directory' =>
19
  array (
20
    'init' => '4.0.0',
21
    'name' => 'Directory',
22
    'ext' => 'standard',
23
    'pecl' => false,
24
  ),
25
  'Exception' =>
26
  array (
27
    'init' => '5.0.0',
28
  ),
29
  '__PHP_Incomplete_Class' =>
30
  array (
31
    'init' => '4.0.0',
32
    'name' => '__PHP_Incomplete_Class',
33
    'ext' => 'standard',
34
    'pecl' => false,
35
  ),
36
  'php_user_filter' =>
37
  array (
38
    'init' => '5.0.0',
39
  ),
40
  'stdClass' =>
41
  array (
42
    'init' => '4.0.0',
43
  ),
44
);
45
?>