Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43749 invoked by uid 1010); 1 Nov 2006 19:48:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43723 invoked from network); 1 Nov 2006 19:48:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Nov 2006 19:48:39 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.235 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.82.235 wx-out-0506.google.com Linux 2.4/2.6 Received: from [66.249.82.235] ([66.249.82.235:24259] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/9C-40356-61AF8454 for ; Wed, 01 Nov 2006 14:48:38 -0500 Received: by wx-out-0506.google.com with SMTP id s18so2352642wxc for ; Wed, 01 Nov 2006 11:48:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=Bee6Ruigtrzvuxiobmi5qNtY6LG2aiJMb8AFcgsWrHHlf9MfRebTapG9k8NClVcA1Me72hNsfwDS/eihncSCuIGGukoIi4R0hxaB/PKmWQusIc8yt7hhL4rf245odjiTl1W2+2ddmRPxny+ZXaEyobwlAFzdCUD5xK6HH5ZQwF8= Received: by 10.78.149.15 with SMTP id w15mr316932hud; Wed, 01 Nov 2006 11:48:34 -0800 (PST) Received: by 10.78.137.6 with HTTP; Wed, 1 Nov 2006 11:48:34 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 20:48:34 +0100 To: php-dev Cc: "Marcus Boerger" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_29260_23277403.1162410514653" Subject: fix HEAD zend_hash_apply_with_argument From: pierre.php@gmail.com (Pierre) ------=_Part_29260_23277403.1162410514653 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Can someone apply this little patch to HEAD (Zend/zend_hash.c)? These two lines have been removed by mistake in the last commit. simple test (props access or any hash table usage):