Skip to content

Commit

Permalink
Fix PHP 7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Dec 5, 2017
1 parent 473f122 commit 2e71959
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
- nightly

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Web change log

## ?.?.? / ????-??-??

## 0.8.3 / 2017-12-05

* Fixed PHP 7.2 compatibility - @thekid

## 0.8.2 / 2017-11-25

* Suppressed PHP CLI server log messages (which are written to STDERR)
Expand Down
1 change: 0 additions & 1 deletion src/main/php/web/Routing.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use web\routing\Matches;
use web\handler\Call;
use web\routing\CannotRoute;
use lang\Object;

/**
* Routing takes care of directing the request to the correct target
Expand Down
1 change: 0 additions & 1 deletion src/test/php/web/unittest/handler/FilesFromTest.class.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php namespace web\unittest\handler;

use lang\Environment;
use lang\Object;
use io\Path;
use io\Folder;
use io\File;
Expand Down

0 comments on commit 2e71959

Please sign in to comment.