Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25519 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81729 invoked by uid 1010); 4 Sep 2006 12:10:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81714 invoked from network); 4 Sep 2006 12:10:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2006 12:10:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.173 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.173] ([66.249.92.173:17281] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id AE/51-01612-8B71CF44 for ; Mon, 04 Sep 2006 08:10:34 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1785873ugf for ; Mon, 04 Sep 2006 05:10:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Nf3IIY4X+iUj3lEfVTehCvF2dV9shNYvh0vTTDRJLlJLO32HG5FTbEyDpE8ltSuIa1tx89YODri3vKBX45VmpcNdmay209otgnbprwJYmmJRm39m7uRul1lFZE1EbelmimhpYewIcj1ug0MOpEg73EYXpCWAnCguTLSehcykAkw= Received: by 10.67.93.7 with SMTP id v7mr2892365ugl; Mon, 04 Sep 2006 05:10:29 -0700 (PDT) Received: by 10.66.222.12 with HTTP; Mon, 4 Sep 2006 05:10:29 -0700 (PDT) Message-ID: Date: Mon, 4 Sep 2006 14:10:29 +0200 To: "Diego do Nascimento Feitosa" Cc: internals@lists.php.net In-Reply-To: <200609041123.k84BN2bb028723@smtp-relay02.net.ibizdns.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200609041123.k84BN2bb028723@smtp-relay02.net.ibizdns.com> Subject: Re: [PHP-DEV] Documentation needed to write PHP5 extensions From: pierre.php@gmail.com (Pierre) On 9/4/06, Diego do Nascimento Feitosa wrote: > Hi all, > > I would like to know, where can I find documentation of Zend API > to create fully object oriented extensions to PHP5?? > I found at www.zend.com an article from Sara Golemon (but the > object creation wasn't covered yet) and the Zend API docs, but it > wasn't helpfull... A couple of presentations have been done about this topic: http://somabo.de/talks/ http://talks.php.net/index.php/Internals --Pierre