Re: [PHP] Create DLL of PHP class

2008-10-03 Thread Ashley Sheridan
On Fri, 2008-10-03 at 16:55 +0200, Per Jessen wrote: > Maciek Sokolewicz wrote: > > > Per Jessen wrote: > >> Manoj Singh wrote: > >> > >>> Hello All, > >>> I have the task to create DLL of PHP class. > >>> > >>> Please advise how to do it. > >> > >> I think you'll have to look up how to write a

Re: [PHP] Create DLL of PHP class

2008-10-03 Thread Per Jessen
Maciek Sokolewicz wrote: > Per Jessen wrote: >> Manoj Singh wrote: >> >>> Hello All, >>> I have the task to create DLL of PHP class. >>> >>> Please advise how to do it. >> >> I think you'll have to look up how to write a PHP extension. Then >> you implement your class in C as a PHP extension, a

Re: [PHP] Create DLL of PHP class

2008-10-03 Thread Maciek Sokolewicz
Per Jessen wrote: Manoj Singh wrote: Hello All, I have the task to create DLL of PHP class. Please advise how to do it. I think you'll have to look up how to write a PHP extension. Then you implement your class in C as a PHP extension, and build that as a DLL. /Per Jessen, Zürich Which i

Re: [PHP] Create DLL of PHP class

2008-10-03 Thread Per Jessen
Manoj Singh wrote: > Hello All, > I have the task to create DLL of PHP class. > > Please advise how to do it. I think you'll have to look up how to write a PHP extension. Then you implement your class in C as a PHP extension, and build that as a DLL. /Per Jessen, Zürich -- PHP General Maili

[PHP] Create DLL of PHP class

2008-10-03 Thread Manoj Singh
Hello All, I have the task to create DLL of PHP class. Please advise how to do it. Regards, Manoj Kumar Singh