Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71690 invoked from network); 24 Jul 2008 15:08:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2008 15:08:14 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 74.125.46.29 yw-out-2324.google.com Received: from [74.125.46.29] ([74.125.46.29:11929] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/17-44225-CDA98884 for ; Thu, 24 Jul 2008 11:08:12 -0400 Received: by yw-out-2324.google.com with SMTP id 5so1158088ywb.83 for ; Thu, 24 Jul 2008 08:08:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=PLgm10CapQQINLgDOpKCE7BzUptVBwLDpnj/jyaJ6m8=; b=gG7+tOnL7GLmlW7mIDlfEpcIurAj5IKmDQbiA3Io9+Um4qEK+5QumLi0QmKTaKR30q Ij4KkNZGLRmtZvfjfTyFahyM3yQRWcyDV6uhlETdBs1sT8oTKgvTpLSsomt2mBRBV484 N+/QZlCOcoC1kzpsTRkeJtwZeJbPfCAjqbKwc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=SattFwUjgHIr2qxXcAtr6S5jpv2n2DzHo5pdDrKD6gcwZexSopzbL/Ozfaoz6Y7hu0 OF4XoO4fW1aZJ4QvED8U+/e38uj4Do1+jdzT4GbyZvAnMSYcy3lMJA2qcqhU9oQg3sxR xRVoNvuY6pWYGXymmWUJnNZSiATAlf30quMDw= Received: by 10.115.58.18 with SMTP id l18mr513935wak.177.1216912088801; Thu, 24 Jul 2008 08:08:08 -0700 (PDT) Received: from ?10.0.18.8? ( [157.86.206.62]) by mx.google.com with ESMTPS id 9sm5285558yws.5.2008.07.24.08.08.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Jul 2008 08:08:07 -0700 (PDT) To: Marcus Boerger Cc: Lukas Kahwe Smith , PHP Developers Mailing List In-Reply-To: <1736835338.20080723185258@marcus-boerger.de> References: <161BC537-BBB8-4B73-B573-4BBA080CF743@pooteeweet.org> <1736835338.20080723185258@marcus-boerger.de> Content-Type: text/plain; charset=utf-8 Date: Thu, 24 Jul 2008 12:08:03 -0300 Message-ID: <1216912084.5398.2.camel@felipe> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] 5.3 feature freeze rapidly approaching From: felipensp@gmail.com (Felipe Pena) Em Qua, 2008-07-23 às 18:52 +0200, Marcus Boerger escreveu: > And then there are these: > > - should we finally change: > typedef int (*apply_func_args_t)(void *pDest, int num_args, va_list args, zend_hash_key *hash_key); > to > typedef int (*apply_func_args_t)(void *pDest TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key); > so that we can drop a bunch of TSRMLS_FETCH()'es. Would it be like that? http://felipe.ath.cx/diff/zend_hash_apply_with_arguments.diff -- Regards, Felipe Pena.