Re: [PHP-DEV] Writing php modules in C++

2001-08-07 Thread John Donagher
Take a look at some of the extensions in the source code that are written in C++. John On 8 Aug 2001, Shao Zhang wrote: > Hi, > > I cannot find any information on writing the php external module in C++ or any > other languages other than C. Basically I need to develop an external php module

[PHP-DEV] Writing php modules in C++

2001-08-07 Thread Shao Zhang
Hi, I cannot find any information on writing the php external module in C++ or any other languages other than C. Basically I need to develop an external php module to interface with some other third party library which is only available in C++. Could someone point me somewhere to start? Regards