ID: 24468 Updated by: [EMAIL PROTECTED] Reported By: mike at wehnertal dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Mac OS 9.1 PHP Version: 4.3.1 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. Friedhelm Betz has added a entity to these functions. http://news.php.net/article.php?group=php.doc&article=969360044 Previous Comments: ------------------------------------------------------------------------ [2003-10-24 11:55:51] [EMAIL PROTECTED] I'd mark this as even more of a bug considering we don't really support MacOS 9.1 ------------------------------------------------------------------------ [2003-07-02 17:20:41] [EMAIL PROTECTED] This function is available as of PHP 4.3.0... not before. And only available with the bundled GD, and your server does not use the bundled GD. Marking this as a DOC bug to document which image functions require the bundled GD. We should use an entity for this. ------------------------------------------------------------------------ [2003-07-02 16:04:24] mike at wehnertal dot com Description: ------------ I can't use imageRotate() in PHP 4.3.1. The manual says it's just supported up to 4.3.0 but I tried the same code on another server using 4.3.2 and it works. Is it a bug or is there an alternative way of rotating an image in 4.3.1? My site is hosted, and my host won't help me out. Here is their setup: http://www3.fsdata.se/phpinfo.php Reproduce code: --------------- Example: http://www.wehnertal.com/dev/rotate/rotate.php Code: http://www.wehnertal.com/dev/rotate/rotate.phps Expected result: ---------------- The image is supposed to be rotated in a 30 degree angle. Actual result: -------------- <b>Fatal error</b>: Call to undefined function: imageRotate() in <b>/home/w/wehnertal/www/dev/rotate/rotate.php</b>on line <b>19</b><br/> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24468&edit=1
