From: max
Date: Thu May 31 16:33:26 2001
Modified files:
php-lib/php/session/session4_custom.inc
Log message:
parent:: crashes if the parent class in another file. Using Session::start() instead.
Index: php-lib/php/session/session4_custom.inc
diff -u php-lib/php/session/session4_custom.inc:1.15
php-lib/php/session/session4_custom.inc:1.16
--- php-lib/php/session/session4_custom.inc:1.15 Thu May 31 16:00:34 2001
+++ php-lib/php/session/session4_custom.inc Thu May 31 16:32:55 2001
@@ -8,7 +8,7 @@
* 2000 Teodor Cimpoesu <[EMAIL PROTECTED]>
* @author Maxim Derkachev <[EMAIL PROTECTED]>, Teodor Cimpoesu <[EMAIL PROTECTED]>,
* Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: session4_custom.inc,v 1.15 2001/05/31 14:00:34 uw Exp $
+* @version $Id: session4_custom.inc,v 1.16 2001/05/31 14:32:55 max Exp $
* @package PHPLib
* @access public
*/
@@ -72,9 +72,7 @@
$this->set_container();
- // WARNING: parent:: gave me a crash
-
- return parent::start();
+ return Session::start();
} // end func
// the following functions used in session_set_save_handler
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]