TTF usage doesnt work properly
| Bug #40130 | TTF usage doesnt work properly | ||||
|---|---|---|---|---|---|
| Submitted: | 2007-01-14 18:41 UTC | Modified: | 2007-04-23 15:19 UTC | ||
| From: | gk at gknw dot de | Assigned: | scottmac (profile) | ||
| Status: | Closed | Package: | GD related | ||
| PHP Version: | 5CVS-2007-01-14 (snap) | OS: | NetWare | ||
| Private report: | No | CVE-ID: | None | ||
[2007-01-14 18:41 UTC] gk at gknw dot de
Description: ------------ On NetWare platform we have similar to Win32 volume identifiers which are separated with a colon - but the volume names are not just one char but can be up to 16 chars. Therefore we need a minor patch against libgd/gdft.c: http://www.gknw.net/test/php_issues/libgd_gdft.c.diff and in addition we need to define the proper path separator in libgd/gd.h: http://www.gknw.net/test/php_issues/libgd_gd.h.diff I've tested this patch with all PHP5 versions. Thanks!
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-04-23 15:19 UTC] scottmac@php.net