Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17302 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36394 invoked by uid 1010); 18 Jul 2005 02:48:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36379 invoked from network); 18 Jul 2005 02:48:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2005 02:48:14 -0000 X-Host-Fingerprint: 64.233.184.206 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.206:56584] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(6212)) with SMTP id 33/83-05256-E681BD24 for ; Sun, 17 Jul 2005 22:48:14 -0400 Received: by wproxy.gmail.com with SMTP id 71so936232wri for ; Sun, 17 Jul 2005 19:48:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CJqZVDO1U+HE0HHu1Kh31HRr+mwndNrGQRrnAe6xNyMfxjc0mgAmgnb881HLnu0Y8fRkC1IW6eRQyTZ+9Ds3g7JmVbF9wn4FW7ybJ+qmHlIljyTZFTJcPDnzql15NXMvaT9MOFewtA9JrHXEzxc+o2f7cQYl38uSBV5FRxhTemQ= Received: by 10.54.38.40 with SMTP id l40mr222946wrl; Sun, 17 Jul 2005 19:48:10 -0700 (PDT) Received: by 10.54.101.5 with HTTP; Sun, 17 Jul 2005 19:48:10 -0700 (PDT) Message-ID: Date: Sun, 17 Jul 2005 22:48:10 -0400 Reply-To: Olivier Hill To: Rasmus Lerdorf Cc: internals In-Reply-To: <42DB1673.6020505@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42DAE15D.5010501@lerdorf.com> <42DB1673.6020505@lerdorf.com> Subject: Re: [PHP-DEV] Need to inherit apxs compiler flags From: olivier.hill@gmail.com (Olivier Hill) Hello Rasmus, Sorry to deviate from the original subjet, but could bug #33529 be related to another sapi_get_stat() problem or just the way Apache handles fstats? I have not enough inner working knowledge of the ZE to track the bug down. Sincerely, Olivier On 7/17/05, Rasmus Lerdorf wrote: >=20 > I don't see any way around this. I think what we need to do is abstract > the sapi_get_stat() call to the point where it returns our own version > of the stat struct that is always known. The sapi itself can work out > how to convert the native stat struct to the php version. That way > extensions won't be sapi-dependant.