Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105011 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 56690 invoked from network); 29 Mar 2019 19:06:52 -0000 Received: from unknown (HELO mail-ot1-f54.google.com) (209.85.210.54) by pb1.pair.com with SMTP; 29 Mar 2019 19:06:52 -0000 Received: by mail-ot1-f54.google.com with SMTP id o74so2576255ota.3 for ; Fri, 29 Mar 2019 09:01:03 -0700 (PDT) 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; bh=8oC0DCFonZC5QRSuAYr1rADJ0xZ5qF0UxzbaI/pv2BE=; b=NJpy4qpRk51oFYkhRYKgu8uY65hMdSyCTcJkSMZmELPK9kLjv7SZosV6NXQJKBvYzc 7fmjBf588O0qh2GtEi6smD4cQzG/qNolmo/T0ua7z7iUSlQ7xqeaxguHFMAXrpz8cV8Q EmIYqE+XMuCClHHsq/wscIPaCzewu09BbXGr++U/ji3glnsa7UFhOQPAXaFO+a6dOz+w 2t1/+MzP40ryqaqrWEdrZX8Qg03lb2ZgKlWcqmNFbx36om5qyLAsuNJ2VVdLI/ulqiOL eyDkwE72cNGP/hYmHwxQVqgOBqUmzUvcCkSgnv7iGRCdYY4rhuLm9805c6+sfhcV6L/2 bLYQ== 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; bh=8oC0DCFonZC5QRSuAYr1rADJ0xZ5qF0UxzbaI/pv2BE=; b=fWBZg6CV8QdvTGVBlP/S6Q5U1XyAz7gtLIkH+Eor1ONabiCFpuhN/bAfQtB1DEs2Wx Fv+wizOIwBhWJHJkJWThytPw8ybk3MvrLZ758V7EKfJvuIOGJhAkm9T7rjoK1aqJPNFV FkZi2/XgYKAnq5U13VTKSgj0YdvTcIxS/AjYMHZUMk/Vvp66wa7Sp44cwJ5b3xTbcXgF 36zI9YoupWQ0UK3wfDNOgLX8dpQacOM8YtjuLAnYKE5xxTEWOQikzBBxlXlfM7aTeds4 nZ5f5BiMgYVXipksYjpm/OWJHVzsJKAPIWN9QngPgAV0H8WCA3p9FsLi87u90fLbYuNY 2XJw== X-Gm-Message-State: APjAAAWE8zoS6IZ2glZ54jQSJZNDk2FDOPxdJeto30GfLBHiikE39oMx tJFIwAtSX59i8lW+VJC4Rj0qTbU8IeIWYHw6kmojfsDd X-Google-Smtp-Source: APXvYqxwAQ8V12WVB7j5oUY9rGCKc41zlVNPmIxgf0LgEyFRsxYRAMqauJ0MXMUOayGNjQotVchwByhDIfemF9pKksY= X-Received: by 2002:a9d:22a4:: with SMTP id y33mr31932307ota.218.1553875261166; Fri, 29 Mar 2019 09:01:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 29 Mar 2019 13:00:49 -0300 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="000000000000f79c2505853dc6a1" Subject: Re: [PHP-DEV] Re: PHP 8 Preview Releases From: dyulax@gmail.com (Alan Willms) --000000000000f79c2505853dc6a1 Content-Type: text/plain; charset="UTF-8" This could be a wonderful new feature for PHP 8: https://github.com/nikic/scalar_objects $string = "Hello world"; $string->toUpper()->replaceAll("world", "PHP 8"); On Fri, Mar 29, 2019 at 12:43 PM Sara Golemon wrote: > On Fri, Mar 29, 2019 at 7:40 AM Joe Watkins wrote: > > Since we now have a result for JIT and we know it will be included > > in PHP 8, I think it's time to visit the idea brought up in discussion > > to have preview releases of PHP 8. > > > > I'm interested in hearing what kind of schedules we think are going > > to be useful - it's tempting to say let's track PHP-7.4 releases, > > possibly with a bi-monthly interval, but I'm not sure if that may > > be too soon, or too slow, or too fast. > > > IMO, preview releases should (for the time being) be largely driven by the > progress of branch. And by branch, let's be honest, I really mean the > JIT. So for the rest of 2019, this essentially (but not completely) means > "When Dmitry wants something taken for a spin". Maybe he rolls those, I > don't mind rolling them for him if he's not inclined to do it. > > Coming into 2020, I think we should have monthly previews beginning one > month after 7.4.0 GA until we reach the normal alpha period. (Preceding > sentence is entirely provisional and subject to review as that time > approaches) > > -Sara > --000000000000f79c2505853dc6a1--