Yasuo Ohgaki wrote: > Jon Parise wrote: > >> On Wed, Dec 19, 2001 at 09:02:01AM +0100, [EMAIL PROTECTED] wrote: >> >> >>> Furthermore, I don't think you should add this function as a built-in >>> session handler, but make it an extension for the PECL repository in >>> PEAR. >>> >> >> Agreed. Very cool idea, though, Yasuo! >> >> > > I'll see if I can add PostgreSQL session save handler (mod_pgsql) > to PECL, but first. > > Is it Ok to add module that does *not* provide any function > to PECL? > > It depends on session module and need session module header > file. Is it Ok to include ext/module/some_header.h ? > > Technically it would be possible, but placing mod_pgsql to PECL > could be a kind of mess.
Messes are It does not compile as standalone module. It includes/requires php_session.h (copy or actually include it) Where to document? Module without any function in PECL is strange to me. Any other issues? > > Stig, what do you think? > -- Yasuo Ohgaki -- 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]