Re: Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-27 Thread Richard Archer

At 9:57 AM -0400 26/4/02, Alan McKay wrote:
 Session4 without Session4_custom uses native php containers, e.g.
 files or mm.

Where is this session4?

I pulled php-lib-stable out of CVS yesterday and do not see this anywhere.
Is this part of the bleeding edge in php-lib (without the stable) in CVS?


It's in the unsup directory. Maxim's release notes are in there too.

I hope to merge this into the mainstream release in a backward
compatible manner some time soon.

 ...Richard.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re[4]: [PHP] PHPlib sessions without a DB?

2002-04-27 Thread Maxim Derkachev

Hello Richard,

Saturday, April 27, 2002, 2:24:21 PM, you wrote:

RA It's in the unsup directory. Maxim's release notes are in there too.
No, I meant the file session4.inc in the php-lib/php/session.
session4_custom.inc  release notes (quite outdated, but still usable)
are there too.

It's Phplib4 package, which also has session4.inc file, is in the unsup
directory, and is a completely different thing (while doing similar
work too), made by Barend Scholtus.




-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
System administrator  programmer,
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
www.books.ru, www.symbol.ru 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] PHPlib sessions without a DB?

2002-04-26 Thread Alan McKay

Folks,

I was going through PHPlib for the first time to assess whether or not I
can use it on a current project, and it looks pretty clear to me that you
need a DB in order to use the session management.

My environment will be a Windows NT 4.0 SP5 box running Apache
and PHP.  I have no DB on the box, and am not allowed to introduce one,
nor am I allowed to rely on an external DB of any sort.

Is there a way to use PHPlib sessions in this environment?

thanks,
-Alan




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Matt Williams

On Friday 26 April 2002 2:25 pm, Alan McKay wrote:

 Folks,

 I was going through PHPlib for the first time to assess whether or not I
 can use it on a current project, and it looks pretty clear to me that you
 need a DB in order to use the session management.

 My environment will be a Windows NT 4.0 SP5 box running Apache
 and PHP.  I have no DB on the box, and am not allowed to introduce one,
 nor am I allowed to rely on an external DB of any sort.

 Is there a way to use PHPlib sessions in this environment?

Hi Alan

I think this is primarily due to the fact that the phplib sessions were 
around before php built in sessions.

In the current CVS for phplib there are some files that allow you to utilise 
php's built in sessions. This enables you to use file storage for sessions. 

I've been using the session4 stuff with phplib for a while and works well, 
but this is using db storage. I wouldn't imagine there will be a problem just 
using a different session container.

As for the default distribution of phplib I don't know if this can use files 
for session storage I haven't had the need to find out.

HTH 

matt

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Maxim Derkachev


MW I've been using the session4 stuff with phplib for a while and works well, 
MW but this is using db storage. I wouldn't imagine there will be a problem just 
MW using a different session container.

Session4 without Session4_custom uses native php containers, e.g.
files or mm.

MW As for the default distribution of phplib I don't know if this can use files 
MW for session storage I haven't had the need to find out.




-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
System administrator  programmer,
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
www.books.ru, www.symbol.ru 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Alan McKay


 Session4 without Session4_custom uses native php containers, e.g.
 files or mm.

Where is this session4?

I pulled php-lib-stable out of CVS yesterday and do not see this anywhere.
Is this part of the bleeding edge in php-lib (without the stable) in CVS?

thanks,
-Alan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re[4]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Maxim Derkachev

Hello Alan,

Friday, April 26, 2002, 5:57:29 PM, you wrote:

AM Where is this session4?
AM I pulled php-lib-stable out of CVS yesterday and do not see this anywhere.
AM Is this part of the bleeding edge in php-lib (without the stable) in CVS?

Yes, it is not in -stable yet, as I know.


-- 
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
System administrator  programmer,
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
www.books.ru, www.symbol.ru 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php