Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45898 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47865 invoked from network); 29 Oct 2009 15:58:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2009 15:58:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=samuel.roze@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=samuel.roze@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.192 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: samuel.roze@gmail.com X-Host-Fingerprint: 209.85.210.192 mail-yx0-f192.google.com Received: from [209.85.210.192] ([209.85.210.192:42229] helo=mail-yx0-f192.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/40-09136-0BBB9EA4 for ; Thu, 29 Oct 2009 10:58:41 -0500 Received: by yxe30 with SMTP id 30so2047275yxe.29 for ; Thu, 29 Oct 2009 08:58:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=xrTh9D/iO6+5nuabUdaWIZ/U3/Q6faVfV1Hx3UyTsXo=; b=McBDuditRnSZ5E7uIBlVUWzCq8S6Z0o/YNBVKRV35HEQ3DHezaI4cd7I1juEyWx7o/ TaHXbR+6zvsyUgqSg3LtOmVcjcsyLOrVDlQE00SAaArd88NCNuSGQ7aycQYJJwH6UN41 rzl673vhrpkrtOKucs90l9ME5tFRffVo+MD5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=JOq7NScarwcQfQMX4JigHQb5/oAuserONvr2A6riRtxCkwmrNXibMRTv08rQF+/8hA 6/qWJ3Cis59p/qLPN2Kps8C+84oKJK8t2NIXKphZfLUC448dms14Be1OsZtta0yLxu1h 1MfvudopCUMHDb1+HqJofJBCNS7mA0VvsntyE= Received: by 10.102.248.11 with SMTP id v11mr89893muh.91.1256831917819; Thu, 29 Oct 2009 08:58:37 -0700 (PDT) Received: from ?192.168.1.3? (91-171-144-165.rev.libertysurf.net [91.171.144.165]) by mx.google.com with ESMTPS id j2sm135717mue.46.2009.10.29.08.58.35 (version=SSLv3 cipher=RC4-MD5); Thu, 29 Oct 2009 08:58:36 -0700 (PDT) To: Alexey Zakhlestin Cc: internals@lists.php.net In-Reply-To: References: <1256808892.22624.32.camel@samuel-laptop> Content-Type: text/plain; charset="UTF-8" Date: Thu, 29 Oct 2009 16:58:37 +0100 Message-ID: <1256831917.22624.38.camel@samuel-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP modules (pecl) and PHP codes (pear) From: samuel.roze@gmail.com (Samuel ROZE) Le jeudi 29 octobre 2009 à 14:03 +0300, Alexey Zakhlestin a écrit : > Usually, it is a good idea to write it in PHP at first and then port > to C, if performance is poor But I lose some time !