case sensitive linux and windows.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sims

    case sensitive linux and windows.

    Hi,

    I have 2 php setup, one 'live' and one windows for testing.
    But as you no windows is not case sensitive, whereas Linux is.

    Is there a way, (apart from switching to Linux), that i could set windows to
    be a bit more strict?

    Sometimes when developing i forget and only realize when i run the install.

    Many thanks.

    Sims


  • Chung Leong

    #2
    Re: case sensitive linux and windows.

    Use the Cygwin version of php.exe, and set the environment variable CYGWIN
    to "check_case:str ict".

    Uzytkownik "Sims" <siminfrance@ho tmail.com> napisal w wiadomosci
    news:c2o3qq$204 5d2$1@ID-162430.news.uni-berlin.de...[color=blue]
    > Hi,
    >
    > I have 2 php setup, one 'live' and one windows for testing.
    > But as you no windows is not case sensitive, whereas Linux is.
    >
    > Is there a way, (apart from switching to Linux), that i could set windows[/color]
    to[color=blue]
    > be a bit more strict?
    >
    > Sometimes when developing i forget and only realize when i run the[/color]
    install.[color=blue]
    >
    > Many thanks.
    >
    > Sims
    >
    >[/color]


    Comment

    Working...