Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56269 invoked from network); 8 Mar 2011 16:32:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Mar 2011 16:32:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:61145] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/71-49275-61A567D4 for ; Tue, 08 Mar 2011 11:32:22 -0500 Received: by vws10 with SMTP id 10so4901905vws.29 for ; Tue, 08 Mar 2011 08:32:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=JvDEj6FqX2K5YFRhIY9l4f2mJ4kGjpOacAlr99N8D3o=; b=U0BRznMe8e1xja+JqfDq8qlFD1PPwONyC8XktdZAADQgWsl4b5fEwTcsKeQQdGkI3V EFRdsfAbifNfrh+cmLDUME3Hyr0VAcifcLOHMF5CJdAPEjL0p+torQjs1zolsbUCt9ip 5hInKdCPXF3cIABz1ByJqUClFQ8lZeMySI9rQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=eevQj2bNqAHWw7kg1q0s+FF93vI/li0R9ZFaHO0kXQVM1wXJkVP0t/ry+Zf8VZTKs5 nt3WV4uLuPK5D+QhrciX+5uxTNJsYeXexv5v7wiMolMzez7HfbIaHj/6G/2LUkzTYc95 u95BkUklVc2xT0awFb7tj+mXb36dQb8tSwTkU= MIME-Version: 1.0 Received: by 10.52.18.11 with SMTP id s11mr619871vdd.213.1299601939921; Tue, 08 Mar 2011 08:32:19 -0800 (PST) Sender: tyra3l@gmail.com Received: by 10.52.164.165 with HTTP; Tue, 8 Mar 2011 08:32:19 -0800 (PST) In-Reply-To: References: <4D7431C3.10405@sugarcrm.com> <4D74A8FD.3020102@sugarcrm.com> <4D74AB3C.8040702@sugarcrm.com> <4D751AC2.3030800@sugarcrm.com> <4D7535E2.5040007@sugarcrm.com> <4D754997.5080704@sugarcrm.com> <4D754B73.1040800@sugarcrm.com> <4D754EED.5080909@sugarcrm.com> Date: Tue, 8 Mar 2011 17:32:19 +0100 X-Google-Sender-Auth: z2Vf-xFParXdb_ykbgV7Fw8IFCo Message-ID: To: Pierre Joye Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf3054a113fa7e1d049dfb27de Subject: Re: [PHP-DEV] file streams & metadata From: info@tyrael.hu (Ferenc Kovacs) --20cf3054a113fa7e1d049dfb27de Content-Type: text/plain; charset=UTF-8 On Tue, Mar 8, 2011 at 5:15 PM, Pierre Joye wrote: > On Tue, Mar 8, 2011 at 5:08 PM, Ferenc Kovacs wrote: > > > if you have a better alternative which is viable, then I would support > that. > > otherwise I wouldn't support the all-or-nothing approach. > > thats like if we couldn't add pecl/phpize until it works on every > supported > > platform/filesystem combination. (cheers for the upcoming 5.3.6 release) > > and there is a ton of stuff which some point in time (or still ) didn't > work > > on all platform. > > No, that's a totally different problem. phpize has no impact on the > internal APIs and how things work in the engine or stream. > > Making bad things stream (and god knows how many of these things we > already have) has a direct impact on every platform we support. Here > it will be even worst as it will be on every platform+FS combination. > > It is pretty much the same as doing drivers specific things as the PDO > level and make them look like being generic. Very very bad idea, > obviously. > > while I agree that we shouldn't carelessly add something that will be a PITA to support later, but I think that we should watch out for the over-engineering/Nirvana fallacy also. this is why I said that it would be a good idea to write things down, and get more brains and yes on the problem and the suggested solutions. and I think that with the last emails, we've started to get constructive about the matter. Tyrael --20cf3054a113fa7e1d049dfb27de--