Dropping PHP 5.4 support (#131)

Also removed special treatment of PHP 5.4, as we don't support it anymore
This commit is contained in:
Fonata
2018-03-20 11:12:22 +01:00
committed by GitHub
parent f24e5bf3a3
commit e6ba24b47a
4 changed files with 4 additions and 19 deletions

View File

@@ -5,6 +5,8 @@ Date: unreleased
- New function getTotalDataRowCount() - useful if
$limit is set - see pull request #122.
- Dropped support for PHP 5.4
-----------------------------------