Date: 09/19/01
- Next message: Stig Sæther Bakken: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile Makefile.inREADME config.m4 libs.mk msession.c msession.php php_msession.hreqclient.h"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] RC3"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] changes to ext/session"
- Reply: Sascha Schumann: "Re: [PHP-DEV] changes to ext/session"
- Reply: Derick Rethans: "Re: [PHP-DEV] changes to ext/session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Stig Sæther Bakken: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/msession CREDITS Makefile Makefile.inREADME config.m4 libs.mk msession.c msession.php php_msession.hreqclient.h"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] RC3"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] changes to ext/session"
- Reply: Sascha Schumann: "Re: [PHP-DEV] changes to ext/session"
- Reply: Derick Rethans: "Re: [PHP-DEV] changes to ext/session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

