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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 20:01:29 2024 UTC