Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28282 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80419 invoked by uid 1010); 7 Mar 2007 06:20:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80403 invoked from network); 7 Mar 2007 06:20:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2007 06:20:42 -0000 Authentication-Results: pb1.pair.com header.from=kingwez@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kingwez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.182.184 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.184] ([64.233.182.184:35019] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/3C-04082-8B95EE54 for ; Wed, 07 Mar 2007 01:20:41 -0500 Received: by nf-out-0910.google.com with SMTP id l35so73810nfa for ; Tue, 06 Mar 2007 22:20:40 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S4IJ9RoniLcdmqFwpLOMkUKbYlDCKYC39MhnptlL18C1rBBGyC2YLMCmPFws1ehKQmTkfXh3qiMygXyhLeqO4BaLUR8GNQ+eCkkUDDbasBQtlUGJ6qh2Tp3p6kq6lJxfwhmyBikPWJtljNJfyLMvne3omKvQAlku4WqpdwDKXWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eeWyuJuBjVj8xT906p83j+hfN0KDvOOiA8vLniHjosuQhyLnMgJoeOZNcmVuppw8XUpVhTtc4Tii68grWIFV6p96bGf8KPRxhLM9niF5lQZDa+jy0YFxKLUDwTFpGGcw6tploW5wdilt2caZzW24xjqLGR5pD30xp+heJPtqvd0= Received: by 10.114.169.2 with SMTP id r2mr2062851wae.1173248439279; Tue, 06 Mar 2007 22:20:39 -0800 (PST) Received: by 10.114.53.18 with HTTP; Tue, 6 Mar 2007 22:20:39 -0800 (PST) Message-ID: <4e89b4260703062220s6cd2a474udbd103cc785621e4@mail.gmail.com> Date: Wed, 7 Mar 2007 01:20:39 -0500 To: "Benjamin Schulz" Cc: "internals Mailing List" In-Reply-To: <64626A16-DE42-43AD-A6BB-37153EBB4D2E@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64626A16-DE42-43AD-A6BB-37153EBB4D2E@php.net> Subject: Re: [PHP-DEV] [PATCH] ext/sysvmsg: msg_queue_exists() From: kingwez@gmail.com ("Wez Furlong") Patch looks good. Check with Ilia about scheduling it for 5.x --Wez. On 3/1/07, Benjamin Schulz wrote: > Hi Wez, > this patch that adds a msg_queue_exists() to ext/sysvmsg. Currently > there is no way to tell wether msg_get_queue() will create or just a > attach to a queue. > > It would be great to see this function in the next PHP release. > > Benjamin > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >