ID: 24468 Updated by: [EMAIL PROTECTED] Reported By: mike at wehnertal dot com Status: Open Bug Type: Documentation problem Operating System: Mac OS 9.1 PHP Version: 4.3.1 New Comment:
I'd mark this as even more of a bug considering we don't really support MacOS 9.1 Previous Comments: ------------------------------------------------------------------------ [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
