Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109937 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 3782 invoked from network); 30 Apr 2020 00:03:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Apr 2020 00:03:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D826D1804E0 for ; Wed, 29 Apr 2020 15:36:29 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) (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 ; Wed, 29 Apr 2020 15:36:29 -0700 (PDT) Received: by mail-ot1-f48.google.com with SMTP id e20so3185883otk.12 for ; Wed, 29 Apr 2020 15:36:29 -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 :cc; bh=9U+OD14yEGGWrn1f+II0Y46BYejUIbUkr3d84Al3fj4=; b=GnykeFDisaWqMAHttFZ4b4mF2P1ndsY41l3bc3lJ/ZUmYQdyyimPor2rt2KbsxbbEN 29pdhiRfwSl3C1qwkgv7D4U3YWs+ZFZrP5mtU2MlbJz7s4fbkdjy0R5NBKkW5hLTr60E 1BCxBOwU488it1cWYA/SzOEGI7IPQYV41jfduuyXn7Ly2siBojH2XbUwK21GENL4k/vS g4bVPeL4E1nFQ502RSWKTbSirDrkQPPg5o7lAtvwO5XbdvLpmLlXit89sB7lIocssfUk elmKPyLSKb8Q4RlCYWqXAJ1pbMH9wt4o5FcEMxhYYWeDwTGxDwtmwCgpZI8RY57h4AZl zBiA== 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=9U+OD14yEGGWrn1f+II0Y46BYejUIbUkr3d84Al3fj4=; b=eIPSCuGs6MbKnVLY4nKTS5/pTp0iogjflLyXYxuOVxkFPs2tjewH12xzl0rFVjt6L4 ej5elalhk8sFbCUDqlijwPu/cJM/kgIak7sjMopU5wBHC0I5KzGHG0IZytyHl935zobg GcsmXrXdhtp5Z+pybCVKrpVdSlWeeQwCUdwex/ZH0i0TlCDAZw1TuTz6faFIr4EkNCgp ORToFHPp0K5u4Bb4FZZN8RtW/SYdt6J+BBJUe/F4kX2IMaAsD0rUP1Gw2jxnOBsTjn73 vmi9S/m4wXeqI1ywOGyrE4THm6v5E1q8Ec42U2E7PGXQQM6zhPErKehF7nxs4kGOtI7F uELg== X-Gm-Message-State: AGi0PuZxTYliFY8mNE7vXpP1AYgCahPUWIzkak4hFrSxRsuOUEsEg05U 9ZGtpffyTxonL/E19sI44Ti+4Iz2DZ1ZAaDvdwU= X-Google-Smtp-Source: APiQypJTWkH/Ef4nESes7Os29R407WxwdQz/9eCpLVNPrkC2vTyPOS/VpPxDNgLCsA8X/Jk+xWZfnavVNAXTW2Q4nsE= X-Received: by 2002:a05:6830:120e:: with SMTP id r14mr208829otp.232.1588199786540; Wed, 29 Apr 2020 15:36:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 30 Apr 2020 00:36:15 +0200 Message-ID: To: Sara Golemon Cc: Nikita Popov , tyson andre , Internals Content-Type: multipart/alternative; boundary="0000000000001bf1af05a4759403" Subject: Re: [PHP-DEV] Moving json extension to core? From: benjamin.morel@gmail.com (Benjamin Morel) --0000000000001bf1af05a4759403 Content-Type: text/plain; charset="UTF-8" > > Looking at Ubuntu 20.04, they seem to > have json built-in to the core package anyway. I'm not sure about other > distros. Fedora packages it separately as php-json. I'm a big +1 on moving this extension to core. I've actually asked 2 weeks ago if it could be disabled , because I want my classes to implement JsonSerializable, but this means requiring ext-json and bumping the library version. - Ben --0000000000001bf1af05a4759403--