diff options
author | Davey Shafik <me@daveyshafik.com> | 2016-03-30 01:11:00 -0700 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2016-03-30 01:11:00 -0700 |
commit | 36faf77db440bce329ffe214ffd923723e8d5f23 (patch) | |
tree | 9c9c7d6d8ecb821d7428b75411098ab3243a3069 /README.md | |
parent | 10277c4a4f2613b061b2514a76ee83d2b9a69870 (diff) | |
download | php7-mysql-shim-36faf77db440bce329ffe214ffd923723e8d5f23.zip php7-mysql-shim-36faf77db440bce329ffe214ffd923723e8d5f23.tar.gz php7-mysql-shim-36faf77db440bce329ffe214ffd923723e8d5f23.tar.bz2 |
Userland functions fallback too.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,8 +5,7 @@ This library attempts to create a drop-in replacement for ext/mysql on PHP 7 using mysqli. -For the most part, it should _just work_, although you either need to prefix all calls with a `\` (only internal functions will fallback to the global scope) -or import the functions into every file (e.g. `use function \mysql_connect`). +For the most part, it should _just work_. ## Why You Shouldn't Use This Library |