The Little Guy Posted September 11, 2008 Share Posted September 11, 2008 I know the PHP dll files were/are written using C++. 1. Can I use something else to write them, such as visual basic? 2. Are there any tutorials on how to write, and implement them for PHP? Quote Link to comment https://forums.phpfreaks.com/topic/123767-php-dll/ Share on other sites More sharing options...
Daniel0 Posted September 11, 2008 Share Posted September 11, 2008 Actually, PHP is written in C, not C++. Also, you cannot write extensions in other languages than C because you'll need some header files and the compile extension binaries will not work with VB (why would anyone use that horrible language anyways?). Quote Link to comment https://forums.phpfreaks.com/topic/123767-php-dll/#findComment-639068 Share on other sites More sharing options...
The Little Guy Posted September 11, 2008 Author Share Posted September 11, 2008 Actually, PHP is written in C, not C++. Oh... I guess I was close (why would anyone use that horrible language anyways?). C or C++? So... Any tutorials to write some DLL files? Quote Link to comment https://forums.phpfreaks.com/topic/123767-php-dll/#findComment-639077 Share on other sites More sharing options...
Daniel0 Posted September 11, 2008 Share Posted September 11, 2008 (why would anyone use that horrible language anyways?). C or C++? VB So... Any tutorials to write some DLL files? Found this on Google. Quote Link to comment https://forums.phpfreaks.com/topic/123767-php-dll/#findComment-639083 Share on other sites More sharing options...
ober Posted September 12, 2008 Share Posted September 12, 2008 I've used VB to write DLLs that were used in other VB programs... and come to think of it, I think i actually used one of them in a PHP app as well. But if you're modifying core PHP functionality, you would want to write them with C. Quote Link to comment https://forums.phpfreaks.com/topic/123767-php-dll/#findComment-639750 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.