aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/patches
Commit message (Collapse)AuthorAge
* php5/php5-pecl-*: R.I.P.Michael Heimpold2016-10-16
| | | | | | | Remove the php5 stuff since php7 is in place for several weeks and all depended in-tree packages has been migrated. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: update to 5.6.13Michael Heimpold2015-09-05
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: update to 5.6.9Michael Heimpold2015-05-20
| | | | | | | | | | | | | | This fixes CVE-2006-7243, a multipart/form-data remote dos vulnerability, a heap buffer overflow in unpack and a integer overflow in ftp_genlist, which also results in a heap overflow. For more details, see http://php.net/ChangeLog-5.php#5.6.9 Also sync the timezone patch with latest version from Debian and adopt this patch for the changes in this php release. Refresh 950-Fix-dl-cross-compiling-issue.patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: add php5-mod-opcache (fixes #1010)Michael Heimpold2015-05-17
| | | | | | | | This patch adds build infrastructure for PHP's OPcache extension. Compared with the other extension, this is a Zend module and it need a little workaround during cross-compiling. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: update to 5.6.6W. Michael Petullo2015-02-26
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* php5: remove patches for sqlite2 supportMichael Heimpold2015-01-02
| | | | | | | SQLite2 support was dropped by upstream a long time ago, so let's remove the leftovers here, too. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php5: gd: do not link against libiconv (fixes #706)Michael Heimpold2015-01-02
| | | | | | | | This commit adds a patch to enforce the usage of an alternative code path, preventing the need of libiconv in the bundled libgd of php. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Copy php5 from old repository and updateW. Michael Petullo2014-09-28
Signed-off-by: W. Michael Petullo <mike@flyn.org>