Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64462 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26105 invoked from network); 31 Dec 2012 00:46:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Dec 2012 00:46:57 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.178 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.178 mail-vc0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:64472] helo=mail-vc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/61-33102-F70E0E05 for ; Sun, 30 Dec 2012 19:46:55 -0500 Received: by mail-vc0-f178.google.com with SMTP id x16so12330980vcq.23 for ; Sun, 30 Dec 2012 16:46:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=dG2Jt+qzlGwcB2Kc0U/2sReOuXbJYCBmLcA7byW3RM0=; b=KyQZfmQP/VZRU6VM52Br7Kh3Q3sVvqw1+oCrM7SxriTqb2077k7hJpZ+Yvt1iGt/Yf 7stO5se4QH2JBDkM+yrESZrS3HqTse53sPeJ20jnbhuh4CMttAnNesitmYTK9wEyTAbr 1yR0YaNiWrDKEE5pVUEX1HU9GgINCt5gL/HiWuCFi2E7VCn5VE9xoJhqfQiMzYNGtzbx nHdgJ6kpLswyhy5SPhep9Stc5siCJeSTiNOxnZ7z/dyp0IdGagPTkc62Jhv8vGU10Alb y2RDCb9E40r0K86DjVtNpSQM1mXkm80g39dsejf4WiX1dtQGEUSsQrRrmNsDPmpE3kBF v8uA== Received: by 10.220.150.84 with SMTP id x20mr61625052vcv.73.1356914812907; Sun, 30 Dec 2012 16:46:52 -0800 (PST) References: <1356906114.11165.3.camel@i5> Mime-Version: 1.0 (1.0) In-Reply-To: <1356906114.11165.3.camel@i5> Date: Mon, 31 Dec 2012 08:46:48 +0800 Message-ID: <2359577872930151652@unknownmsgid> To: "lars@lfweb.dk" Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] writing pecl's? From: laruence@gmail.com (Xinchen Hui) hey=EF=BC=9A =E5=8F=91=E8=87=AA=E6=88=91=E7=9A=84 iPhone =E5=9C=A8 2012-12-31=EF=BC=8C6:22=EF=BC=8CLars Nielsen =E5= =86=99=E9=81=93=EF=BC=9A > Hi, > > I am looking at how to write an extension for php, and i have found an > article on zend.com from 2005 which works fine with my local php 5.3. > > My question is should i be worried that this article is almost 8 years > old? Is there some more recent articles? Or is this the way to do it? > we are always careful of API & ABI consistence. So I think the answer is no, you don't have to worry too much. If your ext works well. Thanks > http://devzone.zend.com/303/extension-writing-part-i-introduction-to-php-= and-zend/ > > Med venlig hilsen / Best Regards > > Lars Nielsen > email : lars@lfweb.dk > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >