aboutsummaryrefslogtreecommitdiff
path: root/lang/php71
Commit message (Collapse)AuthorAgeFilesLines
* Update PHP 7.1 from 7.1.9 to 7.1.10Torsten Zuehlsdorff2017-09-282-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.10 MFH: 2017Q3 Notes: svn path=/head/; revision=450849
* lang/php70 and lang/php71: enable to build on sparc64Torsten Zuehlsdorff2017-09-151-0/+1
| | | | | | | | | | Disabling DTRACE for sparc64 allows to build the port on it PR: 221761 Submitted by: Mark Linimon <linimon@FreeBSD.org> Notes: svn path=/head/; revision=449898
* Update PHP 7.1 from 7.1.8 to 7.1.9Torsten Zuehlsdorff2017-08-312-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.9 MFH: 2017Q3 Notes: svn path=/head/; revision=449034
* Update PHP 7.1 from 7.1.7 to 7.1.8Torsten Zuehlsdorff2017-08-032-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.8 MFH: 2017Q3 Notes: svn path=/head/; revision=447218
* lang/php71: add notice for poudriere builds with ZTS optionTorsten Zuehlsdorff2017-07-271-1/+6
| | | | | | | | | | | | The message should point to a common mistake, when building lang/php71 with ZTS option enabled using poudriere. There is already the same message in lang/php70. Reported by: Jim Trigg <jktrigg@gmail.com> Notes: svn path=/head/; revision=446728
* PHP 7.0 and 7.1: switch to devel/oniguruma6Torsten Zuehlsdorff2017-07-101-1/+3
| | | | | | | | | | | | | | | | | | For mbstring extensions switch from devel/oniguruma5 to devel/oniguruma6 to fix security issues covert in Oniguruma 6.4. PHP bundles oniguruma 6.3 but i did some more tests, to make sure nothing breaks. Also add $FreeBSD$ header to Makefile.ext PR: 220598 Submitted by: Trond.Endrestol@ximalas.info MFH: 2017Q3 Notes: svn path=/head/; revision=445429
* Update PHP 7.1 from 7.1.6 to 7.1.7Torsten Zuehlsdorff2017-07-073-45/+5
| | | | | | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.7 PR: 220532 Reported by: Fabiano Sidler <fabianosidler@swissonline.ch>, Dani <i.dani@outlook.com> MFH: 2017Q3 Security: CVE-2017-9224 Security: CVE-2017-9226 Security: CVE-2017-9227 Security: CVE-2017-9228 Security: CVE-2017-9229 Notes: svn path=/head/; revision=445228
* lang/php70 and lang/php71: Add umask to php-fpm rc scriptTorsten Zuehlsdorff2017-06-281-1/+16
| | | | | | | | PR: 212911 Submitted by: Robert Kánia <rk@redb.cz> Notes: svn path=/head/; revision=444558
* lang/php70 and lang/php71: Parse multiple [PATH=] and [HOST=] sections properlyTorsten Zuehlsdorff2017-06-162-1/+41
| | | | | | | | | | | Adding a patch to fix bug #74738 in PHP 7.0 and 7.1: https://bugs.php.net/bug.php?id=74738 Reported by: Philip Jocks <pj@netzkommune.de> MFH: 2017Q2 Notes: svn path=/head/; revision=443708
* Update PHP 7.1 from 7.1.5 to 7.1.6Torsten Zuehlsdorff2017-06-122-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.6 MFH: 2017Q2 Notes: svn path=/head/; revision=443435
* graphics/php71-gd: remove options T1LIB and VPX, add option WEBPTorsten Zuehlsdorff2017-06-091-14/+8
| | | | | | | | | | | Support for T1LIB and VPX was removed in PHP 7.0 Support for WebP support was added in PHP 7.0 PR: 219837 Submitted by: Dani <i.dani@outlook.com> Notes: svn path=/head/; revision=442978
* Update PHP 7.1 from 7.1.4 to 7.1.5Torsten Zuehlsdorff2017-05-152-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.5 Also remove the patch from devel/php71-gettext which isn't needed anymore. MFH: 2017Q2 Notes: svn path=/head/; revision=440914
* Update PHP 7.1 from 7.1.3 to 7.1.4Torsten Zuehlsdorff2017-04-182-4/+4
| | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.4 PR: 218589 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q2 Differential Revision: https://reviews.freebsd.org/D10372 Notes: svn path=/head/; revision=438766
* Update PHP 7.1 from 7.1.2 to 7.1.3Torsten Zuehlsdorff2017-03-172-4/+4
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.3 PR: 217800 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=436329
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update PHP 7.1 from 7.1.1 to 7.1.2Torsten Zuehlsdorff2017-02-233-4/+5
| | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.2 PR: 217109 Submitted by: Jochen Neumeister <joneum@bsdproject.de> MFH: 2017Q1 Notes: svn path=/head/; revision=434667
* lang/php70 & lang/php71: revert moving of LIB_DEPENDSTorsten Zuehlsdorff2017-02-031-2/+2
| | | | | | | | | | The former commit should pet portlint, but accidently made deve/pcre a LIB_DEPEND for all php modules. Pointy hat: tz Notes: svn path=/head/; revision=433219
* lang/php71: pet portlint by moving LIB_DEPENDS upTorsten Zuehlsdorff2017-02-011-2/+2
| | | | | | | | | | Convert the patch from lang/php70 to lang/php71 PR: 216653 Submitted by: linimon Notes: svn path=/head/; revision=433046
* lang/php71: temporarily hide DTRACE option on aarch64Jan Beich2017-01-271-0/+2
| | | | | | | | | | | | | | | CFLAGS="-O2 -pipe -fno-strict-aliasing -DZEND_SIGNALS " dtrace -xnolibs -G -o Zend/zend_dtrace.d.o -s /wrkdirs/usr/ports/lang/php71/work/php-7.1.1/Zend/zend_dtrace.d main/main.o Zend/zend_API.o Zend/zend_execute.o Zend/zend_exceptions.o Zend/zend_dtrace.o Zend/zend.o ld: Zend/zend_dtrace.d.o.ckjasD: Relocations in generic ELF (EM: 0) Zend/zend_dtrace.d.o.ckjasD: error adding symbols: File in wrong format dtrace: failed to link script /wrkdirs/usr/ports/lang/php71/work/php-7.1.1/Zend/zend_dtrace.d: failed to link Zend/zend_dtrace.d.o: ld exited with status 1 dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD [..] *** [Zend/zend_dtrace.d.o] Error code 1 PR: 214556 Notes: svn path=/head/; revision=432567
* lang/php71: Bring DTRACE exclude for DF from lang/php70John Marino2017-01-271-0/+2
| | | | | | | | | Maybe this would have been caught with SVN copy? Oh well. Approved by: just-fix-it Notes: svn path=/head/; revision=432561
* Add mod_php71 7.1.1 (copied from mod_php70)Sunpoet Po-Chuan Hsieh2017-01-251-2/+2
| | | | Notes: svn path=/head/; revision=432446
* Add PHP 7.1Torsten Zuehlsdorff2017-01-2414-0/+1282
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org Notes: svn path=/head/; revision=432324