diff options
author | Davey Shafik <me@daveyshafik.com> | 2017-01-08 18:13:54 -0800 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2017-01-08 18:13:54 -0800 |
commit | e9707189307615f67694211911b291fb194188a9 (patch) | |
tree | 45dbca7a34c674e65b0db4d8391ba8e0baaac51b | |
parent | 57beac4c27a80ee9647bd4c8e71217f1bcbaf822 (diff) | |
download | php7-mysql-shim-e9707189307615f67694211911b291fb194188a9.zip php7-mysql-shim-e9707189307615f67694211911b291fb194188a9.tar.gz php7-mysql-shim-e9707189307615f67694211911b291fb194188a9.tar.bz2 |
Update to state it will work from 5.3.6+1.0.0beta1
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,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.6 project**_, it will do nothing. +Once the file is included, it will create `mysql_*` functions if they don't already exist. _**You may safely include the file in a PHP 5.3.6+ project**_, it will do nothing if the mysql extension is already available. ## Caveats |