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 Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to