Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Dec 2020 20:32:36
2.2.1,1

|
oliver  |
update to 2.2.1
unbreak build with PHP 7.3, 7.4 and 8.0 |
27 May 2020 13:43:31
2.0.2,1

|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
22 Sep 2019 07:14:00
2.0.2,1

|
antoine  |
Ignore with php 7.4
Reported by: pkg-fallout |
05 Jan 2019 15:47:57
2.0.2,1

|
rene  |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
12 Oct 2018 06:23:47
2.0.2,1

|
antoine  |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
08 Mar 2018 19:48:41
2.0.2,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 Feb 2018 11:36:53
2.0.2,1

|
oliver  |
upgrade to 2.0.2
Minimum required PHP version is now 7 - 5.x is no longer supported |
14 Dec 2017 13:57:29
0.9.2_1,1

|
tz  |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476 |
10 Apr 2017 15:08:47
0.9.2_1,1

|
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
03 Aug 2016 12:47:05
0.9.2_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
0.9.2,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 |
01 Apr 2016 14:00:57
0.9.2,1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
18 Feb 2016 14:47:06
0.9.2,1

|
miwi  |
- Ignore php70
- While here remove old php gruft |
16 Jan 2015 12:03:38
0.9.2,1

|
ale  |
Update to 0.9.2 release, supporting php 5.6. |
06 Feb 2014 12:25:17
0.1.1.r20140114,1

|
oliver  |
update to 0.1.1.r20140114, bump PORTEPOCH |
23 Jan 2014 15:12:51
0.2.0.r20130811

|
miwi  |
- Marke these ports as stage safe
- While here remove php4 gruft |
20 Sep 2013 17:13:47
0.2.0.r20130811

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
14 Aug 2013 04:53:13
0.2.0.r20130811

|
oliver  |
Add the PECL extension YAC - yet another cache.
Performs for me better than APC, APCu, Xcache or the PECL memcache extensions |