php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23301 using imagettftext with different values of angle does not work
Submitted: 2003-04-22 03:21 UTC Modified: 2003-04-28 12:15 UTC
From: matthias dot roetzer at aon dot at Assigned:
Status: Closed Package: GD related
PHP Version: 4.3.1 OS: W2K / NT4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: matthias dot roetzer at aon dot at
New email:
PHP Version: OS:

 

 [2003-04-22 03:21 UTC] matthias dot roetzer at aon dot at
im using the function imagettftext to create an image chart based on data from an sql server

the first version did run on a MS NT 4.0 Backoffice Server with IIS and PHP 4.2.1 - IT WORKS FINE
the second version should run on a MS W2K Proffesssional with IIS an PHP 4.3.1 - WORKS NOT

when i use different values of "angle" in different calls to imagettftext it works on NT but NOT on W2K.
when i use the same angles within the script lets say "0" or "45" degree
then it works also on W2K.

i tried to use the same php.ini file, completely the same script and i installed also PHP 4.2.1 on W2K. and and and

sometimes the image is not created and no error is reported. sometimes i get strange errors as "could not get task list" or a popup like "virtual memory full" (it is 1GB an more) or "aplication failed generating error report" but i haven?t found any!

plz tell me which further information is needed to clear my bug.

thx matthias

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-28 11:46 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-04-28 12:13 UTC] matthias dot roetzer at aon dot at
sniper ur right. i fixed this problem. but using the latest snapshot was not the only thing to do. it tok me some hours to find out, that i must not use my favourite TTF any longer. it tok so long because i got so strange error messages. now i use another TTF. but GD2 also uses angle = -angle compared with GD1. so i had to change all angle values. but now my script works fine. so im very happy. thx for help! oetzi
 [2003-04-28 12:15 UTC] matthias dot roetzer at aon dot at
problem fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC