non port: databases/php70-redis/Makefile |
SVNWeb
|
Number of commits found: 6 |
Thu, 26 Jan 2017
|
[ 14:38 sunpoet ]
Remove PHP_MODNAME
- While I'm here, update IGNORE_WITH_PHP
|
Mon, 24 Oct 2016
|
[ 19:39 rene ] (Only the first 10 of 19 ports in this commit are shown above. )
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
|
Wed, 3 Aug 2016
|
[ 12:47 mat ] (Only the first 10 of 381 ports in this commit are shown above. )
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
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
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
|
Sat, 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 |