From:             mike at wehnertal dot com
Operating system: Mac OS 9.1
PHP version:      4.3.1
PHP Bug Type:     *Graphics related
Bug description:  Call to undefined function: rotateImage()

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 bug report at http://bugs.php.net/?id=24468&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24468&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24468&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24468&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24468&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24468&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24468&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24468&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24468&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24468&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24468&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24468&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24468&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24468&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24468&r=gnused

Reply via email to