Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29073 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85884 invoked by uid 1010); 27 Apr 2007 13:41:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85869 invoked from network); 27 Apr 2007 13:41:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2007 13:41:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=chad@herballure.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=chad@herballure.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain herballure.com from 64.202.189.172 cause and error) X-PHP-List-Original-Sender: chad@herballure.com X-Host-Fingerprint: 64.202.189.172 k2smtpout03-02.prod.mesa1.secureserver.net Linux 2.4/2.6 Received: from [64.202.189.172] ([64.202.189.172:45254] helo=k2smtpout03-02.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/E9-29041-E9DF1364 for ; Fri, 27 Apr 2007 09:41:52 -0400 Received: (qmail 19531 invoked from network); 27 Apr 2007 13:41:47 -0000 Received: from unknown (HELO secureservicesonline.com) (68.178.174.117) by k2smtpout03-02.prod.mesa1.secureserver.net (64.202.189.172) with ESMTP; 27 Apr 2007 13:41:47 -0000 Received: from [192.168.0.50] (cpe-69-205-153-76.stny.res.rr.com [69.205.153.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by secureservicesonline.com (Postfix) with ESMTP id 0C3D86D030D; Fri, 27 Apr 2007 09:41:46 -0400 (EDT) Message-ID: <4631FD99.3080209@herballure.com> Date: Fri, 27 Apr 2007 09:41:45 -0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Jochem Maas CC: elias , internals@lists.php.net References: <4631EE17.20400@gmx.net> <4631EFA1.4040507@zend.com> <4631F2BC.9070405@iamjochem.com> In-Reply-To: <4631F2BC.9070405@iamjochem.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] http arrays From: chad@herballure.com (Chad Daelhousen) Jochem Maas wrote: > the var_dump() output used to be a neat nested array, but since 5.1.3 [although I remember > it as 5.1.6] http_build_query() makes htmlentities of the square brackets so therefore > the var_dump() gives you a string. It's in the changelog for 5.1.3: * Fixed bug #36656 (http_build_query generates invalid URIs due to use of square brackets). (Mike) It works as expected for me in 5.1.6, using URL-encoding rather than HTML-entities. (5.1.3 is badly broken anyway -- that's why 5.1.4 was released so soon after.) So there's no bug that I can see. -- Chad Daelhousen I've been programming for about 15 years, but it's only in the last couple that I've come to a real understanding of it all.