Commit graph

6 commits

Author SHA1 Message Date
Jochen Neumeister
b8a57ff14b Update to 7.2.9
Changelog: http://www.php.net/ChangeLog-7.php#7.2.9

MFH:		2018Q3
2018-08-18 15:32:16 +00:00
Torsten Zuehlsdorff
e08eafefda graphics/php7*-gd: fix broken build when XPM option is disabled
The switch from bundled gd to graphics/gd broke the port
if a user disabled the XPM option.

PR:		230234 217222
Submitted by:	Guido Falsi <madpilot@FreeBSD.org>
Reported by:	Guido Falsi <madpilot@FreeBSD.org>,  Dani <i.dani@outlook.com>
2018-07-31 12:55:43 +00:00
Torsten Zuehlsdorff
817372be26 graphics/php72-gd: Switch from bundled libgd to graphics/gd
Currently the gd-module uses a bundled libgd, while most systems
already provide the same library via graphics/gd.
Therefore instead of adding the bundled library we use the
port instead.

PR:		217222
Submitted by:	Mikhail Teterin  <mi@FreeBSD.org>
2018-07-31 08:47:33 +00:00
Torsten Zuehlsdorff
b817a5b90e PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
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.
2018-07-24 08:44:32 +00:00
Torsten Zuehlsdorff
96025cafd3 PHP 7.2: Remove bad repocopies.
Reported by: adamw
2017-11-16 17:12:24 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00