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
Gesendet: Mittwoch, 07. Oktober 2015 um 23:39 Uhr Von: "Mauro Condarelli"
An: boost-users@lists.boost.org 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@lists.boost.org 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
participants (2)
-
Jens Weller
-
Mauro Condarelli