/japanese/cdrom2/

t/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/php71-phar/Makefile
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.
* Update PHP 7.1 from 7.1.12 to 7.1.13tz2018-01-111-1/+0
| | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.13 PR: 224955 MFH: 2018Q1
* archivers/php71-phar: Unbreak if devel/re2c is installedtz2017-12-051-0/+1
| | | | | | | | | | | There is a upstream bug which makes compiling this module impossible if devel/re2c is installed: https://bugs.php.net/bug.php?id=75587 The patch unbreaks this behavior. PR: 223880 Submitted by: mishin@mh.san.ru