Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103552 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 6661 invoked from network); 4 Dec 2018 18:52:24 -0000 Received: from unknown (HELO mail-it1-f172.google.com) (209.85.166.172) by pb1.pair.com with SMTP; 4 Dec 2018 18:52:24 -0000 Received: by mail-it1-f172.google.com with SMTP id b5so14954071iti.2 for ; Tue, 04 Dec 2018 07:17:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=//NIr5dzMygGQjigF4YOSvBklZ7ogaQOzRPOVeT5ZhI=; b=TbLBWYWcWVZpysjrttf9HC4Fxt7CuWBxnJZapL2CQbT/CGXQubipjj4i0dj0XGPbfD 0gLluwilNpTBhnSCVg/6GGQSxyz1VQ0kEBFe3bCj24Lq2uQeVVcrYsO6KFn6VKAqG8nR p4x7jP/yqsHjjMBF9h5lWRhiEHhzTuvsmMuJWq+p7j2l5RbC0aL1UOKd/12F5/g+M5N4 o3DdAARqVhvxspNWElJxX8sSZnpWoUv5dXF9UuNv9rM7FvsJQUo4Tg+w7pRIGFgPEHEg t/g9Ne+Wbthedc0PRhfrDZxbANWT9ohIsAi6sRaEmrjBC3gvkX/p84p/fQpyqAu75z0U tyhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=//NIr5dzMygGQjigF4YOSvBklZ7ogaQOzRPOVeT5ZhI=; b=XtihTn7w4ocjDohYwVM24bqQ8hZ/iDEmOWOhmTopdOFDyyUhEo9MnUIJlM2ENFbbAv nrWTFy8werrTQIzeELnpk8hF3SXbwEYbBpnliQLmqMwlmiReTcdt3G7DCVH7HTd/EvSH jzBhvzT4l/kcBlf4g20Usg8q4Sy9JpFfNJKiXgDHRmR+2J3xs7uWO4AUcFrSyNvRwcKG u/lfCcRh6+cK57xHQkXQqwj/rqcfBMhpoMlBubO1ABSvV69fFSoMDsK2G8gvXLRX0nuz Q6YzhcpbYRCQGJWFFTS9AbEdLALc00d6D2Ju3sZ7ykHOVmY0cQnvWvcNLR0oGwdYXN1p cCGA== X-Gm-Message-State: AA+aEWYy0Iw1X3irC2Yu67dJwWVkXKfQhx3Lp7DxEVaiCulyRd2zGsZ4 SQr6XX6Rnth22ucIwZwuLVEtUgl8P8ZpNMqcmok= X-Google-Smtp-Source: AFSGD/WRGv7gNtjQgUj2yi2tNS9xkR7tODZC2USD15cq11FO5UixpSLEoGABDGZj8cEyzHySr5xHSxNfW6aoyHXn838= X-Received: by 2002:a05:660c:81a:: with SMTP id j26mr11876380itk.70.1543936668206; Tue, 04 Dec 2018 07:17:48 -0800 (PST) MIME-Version: 1.0 References: <05d46071-200b-c3ed-be63-8ae04f65347c@gmx.de> In-Reply-To: <05d46071-200b-c3ed-be63-8ae04f65347c@gmx.de> Date: Tue, 4 Dec 2018 16:17:29 +0100 Message-ID: To: Christoph Becker Cc: Jakub Zelenka , PHP internals Content-Type: multipart/alternative; boundary="000000000000aa0d98057c33c408" Subject: Re: [PHP-DEV] Re: 7.3 features in announcement From: nikita.ppv@gmail.com (Nikita Popov) --000000000000aa0d98057c33c408 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, Dec 2, 2018 at 11:51 PM Christoph M. Becker wrote: > On 02.12.2018 at 21:24, Jakub Zelenka wrote: > > > I was wondering if we have got a final list of the top features that wi= ll > > be listed in the announcement for the stable release. > > > > Not sure how it's usually selected but thought that it would be good to > > list FPM logging changes that I have been working on and it's the main > > improvement in FPM [1]. It's not probably that interesting for PHP devs > but > > it might be quite importants for DevOps who use FPM with Docker and wan= t > to > > properly collect logs from containers. My current client will be updati= ng > > to 7.3 pretty soon just because of that. > > > > [1] https://github.com/php/php-src/pull/2458 > > Thanks for bringing this up, Jakub! To be honest, I haven't really > thought about the release announcement before, so this is a fine reminder= . > > Regarding the FPM logging changes: indeed, this seems to be quite an > improvement! :) However, it seems there is no note in UPGRADING (which > is important for the migration guide in the manual) yet. Could you > please add the missing note? > Speaking of which, what's the state of the migration guide for 7.3? I think it is usually available by the time of the GA release, but I can't find it on deployed docs (and docs.php.net seems down...) Nikita > Regarding other prominent features, I think the =E2=80=9CFlexible Heredoc= and > Nowdoc Syntaxes=E2=80=9D[2] and the =E2=80=9CPCRE2 migration=E2=80=9D[3] = should certainly be > mentioned. Also the MBString improvements[4], as well as the > deprecations[5], and also the file related Windows improvements[6]. > > I'm likely missing other important changes, and may overestimate some of > those I've mentionened above. I'm looking forward to suggestions! > > [2] > [3] > [4] > [5] > [6] > > --000000000000aa0d98057c33c408--