Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Dec 2020 09:14:44
2.1.0

|
antoine  |
Ignore with PHP 8.0
Reported by: pkg-fallout |
05 Jan 2019 15:47:57
2.1.0

|
rene  |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
23 Apr 2018 23:54:09
2.1.0

|
bofh  |
devel/pecl-propro2: Update version 2.0.1=>2.1.0
- Pet portlint
Relnotes: https://pecl.php.net/package-changelog.php?package=propro&release=2.1.0 |
08 Mar 2018 19:48:41
2.0.1_1

|
mat  |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
10 Apr 2017 15:08:47
2.0.1_1

|
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
13 Dec 2016 14:26:12
2.0.1_1

|
sunpoet  |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
24 Oct 2016 19:39:06
2.0.1_1

|
rene  |
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55) |
03 Aug 2016 12:47:05
2.0.1_1

|
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
28 Jun 2016 14:00:45
2.0.1

|
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
12 Jun 2016 10:21:43
2.0.1

|
bofh  |
devel/pecl-propro2: Update version 2.0.0=>2.0.1 |
06 Apr 2016 16:44:59
2.0.0

|
mat  |
Remove PHP_DEFAULT from ports, it must not be used.
With hat: portmgr
Sponsored by: Absolight |
06 Apr 2016 13:04:40
2.0.0

|
bofh  |
[NEW] devel/pecl-propro2: Facility to manage extension object properties
A facility to manage possibly persistent resources with a comprehensible API.
Provides simliar functionality like the zend_list API, but with more flexiblity
and freedom.
php70+ specific version only.
WWW: http://pecl.php.net/package/propro/ |