Created attachment 216547 [details] Patch for PHP 7.4 default version change PHP 7.2 has only 4 month of security patches left. PHP 7.3 has only 4 month of active support left + 1 year auf security only. So lets jump to PHP 7.4 and be curious about 8.0 at the end of the year. Please to an exp-run for changing the default version. We need to check everything with DEPENDS on or USES php.
New failure logs on 11.3 amd64: http://package22.nyi.freebsd.org/data/113amd64-default-PR244008/2020-07-26_10h47m45s/logs/errors/glpi-9.4.5,1.log http://package22.nyi.freebsd.org/data/113amd64-default-PR244008/2020-07-26_10h47m45s/logs/errors/ZendFramework-2.3.3_3.log http://package22.nyi.freebsd.org/data/113amd64-default-PR244008/2020-07-26_10h47m45s/logs/errors/ZendFramework1-1.12.16_1.log
A commit references this bug: Author: tz Date: Tue Jul 28 07:51:53 UTC 2020 New revision: 543581 URL: https://svnweb.freebsd.org/changeset/ports/543581 Log: In order to switch to PHP 7.4 as new default, we need to ignore some ports. These are relying on the wddx module of PHP, which was removed in 7.4. Therefore the following ports are marked as IGNORE_WITH_PHP= 74 * www/glpi * www/zend-framework * www/zend-framework1 PR: 248074 Sponsored by: Bounce Experts Changes: head/www/glpi/Makefile head/www/zend-framework/Makefile head/www/zend-framework1/Makefile
Hi Antonie, you just posted fallout for 11.3. Does this imply that there are still exp-runs planned/running for the other versions? Thank you! Torsten
(In reply to Torsten Zuehlsdorff from comment #3) On 12.1 the failure logs were the same.
(In reply to Antoine Brodin from comment #4) > On 12.1 the failure logs were the same. Yeah. I would assume its the same on all. And all should be fixed with the commit :)
So the exp-run is done? Nothing more found? We can close this issue? :)
A commit references this bug: Author: tz Date: Sun Sep 13 22:03:39 UTC 2020 New revision: 548578 URL: https://svnweb.freebsd.org/changeset/ports/548578 Log: Switch default version of PHP from 7.2 to 7.4. 7.2 does not receive any bugfixes anymore. Also the security fixes will end at 2020-11-30. Since PHP 7.3 will only receive bugfixes for the next 2 month, we switch directly to 7.4 PR: 248074 Sponsored by: Bounce Experts Changes: head/Mk/bsd.default-versions.mk head/UPDATING
Since everything worked fine, i went ahead and committed it :) Thank you! Torsten