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 D6A4CDCCA3A for ; Thu, 24 Mar 2016 16:08:11 +0000 (UTC) Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id AFA6BDCA3F1 for ; Thu, 24 Mar 2016 16:08:11 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id kf9so36113555obc.1 for ; Thu, 24 Mar 2016 09:08:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dafiti.com.br; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=l0vl/qxqDsiR1NA48EWu8bdQhkelGpL6TbAAYPvazj8=; b=MYXiiIhzIN8+AaoJrhoTiQHgoANmBzxWkn6kgJYbSPXTmcFZfZ8+ZhDmxvJJ5fTkJV Jb5pCuNAFb+3HXXVY3/NADjdL5zdOVV3CT3udYwc5Y9y3RCq15wXlrLPBM2rWNv21o2y 9dvtqpw+CvEYBU215ZacEOGHMPnuaVTD2laOc= 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:from:date :message-id:subject:to:cc; bh=l0vl/qxqDsiR1NA48EWu8bdQhkelGpL6TbAAYPvazj8=; b=GciBG+rs8gMtb9h2I0qRX2H0EL828sz8IPhaTxkGxZvPLXAFDTnqILWOjbhX3Qdnss xw5PbY4rqUB3n0SqPpQAgsnE0IZf54NrizCz57WgrWp8sMncYDPgued2ACQ+nlArk2KH lvwOvs4jSQIbaK0kU6PKijfXFzzGptHDPAphsuuFcwdUTdRkRWcR9W0Kl+NTMDtsARp/ DwTVxsOKTg8/OG4TQ1Ok6NlkI9dHYBdSY2q5TJ4/UX1nwyFMmJnJN/WevnQ36dtkx0iX p+n1eoLB0VDKu4VdP6OxlXiYMwQZVR88KtdL3Zo2bnWspSs11G5a0/pSKLy6flbcftMf I8hQ== X-Gm-Message-State: AD7BkJIBL2x1/Jcn/js9LiNw3vmX61kFTZqSFqk5seNhWZsbXRlJHj/MngTuJD4ed2YN4xdAMtm6UHbLchbao6P2RKJVYi36/yXlX9JXOMTJxfh/X3Fg46/KBTzZgNaGAgyb+0X8JehnUcXLN8tJ1/Lq8ALHCIJX1H+FFQ== X-Received: by 10.60.40.9 with SMTP id t9mr4777293oek.28.1458835214137; Thu, 24 Mar 2016 09:00:14 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.202.66.11 with HTTP; Thu, 24 Mar 2016 08:59:54 -0700 (PDT) In-Reply-To: References: <1458363165-20352-1-git-send-email-silva.ribeiro@dafiti.com.br> From: Fabio da Silva Ribeiro Date: Thu, 24 Mar 2016 12:59:54 -0300 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/php7: Enabled session by default To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=089e0139ffc4b9b2ce052ecd8ab7 X-Virus-Scanned: ClamAV using ClamSMTP --089e0139ffc4b9b2ce052ecd8ab7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Well, I tried to compile Redis and Memcached with session shared, but is not possible, because the libraries not found the session register. 2016-03-24 10:44 GMT-03:00 Valery Kartel : > 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 >> confidenciais >> e/ou privilegiadas. Se voc=C3=AA n=C3=A3o for a pessoa autorizada a rece= ber esta >> mensagem, n=C3=A3o pode usar, copiar ou divulgar as informa=C3=A7=C3=B5e= s 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 >> 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: alpine-aports+unsubscribe@lists.alpinelinux.org >> Help: alpine-aports+help@lists.alpinelinux.org >> --- >> >> > --=20 *** Esta mensagem, incluindo seus anexos, pode conter informa=C3=A7=C3=B5es con= fidenciais=20 e/ou privilegiadas. Se voc=C3=AA n=C3=A3o for a pessoa autorizada a receber= esta=20 mensagem, n=C3=A3o pode usar, copiar ou divulgar as informa=C3=A7=C3=B5es n= ela contidas ou=20 tomar qualquer a=C3=A7=C3=A3o baseada nessas informa=C3=A7=C3=B5es. Caso es= ta mensagem tenha=20 sido recebida por engano, por favor avise imediatamente o remetente,=20 respondendo o e-mail e em seguida elimine-a do seu sistema. Agradecemos sua= =20 coopera=C3=A7=C3=A3o. This message, including any attachments, may contain confidential and/or=20 privileged information. If you are not the addressee or authorized to=20 receive this for the addressee, you must not use, copy, disclose or take=20 any action based on this message or any information herein. If you have=20 received this message in error, please advise the sender immediately by=20 reply e-mail and delete this message.Thank you for your cooperation --089e0139ffc4b9b2ce052ecd8ab7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Well, I tried to compile Redis and Memcached with session = shared, but is not possible, because the libraries not found the session re= gister.



2016-03-24 10:44 GMT-03:00 Valery Kartel <valery.kartel@gmail.com>:
Hi Fabio,

What the reason to c= ompile session support into main binary not as shared?

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

<= div class=3D"gmail_quote">2016-03-19 6:52 GMT+02:00 Fabio = da Silva Ribeiro <silva.ribeiro@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.alpine= linux.org
---




***

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

This message, including any attachments, may c= ontain=20 confidential and/or privileged information. If you are not the addressee or= =20 authorized to receive this for the addressee, you must not use, copy, discl= ose=20 or take any action based on this message or any information herein. If you = have=20 received this message in error, please advise the sender immediately by rep= ly=20 e-mail and delete this message.Thank you for your cooperation
--089e0139ffc4b9b2ce052ecd8ab7-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---