Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38173 invoked by uid 1010); 16 May 2007 18:30:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38158 invoked from network); 16 May 2007 18:30:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2007 18:30:52 -0000 Authentication-Results: pb1.pair.com header.from=news@sea.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:44972] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/B5-00819-CDD4B464 for ; Wed, 16 May 2007 14:30:52 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HoOGA-0001kT-8V for internals@lists.php.net; Wed, 16 May 2007 20:30:02 +0200 Received: from dslb-084-057-141-040.pools.arcor-ip.net ([84.57.141.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 May 2007 20:30:02 +0200 Received: from carsten_sttgt by dslb-084-057-141-040.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 May 2007 20:30:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Wed, 16 May 2007 20:28:25 +0200 Lines: 12 Message-ID: Reply-To: "Carsten Wiedmann" Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-15"; reply-type=original Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-057-141-040.pools.arcor-ip.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Sender: news Subject: comment to Bug #41408 From: carsten_sttgt@gmx.de ("Carsten Wiedmann") Sorry for writing here, but can't comment a closed bug. > PHPIniDir "C:\Program Files\PHP\" Quoting (all) filesystem paths is always a good idea. For a correct solution you should allways use forwardslashs in the Apache config files, also on Windows: | PHPIniDir "C:/Program Files/PHP" Regards, Carsten