@@ -77,7 +77,7 @@ apt-get install php-static-7.4 nginx-static
77
77
78
78
* https://phpstatic.com/php-static-8.0-latest-x86_64.rpm
79
79
* https://phpstatic.com/php-static-7.4-latest-x86_64.rpm
80
- * https://phpstatic.com/php-static-7.3-latest. x86_64.rpm
80
+ * https://phpstatic.com/php-static-7.3-latest- x86_64.rpm
81
81
* https://phpstatic.com/php-static-7.2-latest.x86_64.rpm
82
82
* https://phpstatic.com/nginx-static-latest-x86_64.rpm
83
83
@@ -192,12 +192,15 @@ ctype
192
192
curl
193
193
date
194
194
dom
195
+ ds
196
+ elastic_apm
195
197
event
196
198
exif
197
199
fileinfo
198
200
filter
199
201
ftp
200
202
gd
203
+ gearman
201
204
gettext
202
205
gmp
203
206
grpc
@@ -208,6 +211,8 @@ igbinary
208
211
imap
209
212
intl
210
213
ip2region
214
+ jchash
215
+ jq
211
216
jsmin
212
217
json
213
218
json_post
@@ -220,6 +225,7 @@ mongodb
220
225
msgpack
221
226
mysqli
222
227
mysqlnd
228
+ newrelic
223
229
OAuth
224
230
openssl
225
231
pcntl
@@ -231,6 +237,7 @@ pdo_sqlite
231
237
pgsql
232
238
phalcon
233
239
Phar
240
+ pinpoint_php
234
241
posix
235
242
protobuf
236
243
pspell
@@ -245,6 +252,7 @@ SeasLog
245
252
session
246
253
shmop
247
254
SimpleXML
255
+ skywalking
248
256
snappy
249
257
soap
250
258
sockets
@@ -253,13 +261,12 @@ solr
253
261
SPL
254
262
SPX
255
263
sqlite3
264
+ ssh2
256
265
standard
257
266
swoole
258
267
sysvmsg
259
268
sysvsem
260
269
sysvshm
261
- taint
262
- thrift_protocol
263
270
tideways_xhprof
264
271
tidy
265
272
tokenizer
284
291
[Zend Modules]
285
292
Xdebug
286
293
Zend OPcache
287
-
288
294
```
289
295
290
296
~~ swoole_orm and wasm removed since 2021/03/08.~~
@@ -301,16 +307,16 @@ nginx-uring require kernel >= 5.1 and avx2.
301
307
302
308
``` sh
303
309
nginx version: nginx/1.18.0 (nginx)
304
- built by gcc version 10.2.1
310
+ built by gcc version 10.3.0
305
311
built with OpenSSL 1.1.0 (compatible; BoringSSL) (running with BoringSSL)
306
312
TLS SNI support enabled
307
313
configure arguments:--conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --user=www-data --group=www-data --without-select_module --with-poll_module --with-file-aio --with-threads --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_sub_module --with-http_stub_status_module --with-http_slice_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_secure_link_module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-pcre --with-pcre-jit --with-zlib --with-zlib-asm=pentiumpro --with-libatomic --with-http_addition_module --without-http_uwsgi_module --with-mail --with-mail_ssl_module --with-http_mp4_module --with-http_flv_module --add-module=devel_kit --add-module=brotli --add-module=zstd --add-module=substitutions_filter --add-module=headers-more --add-module=h264_streaming --add-module=vod --add-module=secure-token --add-module=flv --add-module=dynamic_limit_req --add-module=slice --add-module=njs/nginx --add-module=vts --with-http_geoip_module --with-stream_geoip_module --add-module=geoip2 --add-module=ipip --add-module=waf --add-module=security_headers --add-module=tcp-keepalive --add-module=websockify --with-http_v3_module --with-openssl --with-quiche
308
314
```
309
315
310
- nginx-openssl build without http3 (version is 1.19.9 ).
316
+ nginx-openssl build without http3 (version is 1.21.0 ).
311
317
``` sh
312
- nginx version: nginx/1.19.9 (nginx)
313
- built by gcc version 10.2.1
318
+ nginx version: nginx/1.21.0 (nginx)
319
+ built by gcc version 10.3.0
314
320
built with OpenSSL 1.1.1k 16 Feb 2021
315
321
TLS SNI support enabled
316
322
configure arguments:--conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --user=www-data --group=www-data --without-select_module --with-poll_module --with-file-aio --with-threads --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_sub_module --with-http_stub_status_module --with-http_slice_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_secure_link_module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-pcre --with-pcre-jit --with-zlib --with-zlib-asm=pentiumpro --with-libatomic --with-http_addition_module --without-http_uwsgi_module --with-mail --with-mail_ssl_module --with-http_mp4_module --with-http_flv_module --add-module=devel_kit --add-module=brotli --add-module=zstd --add-module=substitutions_filter --add-module=headers-more --add-module=h264_streaming --add-module=vod --add-module=secure-token --add-module=flv --add-module=dynamic_limit_req --add-module=slice --add-module=njs/nginx --add-module=vts --with-http_geoip_module --with-stream_geoip_module --add-module=geoip2 --add-module=ipip --add-module=waf --add-module=security_headers --add-module=tcp-keepalive --add-module=websockify --with-openssl --with-http_v2_hpack_enc
0 commit comments