Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25104 invoked by uid 1010); 21 Mar 2007 14:44:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25089 invoked from network); 21 Mar 2007 14:44:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2007 14:44:35 -0000 Authentication-Results: pb1.pair.com header.from=thefirstofall@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=thefirstofall@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: thefirstofall@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.170] ([66.249.92.170:20205] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/1C-21072-2D441064 for ; Wed, 21 Mar 2007 09:44:35 -0500 Received: by ug-out-1314.google.com with SMTP id o4so366318uge for ; Wed, 21 Mar 2007 07:44:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Jvfx9UkrCpOEvWDksilbp4D29cph2VVZyZ4auTHNlZfrWxgZIVdqylngLU/QJoyBCpW0oOzZDqi79oAoWJJ5FdMrUzASPKO2qwlXIgXqE27qH3Piy2jc3uZTy3KkePW4eyEuz6MsWpnbd/acPwjRI/3gAhK/+a6Yz3qN6pZbiJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=UFdaGj1tlRMOtBWlYR+RldZ6Clrb8SFeB1APqbinAZetIAcdp2sdOlIlVUuFRV990mFvcXv0FPheoCz5pJ9sfIN1KHf+yeKsfAI++NPKxVAkjHAFj5vLAhCsQ2wGmO2og/36VUKy6H5lfzjVpyqnBjyQtOPk5KrYf2h0B28B9Ec= Received: by 10.67.93.6 with SMTP id v6mr3209159ugl.1174488271286; Wed, 21 Mar 2007 07:44:31 -0700 (PDT) Received: from ?192.168.128.205? ( [62.68.181.19]) by mx.google.com with ESMTP id a1sm1976415ugf.2007.03.21.07.44.26; Wed, 21 Mar 2007 07:44:30 -0700 (PDT) To: Andrey Hristov Cc: PHP Internals List In-Reply-To: <46013AA6.9010602@hristov.com> References: <1174134488.8667.33.camel@lena> <45FC74A5.6080307@pooteeweet.org> <1174231834.12274.110.camel@lena> <45FEBD70.2090000@zend.com> <1174330743.9134.2.camel@lena> <41721.216.230.84.67.1174341117.squirrel@www.l-i-e.com> <1174342387.14657.86.camel@lena> <1174476282.5402.35.camel@lena> <460118F8.9050807@pooteeweet.org> <46012A5F.8060302@hristov.com> <1174484099.10290.12.camel@lena> <46013AA6.9010602@hristov.com> Content-Type: text/plain Date: Wed, 21 Mar 2007 15:44:22 +0100 Message-ID: <1174488262.13687.6.camel@lena> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] google SoC - dbobj From: thefirstofall@gmail.com (=?ISO-8859-1?Q?Bank=F3_=C1d=E1m?=) > you can do the same with XP too. As in PHP so in C you will have to > establish a common ground on which the further development will stand > on. Then part by part implement in PHP and port to C. Having tests will > help a lot. Maybe you are right, but I don't like the idea of doing everything twice. Once for the PHP and once for the C version. I think for me this would more disadvantages then advantages. Adam