php-developer-list | 2001122
Date: 12/19/01
- Next message: gaukia <email protected>: "[PHP-DEV] Bug #14611: session_start() failed"
- Previous message: Yasuo Ohgaki: "Re: [PHP-DEV] Adding session save handler?"
- In reply to: Yasuo Ohgaki: "Re: [PHP-DEV] Adding session save handler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yasuo Ohgaki wrote:
> Jon Parise wrote:
>
>> On Wed, Dec 19, 2001 at 09:02:01AM +0100, derick <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: 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: gaukia <email protected>: "[PHP-DEV] Bug #14611: session_start() failed"
- Previous message: Yasuo Ohgaki: "Re: [PHP-DEV] Adding session save handler?"
- In reply to: Yasuo Ohgaki: "Re: [PHP-DEV] Adding session save handler?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

