Date: 08/23/01
- Next message: giancarlo pinerolo: "Re: [phplib] stuff in the $sess->auth[] array"
- Previous message: Brian Popp: "RE: [phplib] stuff in the $sess->auth[] array"
- Next in thread: John Lucas: "RE: [phplib] Installation of PHPLIB"
- Reply: John Lucas: "RE: [phplib] Installation of PHPLIB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
I don't use PHP on Windows, but \ is a quoting character in PHP. I believe
the way to do this is "e:/inetpub/php/phplib-7.2d/php/", although it is
possible that "e:\\inetpub\\php\\phplib-7.2d\\php\\" might also work.
Layne Weathers
Ifworld Inc
-- Abbestellen mit Mail an: phplib-unsubscribe <email protected> Kommandoliste mit Mail an: phplib-help <email protected>
- Next message: giancarlo pinerolo: "Re: [phplib] stuff in the $sess->auth[] array"
- Previous message: Brian Popp: "RE: [phplib] stuff in the $sess->auth[] array"
- Next in thread: John Lucas: "RE: [phplib] Installation of PHPLIB"
- Reply: John Lucas: "RE: [phplib] Installation of PHPLIB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

