1. 11 Jun, 2017 12 commits
  2. 10 Jun, 2017 10 commits
  3. 29 Apr, 2017 1 commit
  4. 28 Apr, 2017 5 commits
  5. 26 Apr, 2017 3 commits
  6. 05 Apr, 2017 1 commit
    • ejn's avatar
      Check ini_get is not disabled before using it · 3c7677d5
      ejn authored
      As described in #492, ini_get may often be disabled in production environments, causing warnings to be generated (and NULL) to be returned. This change checks that ini_get is usable (otherwise function_exists will return FALSE) before using it, preventing the warnings while introducing no functional change.
      3c7677d5
  7. 05 Mar, 2017 3 commits
  8. 24 Feb, 2017 1 commit
  9. 16 Feb, 2017 1 commit
  10. 15 Feb, 2017 2 commits
  11. 02 Feb, 2017 1 commit