Skip to content

Commit

Permalink
Updated references about the minimum required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Feb 19, 2016
1 parent 56d4712 commit 90663d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Zebra_Database‘s code is heavily commented and generates no warnings/errors/no

## Requirements

PHP 5+ with the **mysqli extension** activated, MySQL 4.1.22+
PHP 5.2.0+ with the **mysqli extension** activated, MySQL 4.1.22+

For using **memcache** as caching method, PHP must be compiled with the [memcache](http://pecl.php.net/package/memcache) extension and, if [memcache_compressed](http://stefangabos.ro/wp-content/docs/Zebra_Database/Zebra_Database/Zebra_Database.html#var$memcache_compressed) property is set to TRUE, needs to be configured with –with-zlib[=DIR]

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"require": {
"php": ">=5.0.0"
"php": ">=5.2.0"
},
"version": "2.9.2",
"version": "2.9.3",
"autoload": {
"classmap": [
"Zebra_Database.php"
Expand Down

0 comments on commit 90663d8

Please sign in to comment.