Posted by IWP506 on 11/15/60 11:27
mlw wrote:
> IWP506@gmail.com wrote:
>
> >
> > mlw wrote:
> >> I have created an extension in PHP. It implements a new serializer for
> >> the session manager. Unfortunately, the session extension is initialized
> >> first, and fails to see my extension.
> >>
> >> Anyone have a suggestion?
> >
> > Change the order in php.ini?
> I looked for such a directive, where would I find that documentation?
>
> It isn't loaded as a module, its built in.
Can't you remove PHP's extension from the file? Then your's would be
the only one.
But I don't know for sure. You'd just have to try it.
[Back to original message]
|