X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 39025DC0872 for ; Thu, 24 Mar 2016 13:44:48 +0000 (UTC) Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 95C3BDC0218 for ; Thu, 24 Mar 2016 13:44:47 +0000 (UTC) Received: by mail-lf0-f52.google.com with SMTP id d82so34642637lfe.3 for ; Thu, 24 Mar 2016 06:44:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=I+WnW3ghv6W9T3T8TFyXiQDok/pBJRwe+NTxCmceUxg=; b=Pq4QVk+GavD4FUiMtGf4CC80gpRutAC8qf0GmQ+VAQZTY3d4xTJ2j0jj9B+fZ+qThm 9/Og9C9bE6Rl8DF3wc1x0PpJcHRt3BhxEYBqbvyYjyg3luuTpmDGofnrqxh2ugqufE8U kXpY5JPf5LWVU5/oJP8te+eZ5x7ytaSij+H7aAZAt4CWxJ8JZsu0p30Doe/AnrCsxNwY HHatVtM/3vJmeildKbIl/2SKNHYYQfeQ/IYOBafg/sL5OKi/JbvnR2Q8AutfjfShGj5x hhoDjTMQfhCrNoIywntX1rvBvhsJBZFwrNCkdt9a7Xp+4HaDVLO2F3Z/usMZySNkAeo2 MBlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=I+WnW3ghv6W9T3T8TFyXiQDok/pBJRwe+NTxCmceUxg=; b=acLhd0v58SE6tKHpd7CtvzZWV/7kIc974nxUeq1QQzf1+z3x+tNTtBIAL4gJHFZH3U V0JItGr8qPkGBye6Z/Bl+z6moBDrI5gZY8PjaPWw2uNhHbH2s7J6YNXx4ACLFIVKqBkz b9Hnuvv90sBgSK6CNsJt2W5YAWw3+F8LsWwwKkBL2201et0sROvjV3yK3GAn/NuR9sgF w3teYws27P5Cb37e994bBsWNfsabw+McfdcP3LSwRxuARNT0oPvpa8pAhk/5b4ZE55Jc gbVMhgWirG5W4tpZyEttGMsnBzUvoT6ipjEPSEz97sWxDsEEALpIQuGe1e8hasKWef3o RtzA== X-Gm-Message-State: AD7BkJLBA3Z/6a8slIvO1+mJOl0l78jKempHC2aIwq5ATYmaioB2XBeaXCHRscFfi7L70jP795rGAlmo7R0zVw== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.25.205.7 with SMTP id d7mr3557470lfg.70.1458827085355; Thu, 24 Mar 2016 06:44:45 -0700 (PDT) Received: by 10.25.3.215 with HTTP; Thu, 24 Mar 2016 06:44:45 -0700 (PDT) In-Reply-To: <1458363165-20352-1-git-send-email-silva.ribeiro@dafiti.com.br> References: <1458363165-20352-1-git-send-email-silva.ribeiro@dafiti.com.br> Date: Thu, 24 Mar 2016 15:44:45 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/php7: Enabled session by default From: Valery Kartel To: Fabio da Silva Ribeiro Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=001a1142091a362473052ecba613 X-Virus-Scanned: ClamAV using ClamSMTP --001a1142091a362473052ecba613 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Fabio, What the reason to compile session support into main binary not as shared? Just install php7-session extension to enable it (apk add php7-session) 2016-03-19 6:52 GMT+02:00 Fabio da Silva Ribeiro < silva.ribeiro@dafiti.com.br>: > --- > testing/php7/APKBUILD | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD > index 8a56b5d..44c7314 100644 > --- a/testing/php7/APKBUILD > +++ b/testing/php7/APKBUILD > @@ -58,7 +58,6 @@ subpackages=3D"$pkgname-dev $pkgname-doc > $pkgname-posix > $pkgname-pspell > $pkgname-readline > - $pkgname-session > $pkgname-shmop > $pkgname-snmp > $pkgname-soap > @@ -161,7 +160,7 @@ _build() { > --enable-posix=3Dshared \ > --enable-phar=3Dshared \ > --with-pspell=3Dshared \ > - --enable-session=3Dshared \ > + --enable-session \ > --enable-shmop=3Dshared \ > --with-snmp=3Dshared \ > --enable-soap=3Dshared \ > @@ -379,7 +378,6 @@ phar() { > posix() { _mv_ext posix; } > pspell() { _mv_ext pspell; } > readline() { _mv_ext readline; } > -session() { _mv_ext session; } > shmop() { _mv_ext shmop; } > snmp() { _mv_ext snmp; } > soap() { _mv_ext soap $pkgname-xml; } > -- > 2.1.4 > > > -- > *** > > Esta mensagem, incluindo seus anexos, pode conter informa=C3=A7=C3=B5es c= onfidenciais > e/ou privilegiadas. Se voc=C3=AA n=C3=A3o for a pessoa autorizada a receb= er esta > mensagem, n=C3=A3o pode usar, copiar ou divulgar as informa=C3=A7=C3=B5es= nela contidas ou > tomar qualquer a=C3=A7=C3=A3o baseada nessas informa=C3=A7=C3=B5es. Caso = esta mensagem tenha > sido recebida por engano, por favor avise imediatamente o remetente, > respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos s= ua > coopera=C3=A7=C3=A3o. > > This message, including any attachments, may contain confidential and/or > privileged information. If you are not the addressee or authorized to > receive this for the addressee, you must not use, copy, disclose or take > any action based on this message or any information herein. If you have > received this message in error, please advise the sender immediately by > reply e-mail and delete this message.Thank you for your cooperation > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > > --001a1142091a362473052ecba613 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Fabio,

