Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17330 invoked by uid 1010); 1 Dec 2006 18:07:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17315 invoked from network); 1 Dec 2006 18:07:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2006 18:07:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain php.net from 140.211.166.39 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:50597] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/FC-38848-43F60754 for ; Fri, 01 Dec 2006 13:07:19 -0500 X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=D0UsNrJePbZFK00ytJ19M9H9I98N/pwbTR5sRywNfQImLe49r6v7a73Ige/zLIKC cmFwE0t+BdCN1iJnWbaAy3nDC8XjXuErtLFx+Bj6TaaNj83eTsy/RYEKsnRa98aI Authentication-Results: osu1.php.net smtp.user=pollita; auth=pass (LOGIN) X-Host-Fingerprint: 69.12.155.129 unknown Received: from [69.12.155.129] ([69.12.155.129:49671] helo=[172.31.5.146]) by osu1.php.net (ecelerity 2.1.1.11-rc1 r(13363/13364M)) with ESMTPSA (cipher=AES256-SHA) id 6C/76-25971-A3070754 for ; Fri, 01 Dec 2006 10:11:07 -0800 Message-ID: <45706F36.3020906@php.net> Date: Fri, 01 Dec 2006 10:06:46 -0800 User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: mauroi@digbang.com CC: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Cross-extension resource From: pollita@php.net (Sara Golemon) > Sorry if the question was answered before, I will try to look harder next > time. > Don't worry, that comment wasn't meant as a reproach. Just an expression of surprise at the number of times I've been asked about it. Most of these queries have been offlist though, so it's not surprising that you didn't see them. > - The php_mysql.h file doesn't include the constants for the resource name, > so I defined a constant in my own code. > - The php_mysql_conn type is not defined in the .h file, so it was also > replicated. > Yeah, that's the awkward part of sharing resources that weren't designed to be shared. Unfortunately there's no good solution for it beyond what you've done. > You're again right about the inclusion of the function in Appendix A, I was > worried if this usage was "correct" enough. > Sure sure, the coverage wasn't in-depth, just a note that the function exists and here's how to call it. I'd expect it to need a little clarification... -Sara