0%

Mac中安装php-pear

2017年9月4日 上午8:30

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
czhdeMacBook-Pro:~ czh$ sudo php -d detect_unicode=0 go-pear.phar

Password:

Below is a suggested file layout for your new PEAR installation. To

change individual locations, type the number in front of the

directory. Type 'all' to change all of them or simply press Enter to

accept these locations.

1. Installation base ($prefix) : /usr/local/Cellar/php70/7.0.14_7

2. Temporary directory for processing : /tmp/pear/install

3. Temporary directory for downloads : /tmp/pear/install

4. Binaries directory : /usr/local/Cellar/php70/7.0.14_7/bin

5. PHP code directory ($php_dir) : /usr/local/Cellar/php70/7.0.14_7/share/pear

6. Documentation directory : /usr/local/Cellar/php70/7.0.14_7/docs

7. Data directory : /usr/local/Cellar/php70/7.0.14_7/data

8. User-modifiable configuration files directory : /usr/local/Cellar/php70/7.0.14_7/cfg

9. Public Web Files directory : /usr/local/Cellar/php70/7.0.14_7/www

10. System manual pages directory : /usr/local/Cellar/php70/7.0.14_7/man

11. Tests directory : /usr/local/Cellar/php70/7.0.14_7/tests

12. Name of configuration file : /usr/local/etc/php/7.0/pear.conf

1-12, 'all' or Enter to continue: 1

(Use $prefix as a shortcut for '/usr/local/Cellar/php70/7.0.14_7', etc.)

Installation base ($prefix) [/usr/local/Cellar/php70/7.0.14_7] : /usr/local/pear

Below is a suggested file layout for your new PEAR installation. To

change individual locations, type the number in front of the

directory. Type 'all' to change all of them or simply press Enter to

accept these locations.

1. Installation base ($prefix) : /usr/local/pear

2. Temporary directory for processing : /tmp/pear/install

3. Temporary directory for downloads : /tmp/pear/install

4. Binaries directory : /usr/local/pear/bin

5. PHP code directory ($php_dir) : /usr/local/pear/share/pear

6. Documentation directory : /usr/local/pear/docs

7. Data directory : /usr/local/pear/data

8. User-modifiable configuration files directory : /usr/local/pear/cfg

9. Public Web Files directory : /usr/local/pear/www

10. System manual pages directory : /usr/local/pear/man

11. Tests directory : /usr/local/pear/tests

12. Name of configuration file : /usr/local/etc/php/7.0/pear.conf

1-12, 'all' or Enter to continue: 4

(Use $prefix as a shortcut for '/usr/local/pear', etc.)

Binaries directory [$prefix/bin] : /usr/local/bin

Below is a suggested file layout for your new PEAR installation. To

change individual locations, type the number in front of the

directory. Type 'all' to change all of them or simply press Enter to

accept these locations.

1. Installation base ($prefix) : /usr/local/pear

2. Temporary directory for processing : /tmp/pear/install

3. Temporary directory for downloads : /tmp/pear/install

4. Binaries directory : /usr/local/bin

5. PHP code directory ($php_dir) : /usr/local/pear/share/pear

6. Documentation directory : /usr/local/pear/docs

7. Data directory : /usr/local/pear/data

8. User-modifiable configuration files directory : /usr/local/pear/cfg

9. Public Web Files directory : /usr/local/pear/www

10. System manual pages directory : /usr/local/pear/man

11. Tests directory : /usr/local/pear/tests

12. Name of configuration file : /usr/local/etc/php/7.0/pear.conf

1-12, 'all' or Enter to continue:

Beginning install...

Configuration written to /usr/local/etc/php/7.0/pear.conf...

Initialized registry...

Preparing to install...

installing phar:///Users/czh/go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.4.2.tar...

installing phar:///Users/czh/go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-1.4.1.tar...

installing phar:///Users/czh/go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.10.4.tar...

installing phar:///Users/czh/go-pear.phar/PEAR/go-pear-tarballs/Structures_Graph-1.1.1.tar...

installing phar:///Users/czh/go-pear.phar/PEAR/go-pear-tarballs/XML_Util-1.4.2.tar...

install ok: channel://pear.php.net/Archive_Tar-1.4.2

install ok: channel://pear.php.net/Console_Getopt-1.4.1

install ok: channel://pear.php.net/Structures_Graph-1.1.1

install ok: channel://pear.php.net/XML_Util-1.4.2

install ok: channel://pear.php.net/PEAR-1.10.4

PEAR: Optional feature webinstaller available (PEAR's web-based installer)

PEAR: Optional feature gtkinstaller available (PEAR's PHP-GTK-based installer)

PEAR: Optional feature gtk2installer available (PEAR's PHP-GTK2-based installer)

PEAR: To install optional features use "pear install pear/PEAR#featurename"

******************************************************************************

WARNING! The include_path defined in the currently used php.ini does not

contain the PEAR PHP directory you just specified:

If the specified directory is also not in the include_path used by

your scripts, you will have problems getting any PEAR packages working.

Would you like to alter php.ini ? [Y/n] : Y

php.ini include_path updated.

Current include path : .:

Configured directory : /usr/local/pear/share/pear

Currently used php.ini (guess) : /usr/local/etc/php/7.0/php.ini

Press Enter to continue:

The 'pear' command is now at your service at /usr/local/bin/pear