Re: [phplib-dev] Session class with PHP4 sessions and custom handlers commited From: R.B. Scholtus (regiment <email protected>)
Date: 12/05/00

I agree on using php4 only features (for the php4 only classes).
but i would be so very happy if i could get it (custom save handlers for
php4) to work for php400 etc users also. because many out there cannot
recompile php themselves....

Is it possible to make a global reference to a function inside a class? i
could use the global reference inside a simple function and pass that simple
function's name to set_save_handler().

so something like this:
() *open = &SH_Sql::open()
shit i even forgot how it works in c.

----- Original Message -----
From: Ulf Wendel <uw <email protected>>
To: R.B. Scholtus <regiment <email protected>>
Cc: Max Derkachev <kot <email protected>>; <phplib-dev <email protected>>
Sent: Tuesday, December 05, 2000 1:55 PM
Subject: Re: [phplib-dev] Session class with PHP4 sessions and custom
handlers commited

>
>
> "R.B. Scholtus" schrieb:
> >
> > That means we cannot use it otherwise < php404 users will be locked out.
> > I really hate this.....
> >
> > :-(((
>
> You need PHP 4 for the sessions anyway. PHP 4 still shows lots of
> annoying bugs, I don't really mind that you have to use a late PHP 4.
> Think of the print strlen(preg_replace( array(), array(), "text")) bug.
> I had to modify my template stuff to be compatible to PHP 4.0.3 :|.
>
> If you ask me, I would even rewrite big parts of the library using PHP 4
> only fetures such as foreach(). It's notable faster than
> reset/while/list/each. And now as the references seem to stabilize I
> would like to use them, and, and...
>
> 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>