We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b430759 + fb6c170 commit c7a2e63Copy full SHA for c7a2e63
_posts/07-02-01-Databases_MySQL.md
@@ -6,7 +6,7 @@ anchor: mysql_extension
6
7
## MySQL Extension {#mysql_extension_title}
8
9
-The [mysql] extension for PHP is no longer in active development, is [deprecated as of PHP 5.5.0]
+The [mysql] extension for PHP is no longer in active development, was [deprecated as of PHP 5.5.0]
10
[mysql_deprecated], and has been [officially removed as of PHP 7.0.0][mysql_removed]. If you are using any functions that
11
start with `mysql_*` such as `mysql_connect()` and `mysql_query()` in your applications then these will simply not be
12
available in PHP 7.0.0. This means you will be faced with a rewrite at some point down the line, so the
0 commit comments