Posted by william.clarke on 10/04/06 22:09
iulian.ilea wrote:
> Jerry Stuckle wrote:
> > iulian.ilea wrote:
> > > Hello,
> > > Is it possible to store some functions into a dll file and load that
> > > dll as a php extension? Id yes, how? Just an idea...
> > >
> >
> > Sure, you can build your own extensions dll. See
> >
> > http://www.php.net/manual/en/zend.creating.php
> >
> > for a start.
> >
> > --
> > ==================
> > Remove the "x" from my email address
> > Jerry Stuckle
> > JDS Computer Training Corp.
> > jstucklex@attglobal.net
> > ==================
>
> I had no much time to study this issue, but I woul be interested in
> creating extensions that will be used on windows: dll files (external
> modules ??? )
Exactly, and what Jerry gave was a link to the code and structure of a
basic extension .dll (as well as the required compiler arguments). Use
that information in a C compiler and you should end up with an new
extension dll.
[Back to original message]
|