Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44377 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77970 invoked from network); 20 Jun 2009 06:08:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2009 06:08:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.220 mail-fx0-f220.google.com Received: from [209.85.220.220] ([209.85.220.220:54701] helo=mail-fx0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/92-55105-FDC7C3A4 for ; Sat, 20 Jun 2009 02:08:32 -0400 Received: by fxm20 with SMTP id 20so2532083fxm.23 for ; Fri, 19 Jun 2009 23:08:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Vn2+Oyi/e3k+TE7CTid9WFruMX/6MxsbKu7cLoJzVBY=; b=NVDUVTSDNwqGg6JwAAF49UginnoO6ovtU1F2KpuWoqT6unznbD1ppNoqK2Kq85wggg UOOXdeUA7WsVt5tzefaaLdF+/TDqm1sFVkV5leEKvJaBYUP1lctSns6KPyfGFffMEfv7 MlP7EfJgLSbcLkOvlJiTaqKRCWWPupyeYPrv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=i4quuCqskVNnpL+JBVY+UntlMIUyMdV3C1Myl1s0GBilLEMk+x2ZKBc5oBvXmHzYxI QQ38ccmW1zHVu421pBCeSUBumiI/G74K45z/3wRu3e9wzGOvGVmn+c2vR5uB9vjL2Kvi NU04jiQrqG7QVr3SUi9CT8049GdTa5hCWxth0= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.1.1 with SMTP id 1mr3952079fga.0.1245478108532; Fri, 19 Jun 2009 23:08:28 -0700 (PDT) In-Reply-To: <1aac0f2d0906181257x617a99d9g90749b892e4bacc0@mail.gmail.com> References: <1aac0f2d0906181257x617a99d9g90749b892e4bacc0@mail.gmail.com> Date: Sat, 20 Jun 2009 08:08:28 +0200 X-Google-Sender-Auth: cf278c7146609762 Message-ID: <2dedb8a0906192308u41a28bf1sc40ea082f5814598@mail.gmail.com> To: Matthew Fonda Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] fix for array_map arg info From: kalle@php.net (Kalle Sommer Nielsen) Hi 2009/6/18 Matthew Fonda : > Hi, > > The arg info for array_map appears to be incorrect. It lists 3 arguments as > required, when in fact there are only 2 required. Attached is a small patch > to fix it. Committed to HEAD, PHP_5_3 and PHP_5_2, thanks ;) > > Regards, > Matthew > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- regrads, Kalle Sommer Nielsen kalle@php.net