summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-03-30 01:11:00 -0700
committerDavey Shafik <me@daveyshafik.com>2016-03-30 01:11:00 -0700
commit36faf77db440bce329ffe214ffd923723e8d5f23 (patch)
tree9c9c7d6d8ecb821d7428b75411098ab3243a3069 /README.md
parent10277c4a4f2613b061b2514a76ee83d2b9a69870 (diff)
downloadphp7-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.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70a8e89..0398d3e 100644
--- a/README.md
+++ b/README.md
@@ -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