diff options
author | Davey Shafik <me@daveyshafik.com> | 2016-07-03 20:06:58 -0700 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2016-07-03 20:18:59 -0700 |
commit | dc32f63c8f9c468739cae8b97d19e7f84f3091e1 (patch) | |
tree | 71f9a96cf3661523866eb140886e57f4d8b65c9a | |
parent | a475bc49e6b3cfac89f01cb77f3c0f4ebce7bedf (diff) | |
download | php7-mysql-shim-dc32f63c8f9c468739cae8b97d19e7f84f3091e1.zip php7-mysql-shim-dc32f63c8f9c468739cae8b97d19e7f84f3091e1.tar.gz php7-mysql-shim-dc32f63c8f9c468739cae8b97d19e7f84f3091e1.tar.bz2 |
Specify compatiblity with PHP 5.6
Fixes #10
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ or, clone/download this repo, and include `mysql.php` in your project. ## Usage -Once the file is included, it will create `mysql_*` function if they don't already exist. _**You may safely include the file in a PHP 5.x project**_, it will do nothing. +Once the file is included, it will create `mysql_*` function if they don't already exist. _**You may safely include the file in a PHP 5.6 project**_, it will do nothing. ## Caveats |