Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55016 invoked from network); 23 Aug 2011 05:16:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2011 05:16:38 -0000 Authentication-Results: pb1.pair.com header.from=admin@codeangel.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=admin@codeangel.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain codeangel.org from 216.119.135.130 cause and error) X-PHP-List-Original-Sender: admin@codeangel.org X-Host-Fingerprint: 216.119.135.130 a2s40.a2hosting.com Windows 98 (1) Received: from [216.119.135.130] ([216.119.135.130:48601] helo=a2s40.a2hosting.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/82-34091-5B7335E4 for ; Tue, 23 Aug 2011 01:16:37 -0400 Received: from c-50-129-101-144.hsd1.il.comcast.net ([50.129.101.144] helo=[10.0.1.3]) by a2s40.a2hosting.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QvjLl-003bnk-8q for internals@lists.php.net; Tue, 23 Aug 2011 01:16:33 -0400 Message-ID: <4E5337AF.2080300@codeangel.org> Date: Tue, 23 Aug 2011 00:16:31 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: internals php list Content-Type: multipart/alternative; boundary="------------020302070903010604010500" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2s40.a2hosting.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - codeangel.org Subject: phpinfo html broken in 5.3.8!? From: admin@codeangel.org (Chad Emrys) --------------020302070903010604010500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Just noticed this in ext/standard/info.c source line 629 629 PUTS(">"); note the extra > at the end of the tag. I emailed here because I'm afraid no one will notice the bug in time for this 5.3.8 release you may be releasing for the crypt() fix: bug report is here: https://bugs.php.net/bug.php?id=55483 --------------020302070903010604010500--