non port: databases/php70-redis/Makefile |
Number of commits found: 6 |
Thursday, 26 Jan 2017
|
14:38 sunpoet
Remove PHP_MODNAME
- While I'm here, update IGNORE_WITH_PHP
|
Monday, 24 Oct 2016
|
19:39 rene
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
|
14:53 mat
*_DEFAULT cannot be used in ports Makefiles, they are global variables.
PHP_VER can be used in phpXX-* ports to make sure they build.
Sponsored by: Absolight
|
Wednesday, 3 Aug 2016
|
12:47 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
|
Tuesday, 28 Jun 2016
|
14:00 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
|
Saturday, 25 Jun 2016
|
15:08 pi
New port: databases/php70-redis
This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.
WWW: https://github.com/phpredis/phpredis
PR: 210552, 208016
Submitted by: joshruehlig@gmail.com, townwear@gmail.com
|
Number of commits found: 6 |