Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * apache2handler SAPI 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: apache2handler_sapi_array.php,v 1.1 2008/12/14 17:27:16 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_SAPI_APACHE2HANDLER'] = array (
18
  'apache_get_modules' =>
19
  array (
20
    'init' => '4.3.2',
21
    'ext' => 'standard',
22
    'pecl' => false,
23
    'sapi' => 'apache2handler',
24
  ),
25
  'apache_get_version' =>
26
  array (
27
    'init' => '4.3.2',
28
    'ext' => 'standard',
29
    'pecl' => false,
30
    'sapi' => 'apache2handler',
31
  ),
32
  'apache_getenv' =>
33
  array (
34
    'init' => '4.3.0',
35
    'ext' => 'standard',
36
    'pecl' => false,
37
    'sapi' => 'apache2handler',
38
  ),
39
  'apache_lookup_uri' =>
40
  array (
41
    'init' => '4.0.0',
42
    'ext' => 'standard',
43
    'pecl' => false,
44
    'sapi' => 'apache2handler',
45
  ),
46
  'apache_note' =>
47
  array (
48
    'init' => '4.0.0',
49
    'ext' => 'standard',
50
    'pecl' => false,
51
    'sapi' => 'apache2handler',
52
  ),
53
  'apache_request_headers' =>
54
  array (
55
    'init' => '4.3.0',
56
    'ext' => 'standard',
57
    'pecl' => false,
58
    'sapi' => 'apache2handler',
59
  ),
60
  'apache_response_headers' =>
61
  array (
62
    'init' => '4.3.0',
63
    'ext' => 'standard',
64
    'pecl' => false,
65
    'sapi' => 'apache2handler',
66
  ),
67
  'apache_setenv' =>
68
  array (
69
    'init' => '4.2.0',
70
    'ext' => 'standard',
71
    'pecl' => false,
72
    'sapi' => 'apache2handler',
73
  ),
74
  'getallheaders' =>
75
  array (
76
    'init' => '4.0.0',
77
    'ext' => 'standard',
78
    'pecl' => false,
79
    'sapi' => 'apache2handler',
80
  ),
81
  'virtual' =>
82
  array (
83
    'init' => '4.0.0',
84
    'ext' => 'standard',
85
    'pecl' => false,
86
    'sapi' => 'apache2handler',
87
  ),
88
);
89
?>