[PHP-DEV] changes to ext/session From: mlwmohawk <email protected>
Date: 09/19/01

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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>