PHP - C++ 6.0 DLL

php.internals

Daniel Rivas

18 years ago
Hi, How are you? I want to build a DLL to my php code and using like that, well I found the README.WIN32-BUILD-SYSTEM, but I don't understand many thinks, I need to use Visual C++ of MS?? or I can try to Borland C++ 5.x?? Well I wish that the README can explain better or you give me a easy example or a screenshot or something better for learning. Ahh and very important!!! If build the dll how can to use in php?? Thanks a lot for everything!!!! Happy Holidays!! Atte: Daniel Rivas Cyberia Software

Alexey Zakhlestin

18 years ago
On 12/25/07, Daniel Rivas <danielr@cyberiasoftware.com.ve> wrote:
> I want to build a DLL to my php code and using like that, well I found the > README.WIN32-BUILD-SYSTEM, but I don't understand many thinks, I need to use > Visual C++ of MS?? or I can try to Borland C++ 5.x??
You need Microsoft Visual C++
> Ahh and very important!!! If build the dll how can to use in php??
if by "dll" you mean custom extension, then you will need to put it in your extensions folder and add a string to php.ini
-- Alexey Zakhlestin http://blog.milkfarmsoft.com/