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
Jun 5 2001 9:24PM messages near this date
[phplib-dev] cvs commit | [phplib-dev] cvs commit
From: max
Date: Tue Jun  5 15:13:41 2001
Modified files:
      php-lib/php/session/session4_custom.inc

Log message:
fixed the require_once()'s path

Index: php-lib/php/session/session4_custom.inc
diff -u php-lib/php/session/session4_custom.inc:1.16 php-lib/php/session/session4_custom.inc
:1.17
--- php-lib/php/session/session4_custom.inc:1.16	Thu May 31 16:32:55 2001
+++ php-lib/php/session/session4_custom.inc	Tue Jun  5 15:13:10 2001
@@ -1,5 +1,5 @@
 <?php
-require_once("./session4.inc");
+require_once($_PHPLIB["libdir"]."session/session4.inc");
 /**
 * PHPLib Sessions using PHP 4 build-in sessions and PHPLib storage container
 * 
@@ -8,7 +8,7 @@
 *             2000 Teodor Cimpoesu <teo@[...].net> 
 * @author     Maxim Derkachev <kot@[...].ru> , Teodor Cimpoesu <teo@[...].net>,
 *             Ulf Wendel <uw@[...].de> 
-* @version    $Id: session4_custom.inc,v 1.16 2001/05/31 14:32:55 max Exp $
+* @version    $Id: session4_custom.inc,v 1.17 2001/06/05 13:13:10 max Exp $
 * @package    PHPLib
 * @access     public
 */ 



---------------------------------------------------------------------
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
© ActiveState Software Inc. All rights reserved