aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php
AgeCommit message (Collapse)Author
2010-10-17php: version 5.2.13 removed --without-iconvFrans Meulenbroeks
5.2.13 had an inconsistency: there was a DEPENDS on virtual/iconv yet there was a configure argument --without-iconv as my project needed iconv, I removed the --without-iconv (works like a charm :-) ) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-14php: removed some old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-14php: make sed avoid unaccessible .pc files left by quiltDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-06-09php-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
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 Larson
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 Jansa
* 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 Freyther
This is addressing CVE-2010-0397.patch.
2010-03-18php* : fix for autoconf 2.64+ problemsGraeme Gregory
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 Freyther
2010-03-05php-5.2.11: Upgrade to 5.2.12 to fix various issuesHolger Hans Peter Freyther
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 Gregory
2009-12-10php_5.2.11.bb : enable the imap extension, which also needed some opensslGraeme Gregory
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 Gregory
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 Gregory
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 Gregory
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 Meulenbroeks
2009-10-21php: fixed build errorsFrans Meulenbroeks
2009-06-30php-native: add 5.3.0Koen Kooi
2009-05-30php: Add fastcgi supportTim Ellis
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>