Date: 05/30/01
- Next message: max: "[phplib-dev] cvs commit"
- Previous message: max: "[phplib-dev] cvs commit"
- Next in thread: max: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: max
Date: Wed May 30 16:37:07 2001
Modified files:
php-lib/php/session/session4.inc
Log message:
oops!
Index: php-lib/php/session/session4.inc
diff -u php-lib/php/session/session4.inc:1.12 php-lib/php/session/session4.inc:1.13
--- php-lib/php/session/session4.inc:1.12 Wed May 30 16:30:35 2001
+++ php-lib/php/session/session4.inc Wed May 30 16:37:05 2001
@@ -7,7 +7,7 @@
* <email protected> 1998,1999 NetUSE AG, Boris Erdmann, Kristian Koehntopp
* 2000 Teodor Cimpoesu <teo <email protected>>
* <email protected> Teodor Cimpoesu <teo <email protected>>, Ulf Wendel <uw <email protected>>, Maxim Derkachev <kot <email protected>
-* <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+* <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
* <email protected> public
* <email protected> PHPLib
*/
@@ -17,7 +17,6 @@
/**
* Session name
*
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $s
*/
var $classname = "Session";
@@ -32,15 +31,15 @@
/**
* Depreciated! There's no need for page_close in PHP4 sessions.
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+ * <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
* <email protected> integer
*/
var $secure_auto_init = 1;
/**
- * Don't work. Use something better then this class' property to set the marker.
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+ * Don't work. Use something better than this class' property to set the marker.
+ * <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
* Marker: Did we already include the autoinit file?
*
* <email protected> boolean
@@ -97,7 +96,7 @@
/**
*
* <email protected> string
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+ * <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
*/
var $fallback_mode;
@@ -209,7 +208,7 @@
/**
* <email protected> id()
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+ * <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
* <email protected> public
*/
function get_id($sid = '') {
@@ -278,7 +277,7 @@
* doesn't seem to do (looking @ the session.c:940)
* uw: yes we should keep it to remain the same interface, but deprec.
*
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+ * <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
* <email protected> public
* <email protected> $HTTP_COOKIE_VARS
*/
@@ -320,7 +319,7 @@
* <email protected> string rewritten url with session id included
* <email protected> $trans_id_enabled
* <email protected> $HTTP_COOKIE_VARS
- * <email protected> $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+ * <email protected> $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
* <email protected> public
*/
function url($url) {
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: max: "[phplib-dev] cvs commit"
- Previous message: max: "[phplib-dev] cvs commit"
- Next in thread: max: "[phplib-dev] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

