Skip to content
Snippets Groups Projects
  1. Jan 15, 2015
  2. Jan 13, 2015
  3. Jan 12, 2015
    • Thijs Kinkhorst's avatar
      Only submit results for PHP 5.6 to coveralls · 3069a65f
      Thijs Kinkhorst authored
      & make phpunit dev dependency explicit.
      3069a65f
    • Brook Schofield's avatar
      Add coveralls support · cbade50a
      Brook Schofield authored
      Updated the composer.lock to install satooshi/php-coveralls
      
      Add .coveralls.yml to stop errors.
      
      Added coverage_clover pointing to correct location.
      
      json_path now... anything to get bin/vendor/coveralls to actually execute!
      
      Only push coverage reports for a single version of PHP
      
      Add whitelist + exclusion files to coverage.
      
      Reduce code coverage % by processing all files :-)
      
      Beware adding additional directories for tests without setting up config + mocking the rest of the environment.
      
      Don't show uncovered files.
      
      Attempt upload for all PHP versions. Is this stacktrace always generated?
      
      Return to "true" for uncovered files.
      
      There is a path problem somewhere!
      cbade50a
    • Thijs Kinkhorst's avatar
      Disable the loading of external entities in XML documents. · e60d4802
      Thijs Kinkhorst authored
      To prevent local and remote file inclusion attacks. This is in most cases
      already disabled by default in system libraries, so this will be a no-op to
      most systems, but to be safe we explicitly disable it also.
      
      Fixes #74
      e60d4802
  4. Jan 08, 2015
  5. Jan 02, 2015
  6. Dec 19, 2014
  7. Dec 15, 2014
  8. Dec 10, 2014
  9. Nov 28, 2014
    • Wessel Dankers's avatar
      Fix unnecessary writes with multiple memcache servers · d9dc7c0f
      Wessel Dankers authored
      Fixes a bug in Memcache.php that would cause every fetch to also
      result in a push if multiple memcache servers were being used.
      
      If multiple memcache servers are in use, the code needs to check
      if they aren't out of sync. If they are, the most recent data needs
      to be pushed to all mirrors.
      
      The original code compared the parsed data structures using ===,
      but that always fails because that just does a pointer comparison
      and not a deep comparison.
      
      Changed the code to compare the original unparsed values instead.
      Also added a few debug-level log statements.
      d9dc7c0f
  10. Nov 22, 2014
  11. Nov 21, 2014
  12. Nov 12, 2014
  13. Nov 11, 2014
  14. Nov 10, 2014
  15. Nov 05, 2014
  16. Nov 03, 2014
  17. Oct 31, 2014
  18. Oct 30, 2014
Loading