Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 891 invoked from network); 15 Aug 2008 11:43:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2008 11:43:25 -0000 X-Host-Fingerprint: 91.12.1.119 p5B0C0177.dip0.t-ipconnect.de Received: from [91.12.1.119] ([91.12.1.119:6590] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/04-11888-9DB65A84 for ; Fri, 15 Aug 2008 07:43:21 -0400 To: internals@lists.php.net,Antony Dovgal Message-ID: <48A56BD7.5030103@digartis.de> Date: Fri, 15 Aug 2008 13:43:19 +0200 User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 CC: dmitry@php.net References: <48A4A0F4.5050602@digartis.de> <48A5367C.2050805@daylessday.org> <48A5388B.4010708@daylessday.org> In-Reply-To: <48A5388B.4010708@daylessday.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 91.12.1.119 Subject: Re: [PHP-DEV] TSRM/tsrm_virtual_cwd.* From: uwe.pries@digartis.de (Uwe Pries) Hello Tony, please look at http://phpfi.com/343743 Regards Uwe Antony Dovgal schrieb: > 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. >