ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-Lib-Dev
php-Lib-Dev
[phplib-dev] cvs commit
by max other posts by this author
May 30 2001 10:48PM messages near this date
[phplib-dev] cvs commit | [phplib-dev] cvs commit
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 @@
 * @copyright 1998,1999 NetUSE AG, Boris Erdmann, Kristian Koehntopp
 *            2000 Teodor Cimpoesu <teo@[...].net> 
 * @author    Teodor Cimpoesu <teo@[...].net> , Ulf Wendel <uw@[...].de>, Maxim Derkachev <ko
t@[...].ru
-* @version   $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+* @version   $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
 * @access    public
 * @package   PHPLib
 */ 
@@ -17,7 +17,6 @@
   /**
   * Session name 
   * 
-  * @deprec $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. 
-  * @deprec $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+  * @deprec $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
   * @var  integer
   */
   var $secure_auto_init = 1;
   
   
   /**
-  * Don't work. Use something better then this class' property to set the marker.
-  * @deprec $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.
+  * @deprec $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
   * Marker: Did we already include the autoinit file? 
   *
   * @var  boolean
@@ -97,7 +96,7 @@
   /**
   *
   * @var    string  
-  * @deprec $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+  * @deprec $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
   */
   var $fallback_mode;
   
@@ -209,7 +208,7 @@
   
   /**
   * @brother id()
-  * @deprec  $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+  * @deprec  $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
   * @access 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. 
   *
-  * @deprec $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+  * @deprec $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
   * @access public  
   * @global $HTTP_COOKIE_VARS
   */
@@ -320,7 +319,7 @@
   * @return string  rewritten url with session id included
   * @see    $trans_id_enabled
   * @global $HTTP_COOKIE_VARS
-  * @deprec $Id: session4.inc,v 1.12 2001/05/30 14:30:35 max Exp $
+  * @deprec $Id: session4.inc,v 1.13 2001/05/30 14:37:05 max Exp $
   * @access public  
   */
   function url($url) {



---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe@[...].de
For additional commands, e-mail: phplib-dev-help@lists.netuse.de

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved