Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68383 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19014 invoked from network); 5 Aug 2013 15:12:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2013 15:12:17 -0000 X-Host-Fingerprint: 213.127.161.131 ip-213-127-161-131.ip.prioritytelecom.net Received: from [213.127.161.131] ([213.127.161.131:4294] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/72-06453-DC0CFF15 for ; Mon, 05 Aug 2013 11:12:16 -0400 To: internals@lists.php.net Date: Mon, 05 Aug 2013 17:12:10 +0200 Message-ID: <7lfvv81abmbi8eqtbol3u0s8k7r46lgqrq@4ax.com> References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 213.127.161.131 Subject: Re: PHP 5.5.2 RC1 is tagged From: phpdev@ehrhardt.nl (Jan Ehrhardt) Julien Pauli in php.internals (Fri, 2 Aug 2013 10:05:00 +0200): >Please test the release carefully and report any bugs. What is the best way to report things that are so small that opening an issue would be overkill? I have got some tiny remarks: - Typo in NEWS: OPcahce should be OPcache - Remove the reference to php_zip.dll in both php.ini-*'s - Add 'case 90' in ext/gd/libgd/gd_jpeg.c to avoid "unknown" for jpeg lib 9 Compiled all 4 variants with VC11 flawlessly. Jan