Date: 12/05/00
- Next message: Ulf Wendel: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Previous message: R.B. Scholtus: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- In reply to: Max Derkachev: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Next in thread: Teodor Cimpoesu: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Reply: Teodor Cimpoesu: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Reply: Sascha Schumann: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Reply: Max Derkachev: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Max Derkachev schrieb:
>
> "R.B. Scholtus" wrote:
>
> > Hello all,
> >
> > Has anyone figured out the syntax for session_set_save_handler() with the
> > array arguments? It doesnt seem to work with php402pl1. I need this syntax
> > to rewrite my custom session save handlers for php4 in a _decent_ manner.
> > Does anyone have some working code?
Hmm, my CVS snapshot shows this proto. Does not look it's supposed to
accept anything but strings.
/* {{{ proto void session_set_save_handler(string open, string close,
string read, string write, string destroy, string gc)
Sets user-level functions */
session.c
http://www.php.net/manual/function.session-set-save-handler.php
Ulf
-- Ulf Wendel, NetUSE AG Siemenswall, D-24107 Kiel Tel: +49 431 386 436 00, Fax: +49 431 386 435 99--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected> For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: Ulf Wendel: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Previous message: R.B. Scholtus: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- In reply to: Max Derkachev: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Next in thread: Teodor Cimpoesu: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Reply: Teodor Cimpoesu: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Reply: Sascha Schumann: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Reply: Max Derkachev: "Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

