[phplib] Installation of PHPLIB From: John Lucas (lucasj <email protected>)
Date: 08/23/01

I am trying to install phplib (Release 7.2d) onto a Windows NT 4
Workstation with Personal Web Server.
 
I've followed the installations however when I modify the:
 
            auto_prepend_file =
"e:\inetpub\php\phplib-7.2d\php\prepend.php3"
 
I also changed the prepend.php3 file from:
 
$_PHPLIB["libdir"] = "/home/...";
 
to
 
$_PHPLIB["libdir"] = "e:\inetpub\php\phplib-7.2d\php\";
 
But I get an error:
 
Parse error: parse error, expecting 'T_STRING' or 'T_VARIABLE' or
'T_NUM_STRING' in e:\inetpub\php\phplib-7.2d\php\prepend.php on line 16
 
Can anyone help me?
 
Regards
 
John