Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51105 invoked from network); 15 Aug 2008 14:22:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2008 14:22:45 -0000 X-Host-Fingerprint: 91.12.1.119 p5B0C0177.dip0.t-ipconnect.de Received: from [91.12.1.119] ([91.12.1.119:6283] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/DE-11888-43195A84 for ; Fri, 15 Aug 2008 10:22:45 -0400 To: internals@lists.php.net Message-ID: <48A5912E.8090904@digartis.de> Date: Fri, 15 Aug 2008 16:22:38 +0200 User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 CC: internals@lists.php.net, Antony Dovgal , dmitry@php.net References: <48A4A0F4.5050602@digartis.de> <48A5367C.2050805@daylessday.org> <48A5388B.4010708@daylessday.org> <48A56BD7.5030103@digartis.de> In-Reply-To: <48A56BD7.5030103@digartis.de> 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) Works like a charm after cvs up and rebuild. Thanks to all supporters. Regards Uwe Uwe Pries schrieb: > 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. >>