From fb6c170374867a71d4be0f129a72347b0e143a34 Mon Sep 17 00:00:00 2001 From: Claudio Galdiolo Date: Tue, 25 Aug 2015 12:37:10 -0400 Subject: [PATCH] fix grammatical error --- _posts/07-02-01-Databases_MySQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/07-02-01-Databases_MySQL.md b/_posts/07-02-01-Databases_MySQL.md index e451a69..4ef50c6 100644 --- a/_posts/07-02-01-Databases_MySQL.md +++ b/_posts/07-02-01-Databases_MySQL.md @@ -6,7 +6,7 @@ anchor: mysql_extension ## MySQL Extension {#mysql_extension_title} -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] [mysql_deprecated], and has been [officially removed as of PHP 7.0.0][mysql_removed]. If you are using any functions that start with `mysql_*` such as `mysql_connect()` and `mysql_query()` in your applications then these will simply not be available in PHP 7.0.0. This means you will be faced with a rewrite at some point down the line, so the