Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited From: Ulf Wendel (uw <email protected>)
Date: 12/05/00

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>