Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38648 invoked from network); 20 Feb 2009 22:47:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2009 22:47:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 74.125.44.28 yx-out-2324.google.com Received: from [74.125.44.28] ([74.125.44.28:27793] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/81-28577-1133F994 for ; Fri, 20 Feb 2009 17:47:46 -0500 Received: by yx-out-2324.google.com with SMTP id 8so429586yxb.83 for ; Fri, 20 Feb 2009 14:47:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bMMczFCO6lS60WT5m5ZdioRS96R5cOmOOAw3Sfv4h2w=; b=JKkt4z7lDuIMgBUUr8HkpsQzTc4Js312u0j+Ca6THfZ6V+zgBWriG5K6VRjmu5hSI7 +ju+lDZ5VbjGje0rBRYxDEkFI3flUee0ZjoL46aiI0fZx2NhNgbW8h3j3+BMA7R0SYWL 8ldNDodzLuuf37MoPQck3iS0zEXWnbFUG+xVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JAEBvFI5XoNo3K8AYUvM3RxHPT9pFX9tMjj3J7hE7Q7hkcQ6fYO9ZZjZan+4LsOntL Znr5xEqSfQVt48k6s2M8aB6UWCh8sp5+w0k5TicT61IJG/uwSrvulaV1X5iUA52TPObq ZJkcR+Yn4yrW4dTTwnbHNJUTEqPq2tm3a2D9Y= MIME-Version: 1.0 Received: by 10.231.20.5 with SMTP id d5mr1615407ibb.25.1235170063004; Fri, 20 Feb 2009 14:47:43 -0800 (PST) In-Reply-To: References: <7dd2dc0b0902201341q61230fcavfc9fdc9f42383289@mail.gmail.com> Date: Fri, 20 Feb 2009 15:47:42 -0700 Message-ID: <7dd2dc0b0902201447t1f345de5jfa227271aaf9cac4@mail.gmail.com> To: "Matthew C. Rice" Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=000325575a36d7b5900463617081 Subject: Re: [PHP-DEV] Adding/Updating ZVal Arrays to Object From: quickshiftin@gmail.com (Nathan Nobbe) --000325575a36d7b5900463617081 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On Fri, Feb 20, 2009 at 3:02 PM, Matthew C. Rice wrote: > Nathan, > > Thanks a bunch. That was exactly what I was looking for. word > Is there any place you would consider a good resource to learn/get > documentation for these functions? my secret weapon, http://www.amazon.com/Extending-Embedding-PHP-Developers-Library/dp/067232704X :D but youll still have to do all the things youre doing now. digging through other extensions, looking through the code under the Zend directory and so forth.. the book just makes things *way* easier to get the ball rolling. -nathan --000325575a36d7b5900463617081--