Re: [PHP] Create DLL of PHP class



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, and build that as a
DLL.


/Per Jessen, Zürich

Which is a total "wtf" for most people.

That's fine, coz' most people don't have the job of turning a PHP class
into a DLL.


/Per Jessen, Zürich

.



Relevant Pages

  • Re: [PHP] Create DLL of PHP class
    ... I have the task to create DLL of PHP class. ... I think you'll have to look up how to write a PHP extension. ... I'll second this with a big WTF and RTFM. ...
    (php.general)
  • Re: [PHP] Create DLL of PHP class
    ... I have the task to create DLL of PHP class. ... implement your class in C as a PHP extension, and build that as a DLL. ... Which is a total "wtf" for most people. ...
    (php.general)
  • Re: [PHP] Create DLL of PHP class
    ... I have the task to create DLL of PHP class. ... I think you'll have to look up how to write a PHP extension. ...
    (php.general)