diff --git a/appendices/migration56/changed-functions.xml b/appendices/migration56/changed-functions.xml index ea202c7547..0244be2d5a 100644 --- a/appendices/migration56/changed-functions.xml +++ b/appendices/migration56/changed-functions.xml @@ -32,6 +32,44 @@ + + <link linkend="book.mcrypt">Mcrypt</link> + + + + + The source parameter of + mcrypt_create_iv now defaults to + MCRYPT_DEV_URANDOM instead of + MCRYPT_DEV_RANDOM. + + + + + + + <link linkend="book.pgsql">PostgreSQL</link> + + + + + pg_insert, pg_select, + pg_update and pg_delete are no + longer experimental. + + + + + pg_send_execute, + pg_send_prepare, pg_send_query + and pg_send_query_params will no longer block until + query write completion if the underlying socket stream for the database + connection is set to non-blocking mode. + + + + + <link linkend="book.xmlreader">XMLReader</link> @@ -46,8 +84,6 @@ - -