Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30267 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82226 invoked by uid 1010); 19 Jun 2007 18:14:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82210 invoked from network); 19 Jun 2007 18:14:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2007 18:14:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=stuttle@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stuttle@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.232 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: stuttle@gmail.com X-Host-Fingerprint: 64.233.184.232 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.232] ([64.233.184.232:61674] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/F1-47650-F1D18764 for ; Tue, 19 Jun 2007 14:14:55 -0400 Received: by wr-out-0506.google.com with SMTP id 58so1423498wri for ; Tue, 19 Jun 2007 11:14:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=c24koGQ5JOSqkBb0xhpmBrvrzrjhoWJyB3kHLh5NbwsZA5SKuvQ8KHDg1PnPSew7FRubFcGIuepBTR2H6+usbN0XtMQWr0sVlXmHHDdzEaJ9LxSj6/uMJKqzwfJsGAaFX0Ti8IqvnlxIsMh6SVuGtuL+Nnz0qiFHmd0MXubBg1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Jjl+z8eFOeGV/FC9lTS3MJbyFrVgEegNS+OBU/gY7vkwkF6/k+0cW9/QHWTzz9npyrQ1MgKMvEmEqst1yhZQDtEO1C7Z+WNK13ikj2ouuHfhA56Z1GmDyDB0yBh8mUQ+ZP4NJZNDG6kEmcJfFLn9R6/pIEkc/0k1n6QJ5TwDprM= Received: by 10.78.204.7 with SMTP id b7mr3037402hug.1182276892659; Tue, 19 Jun 2007 11:14:52 -0700 (PDT) Received: from ?192.168.0.99? ( [90.240.89.222]) by mx.google.com with ESMTP id 2sm5802232nfv.2007.06.19.11.14.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 19 Jun 2007 11:14:51 -0700 (PDT) Message-ID: <46781D06.3040606@gmail.com> Date: Tue, 19 Jun 2007 19:14:30 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Jordan Wambaugh CC: internals@lists.php.net References: <200706191353.53163.jordan.wambaugh@forrent.com> In-Reply-To: <200706191353.53163.jordan.wambaugh@forrent.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Creating a class in a php extension From: stuttle@gmail.com (Stut) Jordan Wambaugh wrote: > I've just recently begun writing PHP extensions for the first time. Sara > Golemon's article on extension development has been a priceless resource for > me, but I haven't been able to find any documentation on how to define a > class, give it methods and properties etc within an extension. Is there any > documentation on this? If not, can someone point me in the right direction? Buy the book: Extending and Embedding PHP by Sara Goleman. It covers classes and a whole lot more. Required reading for anyone developing PHP extensions. -Stut -- http://stut.net/