You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.1.6, Copyright (c) 1999-2017, by Zend Technologies
137
+
```
107
138
108
-
{:.bs-callout .bs-callout-info}
109
-
The preceding message confirms that the `Zend OPcache` is installed. We strongly recommend using the OPcache for performance reasons. If your PHP distribution does not come with the OPcache, see the [PHP OPcache documentation](http://php.net/manual/en/opcache.setup.php){:target="_blank"}.
139
+
{:.bs-callout .bs-callout-info}
140
+
The preceding message confirms that the `Zend OPcache` is installed. We strongly recommend using the OPcache for performance reasons. If your PHP distribution does not come with the OPcache, see the [PHP OPcache documentation](http://php.net/manual/en/opcache.setup.php){:target="_blank"}.
110
141
111
142
1. Verify that all [required PHP extensions]({{ page.baseurl }}/install-gde/system-requirements-tech.html#required-php-extensions) were installed:
112
143
113
-
```bash
114
-
php -me
115
-
```
116
-
117
-
You should see output similar to the following:
118
-
119
-
```bash
120
-
[PHP Modules]
121
-
bcmath
122
-
calendar
123
-
Core
124
-
ctype
125
-
curl
126
-
date
127
-
dom
128
-
exif
129
-
fileinfo
130
-
filter
131
-
ftp
132
-
gd
133
-
gettext
134
-
hash
135
-
iconv
136
-
intl
137
-
json
138
-
libxml
139
-
mbstring
140
-
mysqli
141
-
mysqlnd
142
-
openssl
143
-
pcntl
144
-
pcre
145
-
PDO
146
-
pdo_mysql
147
-
Phar
148
-
readline
149
-
Reflection
150
-
session
151
-
SimpleXML
152
-
soap
153
-
sockets
154
-
SPL
155
-
standard
156
-
tokenizer
157
-
wddx
158
-
xml
159
-
xmlreader
160
-
xmlwriter
161
-
xsl
162
-
Zend OPcache
163
-
zip
164
-
zlib
165
-
166
-
[Zend Modules]
167
-
Zend OPcache
168
-
```
144
+
```bash
145
+
php -me
146
+
```
147
+
148
+
You should see output similar to the following:
149
+
150
+
```terminal
151
+
[PHP Modules]
152
+
bcmath
153
+
calendar
154
+
Core
155
+
ctype
156
+
curl
157
+
date
158
+
dom
159
+
exif
160
+
fileinfo
161
+
filter
162
+
ftp
163
+
gd
164
+
gettext
165
+
hash
166
+
iconv
167
+
intl
168
+
json
169
+
libxml
170
+
mbstring
171
+
mysqli
172
+
mysqlnd
173
+
openssl
174
+
pcntl
175
+
pcre
176
+
PDO
177
+
pdo_mysql
178
+
Phar
179
+
readline
180
+
Reflection
181
+
session
182
+
SimpleXML
183
+
soap
184
+
sockets
185
+
SPL
186
+
standard
187
+
tokenizer
188
+
wddx
189
+
xml
190
+
xmlreader
191
+
xmlwriter
192
+
xsl
193
+
Zend OPcache
194
+
zip
195
+
zlib
196
+
197
+
[Zend Modules]
198
+
Zend OPcache
199
+
```
169
200
170
201
1. Continue with [Required PHP settings]({{ page.baseurl }}/install-gde/prereq/php-settings.html).
171
202
@@ -196,90 +227,99 @@ To install PHP 7.1 on Ubuntu 14 or 16:
196
227
197
228
1. Enter the following commands in the order shown:
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.1.7-1~ubuntu14.04.1+deb.sury.org+1,Copyright (c) 1999-2017, by Zend Technologies
220
-
```
248
+
1. Verify that PHP 7.1 is installed properly:
221
249
222
-
{:.bs-callout .bs-callout-info}
223
-
The preceding message confirms that the `Zend OPcache` is installed. We strongly recommend using the OPcache for performance reasons. If your PHP distribution does not come with the OPcache, see the [PHP OPcache documentation](http://php.net/manual/en/opcache.setup.php){:target="_blank"}.
250
+
```bash
251
+
php -v
252
+
```
224
253
225
-
1. Verify that all [required PHP extensions]({{ page.baseurl }}/install-gde/system-requirements-tech.html#required-php-extensions) were installed:
254
+
The following response indicates that PHP 7.1.7 is installed:
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.1.7-1~ubuntu14.04.1+deb.sury.org+1,Copyright (c) 1999-2017, by Zend Technologies
260
+
```
230
261
231
-
You should see output similar to the following:
262
+
{:.bs-callout .bs-callout-info}
263
+
The preceding message confirms that the `Zend OPcache` is installed. We strongly recommend using the OPcache for performance reasons. If your PHP distribution does not come with the OPcache, see the [PHP OPcache documentation](http://php.net/manual/en/opcache.setup.php){:target="_blank"}.
232
264
233
-
```bash
234
-
[PHP Modules]
235
-
bcmath
236
-
calendar
237
-
Core
238
-
ctype
239
-
curl
240
-
date
241
-
dom
242
-
exif
243
-
fileinfo
244
-
filter
245
-
ftp
246
-
gd
247
-
gettext
248
-
hash
249
-
iconv
250
-
intl
251
-
json
252
-
libxml
253
-
mbstring
254
-
mysqli
255
-
mysqlnd
256
-
openssl
257
-
pcntl
258
-
pcre
259
-
PDO
260
-
pdo_mysql
261
-
Phar
262
-
readline
263
-
Reflection
264
-
session
265
-
SimpleXML
266
-
soap
267
-
sockets
268
-
SPL
269
-
standard
270
-
tokenizer
271
-
wddx
272
-
xml
273
-
xmlreader
274
-
xmlwriter
275
-
xsl
276
-
Zend OPcache
277
-
zip
278
-
zlib
279
-
280
-
[Zend Modules]
281
-
Zend OPcache
282
-
```
265
+
1. Verify that all [required PHP extensions]({{ page.baseurl }}/install-gde/system-requirements-tech.html#required-php-extensions) were installed:
0 commit comments