remove suhosin / php 5.6 mention
This commit is contained in:
parent
c308426e60
commit
0b971b3e33
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2019/01/09 23:44:30 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/01/23 21:04:53 sthen Exp $
|
||||
|
||||
PV= 7.1
|
||||
V= ${PV}.26
|
||||
REVISION-main= 0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2019/01/09 23:44:39 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2019/01/23 21:04:53 sthen Exp $
|
||||
|
||||
PV= 7.2
|
||||
V= ${PV}.14
|
||||
REVISION-main= 0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README-main,v 1.7 2018/09/27 16:40:11 sthen Exp $
|
||||
$OpenBSD: README-main,v 1.8 2019/01/23 21:04:53 sthen Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
@ -81,11 +81,9 @@ Many language features in php are provided by extensions, which come
|
||||
in several classes.
|
||||
|
||||
- some extensions are included in the main PHP package and are always
|
||||
enabled; they don't need to be installed or enabled separately. This
|
||||
includes the Suhosin security extension; see https://suhosin.org/
|
||||
for more information.
|
||||
enabled; they don't need to be installed or enabled separately.
|
||||
|
||||
- for PHP 5.6+, opcache is in the main package but must be configured.
|
||||
- opcache is in the main package but must be configured.
|
||||
|
||||
- some 'core' extensions with extra dependencies are packaged separately
|
||||
(e.g. php-pdo_mysql, php-ldap, php-soap, and others) and can be installed
|
||||
|
Loading…
Reference in New Issue
Block a user