ID:               24468
 Updated by:       [EMAIL PROTECTED]
-Summary:          Call to undefined function: rotateImage()
 Reported By:      mike at wehnertal dot com
 Status:           Open
-Bug Type:         *Graphics related
+Bug Type:         Documentation problem
 Operating System: Mac OS 9.1
 PHP Version:      4.3.1
 New Comment:

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.


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

[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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to