Skip to content

Commit

Permalink
Notice in README and CHANGELOG that PHP 5.4 is required (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skywalker-11 authored and endelwar committed Jun 13, 2018
1 parent da38e66 commit 6a4000a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1.2.9
-----------
Compatibility
- Minimal PHP version is now 5.4. Older versions of 5.3.x or lower do not work correctly with GeoLite2 (#1073)

Improvements
- Use new GeoLite2 database to replace deprecated GeoLite Legacy databases

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It comes with a CustomConfig modules for MailScanner which causes MailScanner to
* Utilities for Postfix and Sendmail to monitor and display the mail queue sizes and to record and display message relay information.
* Multiple user levels: user, domain and admin that limit the data and features available to each.
* XML-RPC support that allows multiple MailScanner/MailWatch installations to act as one.
* Works with MySQL 5.5+ / MariaDB, PHP 5.3.7 to PHP 7, and have been tested on most popular Linux distributions (Debian/Ubuntu, CentOS and RedHat).
* Works with MySQL 5.5+ / MariaDB, PHP 5.4 to PHP 7, and have been tested on most popular Linux distributions (Debian/Ubuntu, CentOS and RedHat).


## Developed with the help of
Expand All @@ -34,4 +34,4 @@ It comes with a CustomConfig modules for MailScanner which causes MailScanner to
* Pear Pager
* PHP-XMLRPC
* Requests for PHP
* znk3r/hash_equals
* znk3r/hash_equals

0 comments on commit 6a4000a

Please sign in to comment.