Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | php7: major upgrade to 7.4.1 | Michael Heimpold | 2019-12-21 |
| | | | | | | | | | | | | | - remove obsolete patches and update other ones - filter support is now available as an extension module - php7-mod-hash: this extension is now part of the core binary and cannot be built as an extension module anymore - php7-mod-gd: - do not use bundled libgd, but rely on external one - this also obsoletes dependencies and configuration options - php7-mod-zip: requires external libzip now Signed-off-by: Michael Heimpold <mhei@heimpold.de> | ||
* | php7: fix syntax issue in MIPS code for pcre | Philip Prindeville | 2017-12-29 |
Copied from upstream (master). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> |