php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #24468 document image functions that require bundled GD
Submitted: 2003-07-02 16:04 UTC Modified: 2004-04-15 12:35 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:3 of 3 (100.0%)
Same Version:1 (33.3%)
Same OS:1 (33.3%)
From: mike at wehnertal dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.1 OS: Mac OS 9.1
Private report: No CVE-ID: None
 [2003-07-02 16:04 UTC] 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/>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-02 17:20 UTC] philip@php.net
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-10-24 11:55 UTC] kalowsky@php.net
I'd mark this as even more of a bug considering we 
don't really support MacOS 9.1
 [2004-04-15 12:35 UTC] nlopess@php.net
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 14:01:33 2024 UTC