aboutsummaryrefslogtreecommitdiff
path: root/lang/php7
Commit message (Collapse)AuthorAge
* php7: update to 7.0.12Michael Heimpold2016-10-16
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: adjust patch to unbreak build (fixes #3202)Michael Heimpold2016-09-22
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: update to 7.0.11Michael Heimpold2016-09-21
| | | | | | | | | | | This fixes the following CVEs: - in intl: CVE-2016-7416 - in mysqlnd: CVE-2016-7412 - in phar: CVE-2016-7414 - in spl: CVE-2016-7417 - in wddx: CVE-2016-7413, CVE-2016-7418 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: package phar extensionMichael Heimpold2016-09-21
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7/php7-pecl-*: introduce load orderMichael Heimpold2016-09-06
| | | | | | | | | | | | | | | Some PECL modules (possibly also php modules) depend on special load order, otherwise loading the module will fail due to unresolvable symbols. This changeset introduces a very simple compile-time defined order by specifying a prefix for the ini file with the load directive. If not given, it uses a default value. It also updates all current pecl module packages to take this new approach. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: mod-mysqli: use libmysqlclient instead of libmysqlclient_r (refs #3132)Michael Heimpold2016-09-04
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: fix two build problemsMichael Heimpold2016-09-04
| | | | | | | 1) fix rebuilding with existing staging area 2) fix dependency to libmysqlclient (fixes #3132) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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>
* php7: add new packageMichael Heimpold2016-09-03
This is a copy of the existing php5 stuff, adopted for PHP7. Please not, that its not supported to install both php5 and php7 in parallel on the target. Signed-off-by: Michael Heimpold <mhei@heimpold.de>