10 Commits

Author SHA1 Message Date
sthen
60a48cf9c2 switch the default php version to 8.0 2022-03-23 23:58:28 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
sthen
f611d84e40 drop php 7.3 from -current, although it is still officially in
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026

add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
2021-10-25 12:33:18 +00:00
sthen
a95e1032dd set @pkgpath to update php 7.2 pecl packages to the default version 2021-04-30 16:52:59 +00:00
sthen
9b64714929 build php-8.0 versions of the pecl ports which support it 2021-02-24 21:23:15 +00:00
sthen
10befdfdff remove the forced FLAVORS that knocked out php 7.1 packages; php 7.1 was
already removed so these are no longer needed
2020-04-21 20:41:12 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
sthen
78dfb0b064 put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\
this doesn't get in the way and makes it easier to test possible fixes
2019-03-08 17:02:43 +00:00
sthen
dcdd36f49d move @pkgpath markers for pecl extensions so that versions compiled against
the old "ports default" versions of php are autoupdated to the current one
2018-12-11 12:33:26 +00:00
sthen
127f223ee3 import ports/www/pecl-pledge, from Tom Van Looy, ok landry.
(see the extensive pkg-readme for usage information)

This PHP extension adds support for OpenBSD's pledge and unveil system calls.

The PHP userland functions pledge() and unveil() are wrappers around the
OpenBSD system calls. These functions provide a powerful mechanism to
defend the PHP runtime and userland against some common exploits.
2018-11-20 10:28:52 +00:00