since 4.0B6 there is an OS depending setting of
separator :-( I am not the best in PHP but I am using
OS/2 - if it is: Operating System: OS Independent
(Written in an interpreted language)
you must look for an other solution - here is mine
includes\session.php after:
//-- append our 'includes/' path to the include_path
ini setting for ease of use.
$ini_include_path = ini_get('include_path');
may be at line 155 and following, then change the next
few lines to:
//-- OS depending settings - not real good - beginning
if (substr(PHP_OS, 0, 3) == 'WIN'){$separator = ';';}
else if (substr(PHP_OS, 0, 4) == 'OS/2'){$separator = ';';}
else {$separator = ':';}
$includes_dir = dirname(realpath(__FILE__));
//-- OS depending settings - not real good - ending
I am very happy about PhpGedView - it is a greate
solution for a small - individual - problem - you all
do a very best job
I thank you very much
einen schoenen Tag
Andreas Lerch
Gerry Kroll
None
None
Public
|
Date: 2006-04-19 03:20:38 PDT Logged In: YES |
|
Date: 2006-04-17 07:58:59 PDT Logged In: YES |
|
Date: 2006-04-17 07:52:53 PDT Logged In: YES |
|
Date: 2006-04-13 09:29:55 PDT Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| 1469869.zip | includes/PEAR.php and includes/session.php from 4.0b8 | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2006-04-28 05:48:33 PDT | andreas_lerch |
| close_date | - | 2006-04-28 05:48:33 PDT | andreas_lerch |
| File Added | 175068: 1469869.zip | 2006-04-19 03:20:39 PDT | canajun2eh |
| resolution_id | None | 2006-04-19 03:20:38 PDT | canajun2eh |
| assigned_to | nobody | 2006-04-13 09:29:55 PDT | canajun2eh |