Re: [PHP-DEV] changes to ext/session

2001-09-20 Thread Sascha Schumann
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 That is not necessary. You can register a module on run-time by calling php_session_register_module() (check out php_session.h for the

Re: [PHP-DEV] changes to ext/session

2001-09-20 Thread Derick Rethans
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]

[PHP-DEV] changes to ext/session

2001-09-19 Thread mlwmohawk
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