Date: 01/11/01
- Next message: Ulf Wendel: "[phplib] Layout manager"
- Previous message: Chris Johnson: "[phplib] PHPLIB web site?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Martin,
Wednesday, January 10, 2001, 10:02:54 PM, you wrote:
ML> Just in case you didn't notice but it seems you have a small bug in line
ML> 347.
ML> Your code says:
ML> function mysess_close() {
ML> global $sess;
ML> return $mysess->close();
ML> }
ML> I guess it should be change tO.
return $sess->close();
Thanks for the bug report. The fixed version is now in the cvs.
I intend to get rid of those wrapper functions, since in 4.0.4 one can
pass array ($obj, 'name_of method') arguments to
session_set_save_handler().
This would work only with PHP4.0.4.
Now I'm testing the new version now. Guess it would be in cvs in two
days.
ML> Now I'll go see if I can get this thing to work.
Feel free to ask for help if something goes wrong.
-- Best regards, Max A. Derkachev mailto:kot <email protected> Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Ulf Wendel: "[phplib] Layout manager"
- Previous message: Chris Johnson: "[phplib] PHPLIB web site?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

