php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7663 Initialization problem at fontFetch()
Submitted: 2000-11-06 09:46 UTC Modified: 2001-08-14 20:07 UTC
From: ido at hitachi-ms dot co dot jp Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.3pl1 OS: Red Hat Linux 6.2J
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ido at hitachi-ms dot co dot jp
New email:
PHP Version: OS:

 

 [2000-11-06 09:46 UTC] ido at hitachi-ms dot co dot jp
Some initialization codes are not worked at fontFetch() in gdttf.c.

        if (TT_Set_Instance_Resolutions(a->instance, RESOLUTION, RESOLUTION)) {
                *error = "Could not set device resolutions";
                return NULL;
map_found = 0;                // <--
a->have_char_map_Unicode = 0; // <--
a->have_char_map_Big5 = 0;    // <--
a->have_char_map_Roman = 0;   // <--
        }

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-22 19:30 UTC] andy@php.net
is this a GD problem or a PHP problem.
 [2001-08-14 20:07 UTC] jmoore@php.net
no feedback
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jan 07 20:01:29 2025 UTC