Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Oct 2020 07:36:15
1.0.10_1

|
mm  |
archivers/php-horde_lz4: fix build with PHP8 |
08 Mar 2018 19:48:41
1.0.10

|
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 |
27 Jan 2017 18:56:30
1.0.10

|
mm  |
Update horde_lz4 to 1.0.10
Unbreak with PHP7
Use liblz4 from archivers/liblz4 by default
Add license infromation |
03 Aug 2016 12:47:05
1.0.7_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
1.0.7

|
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 |
13 Mar 2016 16:56:42
1.0.7

|
mat  |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight |
09 Jan 2015 13:17:00
1.0.7

|
mm  |
Update horde_lz4 to 1.0.7 |
09 Feb 2014 14:00:38
1.0.2

|
mm  |
Update php-horde_lz4 to 1.0.2
Fix build with other PHP than 5.4 |
07 Feb 2014 09:41:21
1.0.0

|
ehaupt  |
- Support staging
- Strip shared objects |
20 Sep 2013 13:11:21


|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
04 Jun 2013 22:14:58
1.0.0

|
mm  |
PHP extension that implements the LZ4 compression algorithm - an extremely
fast lossless compression algorithm.
WWW: http://pear.horde.org |