summaryrefslogtreecommitdiff
path: root/lang/php72/files/patch-main__php_config.h.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstreamTijl Coosemans2018-01-121-12/+0
| | | | | | | | | | script in pre-configure to regenerate configure scripts. Because this regenerates php_config.h.in, merge a patch for that file into the patch for configure.in. - Remove redundant --localstatedir=/var (added by bsd.port.mk). Notes: svn path=/head/; revision=458821
* Add PHP 7.2 RC6Torsten Zuehlsdorff2017-11-161-0/+12
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 Notes: svn path=/head/; revision=454302