From 37d5074da4c771f1326e7a93919b9cdb477aeaee Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 22 Mar 2013 18:34:48 +0000 Subject: [PATCH] Document imageflip() & imagecrop*() in the migration guide # imagecrop*() will be documented shortly git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329879 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration55.xml | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/appendices/migration55.xml b/appendices/migration55.xml index d032d610ee..83da1676bf 100644 --- a/appendices/migration55.xml +++ b/appendices/migration55.xml @@ -605,6 +605,28 @@ String dereferencing: P + + + <link linkend="book.image">GD</link> + + + + + imageflip + + + + + imagecrop + + + + + imagecropauto + + + + <link linkend="book.intl">Intl</link> @@ -1089,6 +1111,28 @@ String dereferencing: P New Global Constants + + <link linkend="book.image">GD</link> + + + + + IMG_FLIP_BOTH + + + + + IMG_FLIP_HORIZONTAL + + + + + IMG_FLIP_VERTICAL + + + + + <link linkend="book.mysqli">MySQLi</link>