Zend resources

php.internals

RG

20 years ago
I've created a new module, which is an improvement to the socket library. I however do not plan on re-writing every single function. So I need to find a way to somehow access the socket library's resources. My question is, is there a way to access another module's resource?

Wez Furlong

20 years ago
The module whose resources you are accessing needs to export a function that will give you the list id, and also publish their structure layout in a header file. Just out of interest, what functions are in your extension? --Wez. On 9/11/05, RG <ScriptBlue@nyc.rr.com> wrote:

RG

20 years ago
"Wez Furlong" <kingwez@gmail.com> wrote in message news:4e89b426050911135030c1aebe@mail.gmail.com... The module whose resources you are accessing needs to export a function that will give you the list id, and also publish their structure layout in a header file. Just out of interest, what functions are in your extension? --Wez. On 9/11/05, RG <ScriptBlue@nyc.rr.com> wrote:
> I've created a new module, which is an improvement to the socket library.
I
> however do not plan on re-writing every single function. So I need to find
a

RG

20 years ago
"Wez Furlong" <kingwez@gmail.com> wrote in message news:4e89b426050911135030c1aebe@mail.gmail.com... The module whose resources you are accessing needs to export a function that will give you the list id, and also publish their structure layout in a header file. Just out of interest, what functions are in your extension? --Wez. On 9/11/05, RG <ScriptBlue@nyc.rr.com> wrote:
> I've created a new module, which is an improvement to the socket library.
I
> however do not plan on re-writing every single function. So I need to find
a