Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * ftp 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: ftp_const_array.php,v 1.2 2008/12/28 18:38:08 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_FTP'] = array (
18
  'FTP_ASCII' =>
19
  array (
20
    'init' => '4.0.0',
21
    'name' => 'FTP_ASCII',
22
  ),
23
  'FTP_AUTORESUME' =>
24
  array (
25
    'init' => '4.3.0',
26
    'name' => 'FTP_AUTORESUME',
27
  ),
28
  'FTP_AUTOSEEK' =>
29
  array (
30
    'init' => '4.3.0',
31
    'name' => 'FTP_AUTOSEEK',
32
  ),
33
  'FTP_BINARY' =>
34
  array (
35
    'init' => '4.0.0',
36
    'name' => 'FTP_BINARY',
37
  ),
38
  'FTP_FAILED' =>
39
  array (
40
    'init' => '4.3.0',
41
    'name' => 'FTP_FAILED',
42
  ),
43
  'FTP_FINISHED' =>
44
  array (
45
    'init' => '4.3.0',
46
    'name' => 'FTP_FINISHED',
47
  ),
48
  'FTP_IMAGE' =>
49
  array (
50
    'init' => '4.0.0',
51
    'name' => 'FTP_IMAGE',
52
  ),
53
  'FTP_MOREDATA' =>
54
  array (
55
    'init' => '4.3.0',
56
    'name' => 'FTP_MOREDATA',
57
  ),
58
  'FTP_TEXT' =>
59
  array (
60
    'init' => '4.0.0',
61
    'name' => 'FTP_TEXT',
62
  ),
63
  'FTP_TIMEOUT_SEC' =>
64
  array (
65
    'init' => '4.0.0',
66
    'name' => 'FTP_TIMEOUT_SEC',
67
  ),
68
);
69
?>