Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39976 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74658 invoked from network); 15 Aug 2008 08:04:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2008 08:04:36 -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:44914] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/B8-27197-39835A84 for ; Fri, 15 Aug 2008 04:04:35 -0400 Received: from [192.168.3.254] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 6CB02640168; Fri, 15 Aug 2008 12:04:32 +0400 (MSD) Message-ID: <48A5388B.4010708@daylessday.org> Date: Fri, 15 Aug 2008 12:04:27 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Uwe Pries CC: internals@lists.php.net, dmitry@php.net References: <48A4A0F4.5050602@digartis.de> <48A5367C.2050805@daylessday.org> In-Reply-To: <48A5367C.2050805@daylessday.org> 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 11:55, Antony Dovgal wrote: > 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' \ >> "$@" Oh, and don't forget to add --enable-debug here. -- Wbr, Antony Dovgal