File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ anchor: mysql_extension
6
6
7
7
## MySQL Extension {#mysql_extension_title}
8
8
9
- The [ mysql] extension for PHP is no longer in active development, and is [ officially deprecated as of PHP 5.5.0]
10
- [ mysql_deprecated] , meaning that it will be removed within the next few releases . If you are using any functions that
9
+ The [ mysql] extension for PHP is no longer in active development, is [ 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
11
start with ` mysql_* ` such as ` mysql_connect() ` and ` mysql_query() ` in your applications then these will simply not be
12
- available in later versions of PHP. This means you will be faced with a rewrite at some point down the line, so the
12
+ available in PHP 7.0.0 . This means you will be faced with a rewrite at some point down the line, so the
13
13
best option is to replace mysql usage with [ mysqli] or [ PDO] in your applications within your own development schedules
14
14
so you won't be rushed later on.
15
15
@@ -22,6 +22,7 @@ or use [PDO].**
22
22
23
23
[ mysql ] : http://php.net/mysql
24
24
[ mysql_deprecated ] : http://php.net/migration55.deprecated
25
+ [ mysql_removed ] : http://php.net/manual/en/migration70.removed-exts-sapis.php
25
26
[ mysqli ] : http://php.net/mysqli
26
27
[ pdo ] : http://php.net/pdo
27
28
[ mysql_api ] : http://php.net/mysqlinfo.api.choosing
You can’t perform that action at this time.
0 commit comments