Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116280 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 26012 invoked from network); 17 Oct 2021 10:52:24 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Oct 2021 10:52:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 27CD51804C5 for ; Sun, 17 Oct 2021 04:39:49 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 17 Oct 2021 04:39:48 -0700 (PDT) Received: by mail-qt1-f182.google.com with SMTP id w2so12990675qtn.0 for ; Sun, 17 Oct 2021 04:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=y65dkoVUo/LEQm/5op6OAdiNF+vXIxq2lEsmzvJzqUQ=; b=GfbE3B+ZKH7trcFS0IrDOz3F3P2XXiv6z3/zY5jpAyOaIeTMNmQCcSlNr10Smz03zh B638YnefRhZ6JfAwXglm7xNpBbpC0Gu8rGcBW69OCZ5Gc5WZgv1UOZwJWbryLpWjaTte SSWLnY/T7LZedwqukDN7OJIpeSLjda01T3pKH3nVUIanUrM+6KWhPYBrBfm1TBqctJwj RIGCiIhGQJayFpk0+9F0agl6KBsctx9RjQ+cr1WG6Yfh+uwONGMPdEOwxb5nSVkhve0S pXuO7VVB1hxqFabeqdTMEQVzW1CShmKvPvmHb2YDlpVtPhEMlqTzPErJaXk2kDXipr7P tSCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=y65dkoVUo/LEQm/5op6OAdiNF+vXIxq2lEsmzvJzqUQ=; b=XqOC5Yz1xAD+bULuE81Ysujdsy3La0hcJupQXXzZjUP6HjA73ph+sFk+kA/9H/5faq SpW6KqMXdRAFwbeqfz7qijbpc2oeJbDD4VgrSKZqmav0hSPnGrViwYHOK8xxnjcRjcaG tbpiMy/bUZNbRS6LdAVcumlV9JDPA5MHqlUDRHOq9jaHAt+m0IULtuOu1t189vDtuQt9 i2EM92aUWfIMurabdWGxpvwD/xfhslBfPbPB/EMaRvj1BkXIrKtOWWg0mZqR4vyXa6i/ 2eetRI33Ymis3S2GwFzxspnYreynkoZ9V/Tii4WaJE/8IO6wqS1nTCYaiIZf3PPGtIFW BAkA== X-Gm-Message-State: AOAM532pzRw+4MXL0ZXUyxhCkchBMeJns18aP3oLxkjXAFb+hN9FMavg dHX4QuZrWYe2JSB7mYRaDOV5p+3+fzGpbihWlvQ= X-Google-Smtp-Source: ABdhPJzoO+yAPqL4/rQleTAy8q54/QryiD4+66jRH7uFjnAWQ2A6xVPwSukIo+oaCTEnn0k851BGGQae7KmUS0ZHzhw= X-Received: by 2002:ac8:58cf:: with SMTP id u15mr24465069qta.334.1634470786530; Sun, 17 Oct 2021 04:39:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 17 Oct 2021 12:39:38 +0100 Message-ID: To: Benjamin Morel Cc: PHP Internals Content-Type: multipart/alternative; boundary="000000000000a080a905ce8ae24e" Subject: Re: [PHP-DEV] Change of $depth behaviour in json_encode() on PHP 8.1 From: tekiela246@gmail.com (Kamil Tekiela) --000000000000a080a905ce8ae24e Content-Type: text/plain; charset="UTF-8" Hi Benjamin, This is a bug. Please report it on https://bugs.php.net/ See https://3v4l.org/vFgh0 https://github.com/php/php-src/commit/f9f8c1c79cac1b03279190e0c5513a51881615f9 https://github.com/php/php-src/pull/6811 Best Regards, Kamil --000000000000a080a905ce8ae24e--