aboutsummaryrefslogtreecommitdiff
path: root/archivers/php71-phar
Commit message (Collapse)AuthorAgeFilesLines
* PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionsTorsten Zuehlsdorff2018-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. Notes: svn path=/head/; revision=475229
* Update PHP 7.1 from 7.1.13 to 7.1.14Torsten Zuehlsdorff2018-02-021-9/+0
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.14 Remove patch since upstream integrated a fix for the issue MFH: 2018Q1 Notes: svn path=/head/; revision=460697
* Update PHP 7.1 from 7.1.12 to 7.1.13Torsten Zuehlsdorff2018-01-101-1/+0
| | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.13 PR: 224955 MFH: 2018Q1 Notes: svn path=/head/; revision=458658
* archivers/php71-phar: Unbreak if devel/re2c is installedTorsten Zuehlsdorff2017-12-052-0/+10
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455586
* Add PHP 7.1Torsten Zuehlsdorff2017-01-243-0/+61
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org Notes: svn path=/head/; revision=432324