Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::serialization bindings for PHP5 somewhere?
From: Jens Weller (JensWeller_at_[hidden])
Date: 2015-10-10 07:46:45


> Gesendet: Mittwoch, 07. Oktober 2015 um 23:39 Uhr
> Von: "Mauro Condarelli" <mc5686_at_[hidden]>
> An: boost-users_at_[hidden]
> Betreff: [Boost-users] boost::serialization bindings for PHP5 somewhere?
>
> Hi,
> I need to send some structures (and receive answers, of course) from a PHP5 front-end to a C++ back-end that already communicates with another C++ front-end via boost::serialization over a socket.
> Easiest would be to teach PHP5 to talk the same language.
> I know I can write a specific PHP5 extension in C++ and use boost::serialization there.
> Question is if such a beast (or something equivalent) already exists.
>
> Thanks in Advance
> Mauro
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

Hi Mauro,

maybe phpcpp is good start:
http://www.php-cpp.com/

Also, using JSON could be helpful, if you can't use C++ serverside.

regards,

Jens Weller


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net