Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4533 invoked from network); 18 Apr 2008 08:04:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2008 08:04:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=matt.parlane@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=matt.parlane@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: matt.parlane@gmail.com X-Host-Fingerprint: 209.85.200.173 wf-out-1314.google.com Received: from [209.85.200.173] ([209.85.200.173:19417] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/18-54733-B0658084 for ; Fri, 18 Apr 2008 04:04:28 -0400 Received: by wf-out-1314.google.com with SMTP id 27so335155wfd.26 for ; Fri, 18 Apr 2008 01:04:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=eTXGmSBOIptjv34j7ftCfZ8X7wbADI0hMozzhkqf5ns=; b=B6ofS7/S6/glePDKUe4IC6ZUFKyNxR1fyVghZLYdZR07FaFREwpeSnzZtl53Fcme3jHAlwO6a8D3iJJvJpSYCB1oF0w1PAmOu3BVhwqLqtFXdgQ/7l1b9wj/IqXFVbcypH3MxekLZxolpRzhvzQWMtC00/HXxV6mNx7m/Ev2dpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=n3sUdttcKpuOgoqP1lTqTbLLNoI1XI8lbpxNO9g7X3WzuXJ546oCpE3PKoLMCD65dQA9Z8RhB2kCqFrdAlI6paLtfK2vOHKXral54HyiuunCnMsShxMgQX9F6ahQmA4ipVtbvYgKG7tn7QhJnGjhbb2muS+Jct7pvsAM2TzAwuo= Received: by 10.142.158.17 with SMTP id g17mr592223wfe.106.1208505863067; Fri, 18 Apr 2008 01:04:23 -0700 (PDT) Received: by 10.142.185.7 with HTTP; Fri, 18 Apr 2008 01:04:22 -0700 (PDT) Message-ID: Date: Fri, 18 Apr 2008 20:04:22 +1200 Sender: matt.parlane@gmail.com To: "Pierre Joye" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 6da68a8bc2d88707 Subject: Re: [PHP-DEV] Help with a PHP extension From: matt@webgenius.co.nz ("Matt Parlane") On Fri, Apr 18, 2008 at 8:00 PM, Pierre Joye wrote: > If it is open source, you may consider to publish the code and ask for > help or advices in the PECL developer list or here. If it is not, > well, there is little hope to get any help :) I'm planning on open-sourcing it, but I figured there was little point since all it does right now is segfault... Perhaps I should package up what I've got so far and post a link... I'll do that soon. Matt