Thread: [Cppcms-users] cppcms and php session sharing
Brought to you by:
artyom-beilis
From: mawan s. <ma...@gm...> - 2017-05-19 03:58:25
|
Dear All I found this article http://blog.cppcms.com/post/117 should i install php extension? for example from swig tutoarial file:///Users/mawansugiyanto/Documents/CPP/swig/swig-3.0.12/Doc/Manual/Php.html#Php_nn1. Is cppcms provide extension for php? Thankyou Mawan |
From: mawan s. <ma...@gm...> - 2017-05-19 06:46:08
|
Sorry , i found this link [ https://sourceforge.net/p/cppcms/code/HEAD/tree/framework/trunk/contrib/integration/session/] and the example founded. Thankyou On Fri, May 19, 2017 at 10:57 AM, mawan sugiyanto <ma...@gm...> wrote: > Dear All > > I found this article http://blog.cppcms.com/post/117 > > should i install php extension? for example from swig > tutoarial file:///Users/mawansugiyanto/Documents/CPP/ > swig/swig-3.0.12/Doc/Manual/Php.html#Php_nn1. > > Is cppcms provide extension for php? > > > Thankyou > > > > Mawan > |
From: Artyom B. <art...@gm...> - 2017-05-21 08:09:21
|
Hi, Yes you are correct but.. There were small changes in session C API and they hand't been reflected yet to external tools. The code probably will not compile. You may need to do some updates (under swig and php) module to run it. Artyom On Fri, May 19, 2017 at 9:45 AM, mawan sugiyanto <ma...@gm...> wrote: > Sorry , i found this link > [https://sourceforge.net/p/cppcms/code/HEAD/tree/framework/trunk/contrib/integration/session/] > and the example founded. > > Thankyou > > > > On Fri, May 19, 2017 at 10:57 AM, mawan sugiyanto <ma...@gm...> wrote: >> >> Dear All >> >> I found this article http://blog.cppcms.com/post/117 >> >> should i install php extension? for example from swig tutoarial >> file:///Users/mawansugiyanto/Documents/CPP/swig/swig-3.0.12/Doc/Manual/Php.html#Php_nn1. >> >> Is cppcms provide extension for php? >> >> >> Thankyou >> >> >> >> Mawan > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: Artyom B. <art...@gm...> - 2017-06-18 12:40:32
|
Hi, I updated recently PHP/CppCMS session sharing driver. https://github.com/artyom-beilis/cppcms/tree/master/contrib/integration/session/php I suggest to try one. Artyom On Sun, May 21, 2017 at 11:09 AM, Artyom Beilis <art...@gm...> wrote: > Hi, > > Yes you are correct but.. > > There were small changes in session C API and they hand't been > reflected yet to external tools. The code probably will not compile. > You may need to do some updates (under swig and php) module to run it. > > Artyom > > On Fri, May 19, 2017 at 9:45 AM, mawan sugiyanto <ma...@gm...> wrote: >> Sorry , i found this link >> [https://sourceforge.net/p/cppcms/code/HEAD/tree/framework/trunk/contrib/integration/session/] >> and the example founded. >> >> Thankyou >> >> >> >> On Fri, May 19, 2017 at 10:57 AM, mawan sugiyanto <ma...@gm...> wrote: >>> >>> Dear All >>> >>> I found this article http://blog.cppcms.com/post/117 >>> >>> should i install php extension? for example from swig tutoarial >>> file:///Users/mawansugiyanto/Documents/CPP/swig/swig-3.0.12/Doc/Manual/Php.html#Php_nn1. >>> >>> Is cppcms provide extension for php? >>> >>> >>> Thankyou >>> >>> >>> >>> Mawan >> >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> |
From: mawan s. <ma...@gm...> - 2017-06-19 03:22:37
|
thankyou, is session sharing can be retrieve reciprocal? from php to cppcms and vise versa? On 6/18/17, Artyom Beilis <art...@gm...> wrote: > Hi, > > I updated recently PHP/CppCMS session sharing driver. > > https://github.com/artyom-beilis/cppcms/tree/master/contrib/integration/session/php > > I suggest to try one. > > Artyom > > On Sun, May 21, 2017 at 11:09 AM, Artyom Beilis <art...@gm...> > wrote: >> Hi, >> >> Yes you are correct but.. >> >> There were small changes in session C API and they hand't been >> reflected yet to external tools. The code probably will not compile. >> You may need to do some updates (under swig and php) module to run it. >> >> Artyom >> >> On Fri, May 19, 2017 at 9:45 AM, mawan sugiyanto <ma...@gm...> >> wrote: >>> Sorry , i found this link >>> [https://sourceforge.net/p/cppcms/code/HEAD/tree/framework/trunk/contrib/integration/session/] >>> and the example founded. >>> >>> Thankyou >>> >>> >>> >>> On Fri, May 19, 2017 at 10:57 AM, mawan sugiyanto <ma...@gm...> >>> wrote: >>>> >>>> Dear All >>>> >>>> I found this article http://blog.cppcms.com/post/117 >>>> >>>> should i install php extension? for example from swig tutoarial >>>> file:///Users/mawansugiyanto/Documents/CPP/swig/swig-3.0.12/Doc/Manual/Php.html#Php_nn1. >>>> >>>> Is cppcms provide extension for php? >>>> >>>> >>>> Thankyou >>>> >>>> >>>> >>>> Mawan >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> Cppcms-users mailing list >>> Cpp...@li... >>> https://lists.sourceforge.net/lists/listinfo/cppcms-users >>> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: Artyom B. <art...@gm...> - 2017-06-19 06:56:10
|
On Mon, Jun 19, 2017 at 6:22 AM, mawan sugiyanto <ma...@gm...> wrote: > thankyou, is session sharing can be retrieve reciprocal? from php to > cppcms and vise versa? > No you can do all operations with CppCMS session in PHP but not the other way around Artyom |