What the reason to compile session suppor= t into main binary not as shared?

Just install php7= -session extension to enable it (apk add php7-session)

2016-03-19 6:52 GMT+02:00 Fabio da Silva Ribeiro <= ;silva.rib= eiro@dafiti.com.br>:
--- =C2=A0testing/php7/APKBUILD | 4 +---
=C2=A01 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/testing/php7/APKBUILD b/testing/php7/APKBUILD
index 8a56b5d..44c7314 100644
--- a/testing/php7/APKBUILD
+++ b/testing/php7/APKBUILD
@@ -58,7 +58,6 @@ subpackages=3D"$pkgname-dev $pkgname-doc
=C2=A0 =C2=A0 =C2=A0 =C2=A0 $pkgname-posix
=C2=A0 =C2=A0 =C2=A0 =C2=A0 $pkgname-pspell
=C2=A0 =C2=A0 =C2=A0 =C2=A0 $pkgname-readline
-=C2=A0 =C2=A0 =C2=A0 =C2=A0$pkgname-session
=C2=A0 =C2=A0 =C2=A0 =C2=A0 $pkgname-shmop
=C2=A0 =C2=A0 =C2=A0 =C2=A0 $pkgname-snmp
=C2=A0 =C2=A0 =C2=A0 =C2=A0 $pkgname-soap
@@ -161,7 +160,7 @@ _build() {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --enable-posix=3Dsh= ared \
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --enable-phar=3Dsha= red \
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --with-pspell=3Dsha= red \
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--enable-session=3D= shared \
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0--enable-session \<= br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --enable-shmop=3Dsh= ared \
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --with-snmp=3Dshare= d \
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 --enable-soap=3Dsha= red \
@@ -379,7 +378,6 @@ phar()=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = {
=C2=A0posix()=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 { _mv_= ext posix; }
=C2=A0pspell()=C2=A0 =C2=A0 =C2=A0 =C2=A0{ _mv_ext pspell; }
=C2=A0readline()=C2=A0 =C2=A0 =C2=A0{ _mv_ext readline; }
-session()=C2=A0 =C2=A0 =C2=A0 { _mv_ext session; }
=C2=A0shmop()=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 { _mv_= ext shmop; }
=C2=A0snmp()=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0{ _mv_ext snmp; }
=C2=A0soap()=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0{ _mv_ext soap $pkgname-xml; = }
--
2.1.4


--
***

Esta mensagem, incluindo seus anexos, pode conter informa=C3=A7=C3=B5es con= fidenciais
e/ou privilegiadas. Se voc=C3=AA n=C3=A3o for a pessoa autorizada a receber= esta
mensagem, n=C3=A3o pode usar, copiar ou divulgar as informa=C3=A7=C3=B5es n= ela contidas ou
tomar qualquer a=C3=A7=C3=A3o baseada nessas informa=C3=A7=C3=B5es. Caso es= ta mensagem tenha
sido recebida por engano, por favor avise imediatamente o remetente,
respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos sua=
coopera=C3=A7=C3=A3o.

This message, including any attachments, may contain confidential and/or privileged information. If you are not the addressee or authorized to
receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have
received this message in error, please advise the sender immediately by
reply e-mail and delete this message.Thank you for your cooperation


---
Unsubscribe:=C2=A0 alpine-aports+unsubscribe@lists.alpinelinux.org
Help:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0alpine-aports+help@lists.alpinelinux.org
---


--001a1142091a362473052ecba613-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---