Re: [PHP] my own extension

2004-11-16 Thread Uffe Kousgaard
"Klaus Reimer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > But you know your library and you have it under control so maybe it's > easier to write C include files to interface your Kylix library from C > instead of writing Delphi-Units to interface PHP from Kylix. > > So I would

Re: [PHP] my own extension

2004-11-16 Thread Klaus Reimer
Uffe Kousgaard wrote: It is a large delphi library I want to call from PHP, so I don't think it is easier. But you know your library and you have it under control so maybe it's easier to write C include files to interface your Kylix library from C instead of writing Delphi-Units to interface PHP

Re: [PHP] my own extension

2004-11-16 Thread Uffe Kousgaard
"Klaus Reimer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > It's all in the docs (not much, but enough): > > http://www.php.net/manual/en/zend.php I had looked at the docs, but didn't check out "Zend", since that word didn't made me think of extensions. > Kylix? Isn't it a Delp

Re: [PHP] my own extension

2004-11-16 Thread Klaus Reimer
Uffe Kousgaard wrote: If I want to write my own extension for PHP/Linux, is there any specification on how to do that? Some specific functions that the SO should always include, call convention etc.? "Those who know don't talk. Those who talk don't know." It's all in the docs (not much, but enough)

[PHP] my own extension

2004-11-16 Thread Uffe Kousgaard
If I want to write my own extension for PHP/Linux, is there any specification on how to do that? Some specific functions that the SO should always include, call convention etc.? To make things a bit more complex, it will be done with Kylix, so if anyone has tried that combination before, I would l