ID:               24372
 Updated by:       [EMAIL PROTECTED]
 Reported By:      lapo at lapo dot it
-Status:           Open
+Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: FreeBSD 4.8
 PHP Version:      4.3.2
 New Comment:

docs are right!


Previous Comments:
------------------------------------------------------------------------

[2003-06-28 05:22:14] lapo at lapo dot it

Description:
------------
Both imagettftext and imagefttext contain at least one documentation
error:

  "int size, int angle" should be "double size, double angle"

as I read in ext/gd/gd.c around line 3080:

  convert_to_double_ex(PTSIZE);
  convert_to_double_ex(ANGLE);

Page about imagefttext has another error:

  [, array extrainfo]

but the function actualyl requires the last parameter to be present, it
isn't optional.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24372&edit=1

Reply via email to