summaryrefslogtreecommitdiff
path: root/recipes/php
AgeCommit message (Collapse)AuthorFiles
2010-06-09php-native: Drop unnecessary FILESPATHTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson4
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson4
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa3
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-21php: 5.2.13 and 5.3.2 both have flaws in the handling of xmlrpcHolger Hans Peter Freyther4
This is addressing CVE-2010-0397.patch.
2010-03-18php* : fix for autoconf 2.64+ problemsGraeme Gregory9
Patch was taked from pld linux. As part of the debug happened to update php-native to 5.3.2 so this is added as well.
2010-03-05php: Upgrade from php 5.1.12 to 5.1.13Holger Hans Peter Freyther4
2010-03-05php-5.2.11: Upgrade to 5.2.12 to fix various issuesHolger Hans Peter Freyther5
Fix CVE-2009-3557, CVE-2009-3558, CVE-2009-4017, CVE-2009-4142 and CVE-2009-4143.
2009-12-11php_5.2.11.bb : enable more mysql modules and move to mysql5Graeme Gregory1
2009-12-10php_5.2.11.bb : enable the imap extension, which also needed some opensslGraeme Gregory2
I have patched up the autoconf stuff as it was searching in pretty hard coded paths for c-client and openssl.
2009-12-10php_5.2.11.bb : add --enable-mbstring site/arm-common : add magic value for ↵Graeme Gregory1
mbstring that cannot be checked This enables UTF-8 support in OE php
2009-12-10php_5.2.11.bb : add latest version of php 5.2 series.Graeme Gregory3
Re-enabled pcntl as it seems to be compiling, removed string.c patch as that seemed to be no longer required and rehashed other patches for the new version.
2009-12-09php_5.2.6.bb : add dependency on mysql, remove sqlite pdo as it doesnt buildGraeme Gregory1
Seems according to google to be some issue of bison vs lemon but the build failure seems to be fairly common.
2009-11-29linux-kirkwood: added sound driver for openrd-clientFrans Meulenbroeks1
2009-10-21php: fixed build errorsFrans Meulenbroeks3
2009-06-30php-native: add 5.3.0Koen Kooi3
2009-05-30php: Add fastcgi supportTim Ellis1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko6
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>