estero2002 Posted October 8, 2007 Share Posted October 8, 2007 Hi, I will explain my problem so you can understand the question. I have an app written in C++ which is in charge of administrating some data files. This app is in fact a library which will present an interface so other apps can communicate with the data files. Now, I need to create a PHP page to access some of the data stored in those files. As you can imagine, I want to use the already written C++ interface to do this. So, my question is if it is possible to access a C++ library or "see" the C++ interface from within PHP. I know you can create an extension, but I read you must do it in C and also you need to make some changes to functions you use as prototypes, in order to adecuate them for extension compiling. Any ideas? Thank you in advance Steven PD: As this is for studying purposes, I can't use MySQL or other DB solutions Link to comment https://forums.phpfreaks.com/topic/72326-access-c-library-from-php/ Share on other sites More sharing options...
btherl Posted October 16, 2007 Share Posted October 16, 2007 Yes it's possible.. see here: http://www.mail-archive.com/[email protected]/msg24299.html which links to http://cvs.php.net/viewvc.cgi/pecl/rar/config.m4?revision=1.6&view=markup Link to comment https://forums.phpfreaks.com/topic/72326-access-c-library-from-php/#findComment-370307 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.