summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-09-07 13:33:56 +0000
committerJohannes Schlüter <johannes@php.net>2011-09-07 13:33:56 +0000
commit70561e9a6dcbf66f9442e26767e63394d90c6c19 (patch)
tree1da107787da7e96c0203078621b5fd846cc6bca8 /UPGRADING
parent59614b05c4add2e1888c83870b93fe0e257c09f6 (diff)
downloadphp-git-70561e9a6dcbf66f9442e26767e63394d90c6c19.tar.gz
- Use myslqnd by default when MySQL extensions are activated but no path given
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 3fb307b078..f5fcfb76a0 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -297,6 +297,9 @@ UPGRADE NOTES - PHP X.Y
c. with changed behaviour
+ - The MySQL extensions (ext/mysql, mysqli and PDO_mysql) use mysqlnd
+ as defalt library now. It is still possible to use libmysql by
+ specifying a path to the configure options.
- The session extension now can hook into the file upload feature
in order to provide upload progress information through session
variables.