All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] Added support for PHP/SQLite3 (non PDO).
Date: Mon, 09 Mar 2015 09:26:59 -0300	[thread overview]
Message-ID: <54FD9193.40108@zacarias.com.ar> (raw)
In-Reply-To: <1425850629-14725-3-git-send-email-mc5686@mclink.it>

On 03/08/2015 06:37 PM, Mauro Condarelli wrote:

> Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
> ---
>  package/php/Config.ext |    6 ++++++
>  package/php/php.mk     |    4 ++++
>  2 files changed, 10 insertions(+)
> 
> diff --git a/package/php/Config.ext b/package/php/Config.ext
> index daf16c7..57685b2 100644
> --- a/package/php/Config.ext
> +++ b/package/php/Config.ext
> @@ -120,6 +120,12 @@ config BR2_PACKAGE_PHP_EXT_MYSQLI
>  	help
>  	  MySQL Improved extension support
>  
> +config BR2_PACKAGE_PHP_EXT_SQLITE
> +	bool "SQLite3"
> +	select BR2_PACKAGE_SQLITE
> +	help
> +	  SQLite3 support
> +

We normally sort entries in menu entries (inside categories of course).
But given that PDO is a distinct class of database support within PHP:

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

  reply	other threads:[~2015-03-09 12:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-08 21:37 [Buildroot] [PATCH 1/3] Added new package 'mc' (Midnight Commander) Mauro Condarelli
2015-03-08 21:37 ` [Buildroot] [PATCH 2/3] Transformation of package 'at91bootstrap3' to KConfig style Mauro Condarelli
2015-04-06 10:20   ` Thomas Petazzoni
2015-04-06 13:32     ` Yann E. MORIN
2015-04-06 14:16       ` Arnout Vandecappelle
2015-04-06 14:18         ` Arnout Vandecappelle
2015-03-08 21:37 ` [Buildroot] [PATCH 3/3] Added support for PHP/SQLite3 (non PDO) Mauro Condarelli
2015-03-09 12:26   ` Gustavo Zacarias [this message]
2015-03-09 13:08   ` Thomas Petazzoni
2015-03-09  4:46 ` [Buildroot] [PATCH 1/3] Added new package 'mc' (Midnight Commander) Baruch Siach
2015-03-09  8:33 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54FD9193.40108@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.