Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106096 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 87845 invoked from network); 28 Jun 2019 23:44:50 -0000 Received: from unknown (HELO mail-qk1-f169.google.com) (209.85.222.169) by pb1.pair.com with SMTP; 28 Jun 2019 23:44:50 -0000 Received: by mail-qk1-f169.google.com with SMTP id g18so6103780qkl.3 for ; Fri, 28 Jun 2019 14:01:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Tz2P6ingAfZmXrepDat7Lp7QXrTDXPSCCTKfWDzLUE8=; b=ffIIMM0Q2JaQ+TyILlRKDB4cqMpBHlssGXN2AJ6B4hagThVuGz8rlSnAV02q+3tMfY qY7tHqIlK0IWzH5G4v0WGqmkcMjNLQ1Ov5EXt1jwelBdamdyQeuhe7UsA/Ct7iRe9RdL iyuMuS2KorDfDRXLzRGILU9mOOBIM6mwuHo9RIEybtHGNlRU9IGE1GHI9tkAZe3VJCW0 n0cEP8gwCHVA8AuNAiTSMHNix5xXZhmoAiNFxFs6KUuSzfAsNAYiLQmW0UsvMHdRojJc Jwjerd2xKjPOdifE+8jPdyUia5U0hiMbawcZpeNWQOyyyv8v1wb7CY015IKisN2hbvUc 28tQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Tz2P6ingAfZmXrepDat7Lp7QXrTDXPSCCTKfWDzLUE8=; b=rUUUChg4GA3ykvzEUn5gLGeZAPCehhNkPEqjdyJINxdtL4RRcV85mt9B9nJxFHHMHQ d0BNKJs0PzbU1SqD/99KNOqF2/YsHkURJJcH9RbMWhuDsPo4mVI6zs6Ik16WFvguDbwg /ZPmX9cLzH5zMu4QyhJAk6r1TqNY4FsPSwC2wI7WlZhZpyaqvrZU2OsZJyFs5tcSldPg /VEeSPeTwjN93IwfUD0Z77J+UcAKWdQmRiD2tV06vh0ALFmxbclCAkTPr2HOhpZ2sXQQ VC+F8srr2zo1J3PiGMH5dN6MAHSFXBw7P2O36/fO/XheCIItp506MykxbxYw4Itfr1B9 weTw== X-Gm-Message-State: APjAAAWhlDj2JlaDbBWLoeVsVWnF1QDdyQdDgFrIl2PZ0glcdOV3InIi FO5PZ8N3naE3I3g2FGMLfEP8dHFubbV3m3JVXsERPF8F X-Google-Smtp-Source: APXvYqwZGgX2KZ/LxHcTkzWIKl1j9RrIsbktBFnyqqEdbTUccypUhwTp3QV1GXdGs9w67kAKmD/9Hc7BLo8IYgSZlA0= X-Received: by 2002:a37:a0d:: with SMTP id 13mr10459735qkk.273.1561755708778; Fri, 28 Jun 2019 14:01:48 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 28 Jun 2019 23:01:39 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="0000000000003f6b80058c6896ab" Subject: [PHP-DEV][RFC][VOTE] Normalize array's "auto-increment" value on copy on write From: netmo.php@gmail.com (Wes) --0000000000003f6b80058c6896ab Content-Type: text/plain; charset="UTF-8" Hello PHP, I just started the vote on https://wiki.php.net/rfc/normalize-array-auto-increment-on-copy-on-write and I will close it in one week from now From the discussion (https://externals.io/message/105992) it emerged the intention to make the proposed change even stricter. But, given that's a way bigger problem and difficulty, I decided to proceed with this anyway for now, because it's compatible with future improvements, and because fixes the most dangerous inconsistencies currently observable, that is, arrays passed to third parties with unpredictable auto-increment values. Thank you for reading and for voting --0000000000003f6b80058c6896ab--