Hello Mark,

this is not neccesairy. You can register your own module from your
extension by calling the php_session_register_module() function. We did
this for SRM too. If you need some help on how to do this, don't hesitate
to contact.

regards,
Derick


On Wed, 19 Sep 2001 [EMAIL PROTECTED] wrote:

> I wish to add two files to ext/session, and make some minor changes to
> session.c and Makefile.in
>
>
> ? mod_msession.h
> ? mod_msession.c
> cvs server: Diffing .
> Index: Makefile.in
> ===================================================================
> RCS file: /repository/php4/ext/session/Makefile.in,v
> retrieving revision 1.7
> diff -r1.7 Makefile.in
> 3c3
> < LTLIBRARY_SOURCES = session.c mod_files.c mod_mm.c mod_user.c
> ---
> > LTLIBRARY_SOURCES = session.c mod_files.c mod_mm.c mod_user.c
> mod_msession.c
> Index: session.c
> ===================================================================
> RCS file: /repository/php4/ext/session/session.c,v
> retrieving revision 1.252
> diff -r1.252 session.c
> 51a52
> > #include "mod_msession.h"
> 174a176,181
> > #ifdef HAVE_MSESSION
> > #if HAVE_MSESSION
> >       ,
> >       ps_msession_ptr
> > #endif
> > #endif
> cvs server: Diffing tests
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>

Derick Rethans

---------------------------------------------------------------------
        PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
             SRM: Site Resource Manager - www.vl-srm.net
---------------------------------------------------------------------
    JDI Media Solutions - www.jdimedia.nl - [EMAIL PROTECTED]
     Boulevard Heuvelink 102 - 6828 KT Arnhem - The Netherlands
---------------------------------------------------------------------


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to