Skip to content

Commit c7a2e63

Browse files
committed
Merge pull request #589 from galdiolo/patch-1
fix grammatical error
2 parents b430759 + fb6c170 commit c7a2e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/07-02-01-Databases_MySQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ anchor: mysql_extension
66

77
## MySQL Extension {#mysql_extension_title}
88

9-
The [mysql] extension for PHP is no longer in active development, is [deprecated as of PHP 5.5.0]
9+
The [mysql] extension for PHP is no longer in active development, was [deprecated as of PHP 5.5.0]
1010
[mysql_deprecated], and has been [officially removed as of PHP 7.0.0][mysql_removed]. If you are using any functions that
1111
start with `mysql_*` such as `mysql_connect()` and `mysql_query()` in your applications then these will simply not be
1212
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

Comments
 (0)