[phplib-dev] cvs commit From: max (phplib-dev <email protected>)
Date: 12/05/00

From: max
Date: Tue Dec 5 12:12:45 2000
Modified files:
      php-lib/php/prepend.php3

Log message:
changed ['custom_save_handler'] to false by default

Index: php-lib/php/prepend.php3
diff -u php-lib/php/prepend.php3:1.16 php-lib/php/prepend.php3:1.17
--- php-lib/php/prepend.php3:1.16 Tue Dec 5 12:04:23 2000
+++ php-lib/php/prepend.php3 Tue Dec 5 12:12:14 2000
@@ -5,7 +5,7 @@
  * Copyright (c) 1998-2000 SH Online Dienst GmbH
  * Boris Erdmann, Kristian Koehntopp
  *
- * $Id: prepend.php3,v 1.16 2000/12/05 11:04:23 max Exp $
+ * $Id: prepend.php3,v 1.17 2000/12/05 11:12:14 max Exp $
  *
  */
 
@@ -26,7 +26,7 @@
   # Do you intend to use custom session save handlers (PHP4 only) ?
   if ($PHPLIB["version"] == "4") { // do not change this
     # set to true or false
- $_PHPLIB["custom_save_handler"] = true;
+ $_PHPLIB["custom_save_handler"] = false;
   }
 }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>