aboutsummaryrefslogtreecommitdiff
path: root/lang/php7/patches/1003-Fix-dl-cross-compiling-issue.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: update to 7.2.16Michael Heimpold2019-03-13
| | | | | | | | Also refresh patch which does not apply cleanly anymore. Run tested on Duckbill for mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: fix cross compiling patch (fixes #8166)Michael Heimpold2019-02-10
| | | | | Fixes: e148924a4 ("php7: update to 7.2.15") Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: update to 7.2.15Michael Heimpold2019-02-09
| | | | | | Also refresh patch which does not apply cleanly anymore. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: update to 7.2.0Philip Prindeville2017-12-22
| | | | | | | | Also drop mcrypt module as it's deprecated. Dropped patches have been accepted upstream or something homologous. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* php7: restructure patchesMichael Heimpold2016-09-03
- Add some more patches from Debian - Rename existing ones (our own patches starts with prefix 1000+) Signed-off-by: Michael Heimpold <mhei@heimpold.de>