Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67074 invoked from network); 8 Aug 2013 19:04:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2013 19:04:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:42118] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/3F-06453-FBBE3025 for ; Thu, 08 Aug 2013 15:04:31 -0400 Received: by mail-lb0-f179.google.com with SMTP id v1so2693684lbd.38 for ; Thu, 08 Aug 2013 12:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jIxBnAki2ekp8/WgNFJrQFADDSC8EJMyJfkcX47GMU8=; b=QHDnB5Jtd0KcHer29dDsdmO0eAOBSbKWYhY0Z+gWdBnkHiyPSEH4XJd+K5Ip63WHBz 5J4imwupwNV0f4rPGuTyB1vOVs+riYS/hqoEq6Q2eOCs7oVaEzpdErqz+3Yr0EFoKVfB L2oBntxjGlBR+dFZ7e74FpmqkF4CYy45Z0BqMX8vrUnfYtJg/pfzOafl7e5ZhWOCH80q 4jHcDMvTF0XV3CuqWOGaFyZ81v10L1f3RdEyjDk8fXaQuzlxRSdo1DQsBC3VbM2JmKTX nMLYJKPc5qQ6YZXOl2TljfjIx+StAvMXHfreg91Nwh6lN1RusycYsBgtglj+SdCurUGL 14rw== MIME-Version: 1.0 X-Received: by 10.152.115.146 with SMTP id jo18mr4367277lab.56.1375988668281; Thu, 08 Aug 2013 12:04:28 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Thu, 8 Aug 2013 12:04:28 -0700 (PDT) In-Reply-To: <51FFC8CB.10009@oracle.com> References: <7lfvv81abmbi8eqtbol3u0s8k7r46lgqrq@4ax.com> <51FFC8CB.10009@oracle.com> Date: Thu, 8 Aug 2013 21:04:28 +0200 X-Google-Sender-Auth: rZXx6toymgx1CVwYPBpJA3ogZTw Message-ID: To: Christopher Jones Cc: Jan Ehrhardt , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: PHP 5.5.2 RC1 is tagged From: mike@php.net (Michael Wallner) On 5 August 2013 17:46, Christopher Jones wrote: > > > On 8/5/13 8:12 AM, Jan Ehrhardt wrote: >> >> 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 >> > > Submit pull requests with patches, then nag until someone applies them. > Then nag to get karma to make changes yourself. > > The OPCache typo is already fixed, I believe. > http://git.php.net/?p=php-src.git;a=blob;f=NEWS;h=c01b43ed7bcda9d3c846df439cf32ead01c098d6;hb=refs/heads/PHP-5.5 > > The gd change might qualify for a bug report, so any background can be > discussed. > > Chris > > -- > christopher.jones@oracle.com http://twitter.com/ghrd > Free PHP & Oracle book: > http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Regards, Mike