php-windows | 2002071
Date: 07/01/02
- Next message: Peter: "RE: [PHP-WIN] case-sensitive"
- Previous message: Peter: "RE: [PHP-WIN] Tons of notices and warnings...for what reason?"
- Next in thread: Peter: "RE: [PHP-WIN] case-sensitive"
- Reply: Peter: "RE: [PHP-WIN] case-sensitive"
- Reply: Scott Hurring: "Re: [PHP-WIN] case-sensitive"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
include("config.php");
does not work;
"Peter" <newsaddress <email protected>> wrote in message
news:20020625213620.45536.qmail <email protected>
> PHP variable names are case sensitive aren't they?
>
> It might just be that config.php can be found by Win2000 without the
> $includepath-as if you were typing include("config.php");
>
>
> "Chris Schmidt" <cschmidt <email protected>> wrote in message
> news:20020625212839.40893.qmail <email protected>
> > Sorry.
> >
> > I have an Windows 2000 box running PHP as CGI
> >
> > I use this
> > $includePath ="../";
> > include($includepath."config.php");
> >
> > Works on my Windows 2000
> >
> > not on unix.
> >
> > I change $includePath to $includepath and it works on both.
> >
> > "Stuart Dallas" <stuart <email protected>> wrote in message
> > news:359854910.20020625221644 <email protected>
> > > On Tuesday, June 25, 2002 at 9:27:42 PM, "Chris Schmidt" wrote:
> > >
> > > > Why on windows is PHP not case-sensitive but on Unix it is? And can
> > this be
> > > > configured
> > >
> > > If you mean filenames, this is a choice the filesystem designers made
> and
> > there
> > > is no way to change it. If this is not what you mean, please be more
> > specific.
> > >
> > > --
> > > Stuart
> > >
> >
> >
>
>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Peter: "RE: [PHP-WIN] case-sensitive"
- Previous message: Peter: "RE: [PHP-WIN] Tons of notices and warnings...for what reason?"
- Next in thread: Peter: "RE: [PHP-WIN] case-sensitive"
- Reply: Peter: "RE: [PHP-WIN] case-sensitive"
- Reply: Scott Hurring: "Re: [PHP-WIN] case-sensitive"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

