Re: Config changes for 0.16.3 ?
Lukas Kahwe Smith <[email protected]> Sat, 13 Aug 2005 13:08:38 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Carsten Bleek wrote: > I can offer you the attached script and database dump. you should be able to > reproduce my problem (I'm using php 5.0.4). > If you login using user=demo, pass=demo and LiveUser 0.16.2 you should see a > "3", if you're using 0.16.3 you'll see a "false" Ok. Runnning your code on 0.16.3 gives me: string(1) "3" bool(false) on 0.16.2 it gives me: bool(false) bool(false) I looked at the database and the output from 0.16.3 seems right from first inspection. However I am a bit surprised that 0.16.2 would putput anything differnt and the other way around from what you suggested. Investigating further I realized the obvious: Since we changed the internal property names, we also changed the keys inside the session. so before testing the other version you have to first logout and then login. finally: you still have a bunch of config options in side the login and logout subarrays that are no longer used in liveuser. they sont hurt .. but you can remove them. regards, Lukas