Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

757
 
1107
 
1107
 
session.php
_> 11 <?php
  22 /*
<> 3 -  $Id: session.php 757 2006-08-23 12:22:54Z hpdl $
   3+  $Id: session.php 1107 2006-11-05 17:51:24Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
3232                                  array(&$this, '_write'),
  3333                                  array(&$this, '_destroy'),
  3434                                  array(&$this, '_gc'));
<>  35+
   36+        register_shutdown_function('session_write_close');
<_ 3537       }
  3638     }
  3739