ID: 40476 Updated by: [EMAIL PROTECTED] Reported By: pov at fingerprint dot fr -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. merci :) Previous Comments: ------------------------------------------------------------------------ [2007-02-14 11:12:47] [EMAIL PROTECTED] Reclassified ------------------------------------------------------------------------ [2007-02-14 08:45:52] pov at fingerprint dot fr Description: ------------ == in english == On the [fr] manual, http://fr.php.net/manual/fr/function.getimagesize.php, in the sentence "L'index 0 contient la largeur. L'index 1 contient la longueur." the word "longueur" should be replaced by "hauteur" == en français == Sur la page http://fr.php.net/manual/fr/function.getimagesize.php, la phrase "L'index 0 contient la largeur. L'index 1 contient la longueur." devrait être remplacée par "L'index 0 contient la largeur. L'index 1 contient la hauteur." ^^^^^^^ Reproduce code: --------------- http://fr.php.net/manual/fr/function.getimagesize.php Expected result: ---------------- L'index 0 contient la largeur. L'index 1 contient la hauteur. Actual result: -------------- L'index 0 contient la largeur. L'index 1 contient la longueur. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40476&edit=1