1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

And some formatting

This commit is contained in:
Derick Rethans
2011-09-13 14:50:18 +00:00
parent 66e3218fec
commit 4c8ee24563
+2 -2
View File
@@ -303,8 +303,8 @@ UPGRADE NOTES - PHP X.Y
c. with changed behaviour
- The MySQL extensions (ext/mysql, mysqli and PDO_mysql) use mysqlnd
as the default library now. It is still possible to use libmysql by
specifying a path to the configure options.
as the default 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.