Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9092 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17695 invoked by uid 1010); 12 Apr 2004 21:43:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17662 invoked from network); 12 Apr 2004 21:43:35 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 12 Apr 2004 21:43:35 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3CLhX2n029516; Mon, 12 Apr 2004 23:43:33 +0200 Date: Mon, 12 Apr 2004 23:43:17 +0200 (CEST) X-X-Sender: derick@localhost To: Friedhelm Betz cc: internals@lists.php.net In-Reply-To: <200404122228.12911.holliwell@gmx.net> Message-ID: References: <200404122228.12911.holliwell@gmx.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [patch] gd.h windows font path From: derick@php.net (Derick Rethans) On Mon, 12 Apr 2004, Friedhelm Betz wrote: > attached patches add c:\windows\fonts to DEFAULT_FONTPATH. > c:\windows\fonts is the standard for Windows 98 and windows XP. > Maybe a more sophisticated solution would use getenv("windir")? Committed, thanks. Derick