aboutsummaryrefslogtreecommitdiff
path: root/lang/php7/patches/1010-pcrelib-NativeMIPS.patch
Commit message (Collapse)AuthorAge
* php7: major upgrade to 7.4.1Michael Heimpold2019-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 pcrePhilip Prindeville2017-12-29
Copied from upstream (master). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>