Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Mono/Linux Improvements #25

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Mono/Linux Improvements #25

wants to merge 10 commits into from

Commits on Feb 10, 2014

  1. Fixed invalid time exception

    UtcToUnixTimeStamp was throwing "System.ArgumentException: dateTime
    parameter is an invalid time" for mktime(0,0,0,10,10,2010)
    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    09492b5 View commit details
    Browse the repository at this point in the history
  2. Implemented File Locking for Unix

    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    76d71b8 View commit details
    Browse the repository at this point in the history
  3. Shell commands support for Unix

    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    a7db9e1 View commit details
    Browse the repository at this point in the history
  4. Fixed Working Directory for Unix

    Mono + Apache|XSP don't set the working directory, thus new FullPath()
    converts "bin" to "//bin" (mono 2.10.9) or "/bin".
    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    b92583d View commit details
    Browse the repository at this point in the history
  5. More shell commands support for Unix

    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    cb7a45a View commit details
    Browse the repository at this point in the history
  6. Fixed wrong Assert on Unix

    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    c170280 View commit details
    Browse the repository at this point in the history
  7. Unix support

    - Added PHP_OS (necessary for other commited patches)
    - Fixed absolute-path-includes
    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    4cb8a0c View commit details
    Browse the repository at this point in the history
  8. GetFileMode support for Unix

    J. Christopher Pereira committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    e004806 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. Other fixes

    J. Christopher Pereira committed May 11, 2014
    Configuration menu
    Copy the full SHA
    2d42989 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	Source/Core/Compiler/AST/DirectVariableUse.cs
    	Source/Core/Configuration.CLR.cs
    	Source/ExtSupport/PHP4/glob.cpp
    J. Christopher Pereira committed May 11, 2014
    Configuration menu
    Copy the full SHA
    620b166 View commit details
    Browse the repository at this point in the history