/security/pbnj/

rts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/php72-opcache
Commit message (Collapse)AuthorAgeFilesLines
* PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionstz2018-07-241-0/+2
| | | | | | | | | This enables "make test" in every extension and eases the test of changes to PHP. I did ignore PHP 7.0 intentionally since it only receives security updates and will EOL at the end of the year. Therefore no great amount of work is expected for 7.0.
* Introduce PHP flavors.mat2018-03-091-1/+1
| | | | | | | | | | | | | | 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