Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70523 invoked from network); 15 Aug 2008 07:33:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2008 07:33:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:51253] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/D7-27197-A3135A84 for ; Fri, 15 Aug 2008 03:33:14 -0400 Received: from [192.168.3.254] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 2D20A640168; Fri, 15 Aug 2008 11:33:11 +0400 (MSD) Message-ID: <48A53132.5060700@daylessday.org> Date: Fri, 15 Aug 2008 11:33:06 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Uwe Pries CC: internals@lists.php.net References: <48A4A0F4.5050602@digartis.de> In-Reply-To: <48A4A0F4.5050602@digartis.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] TSRM/tsrm_virtual_cwd.* From: tony@daylessday.org (Antony Dovgal) On 15.08.2008 01:17, Uwe Pries wrote: > Hello internals, > > I use following configure script to build PHP 5.3.0alpha2-dev: > > #! /bin/sh > # > # Created by configure > > './configure' \ > '--with-apxs2=/usr/local/apache/current/bin/apxs' \ > '--with-config-file-path=/etc' \ > '--enable-maintainer-zts' \ > "$@" Please run `/usr/local/apache/current/bin/httpd -V` and paste the output here. -- Wbr, Antony Dovgal