Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118332 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 11771 invoked from network); 31 Jul 2022 17:47:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Jul 2022 17:47:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B9AF91804D0 for ; Sun, 31 Jul 2022 12:46:23 -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=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE 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-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 31 Jul 2022 12:46:23 -0700 (PDT) Received: by mail-ua1-f46.google.com with SMTP id q46so3826576uaq.0 for ; Sun, 31 Jul 2022 12:46:23 -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=I9kgSp+q6FW+fJyxFlKvLuWxX3vrD1yMYUi82xGa7KI=; b=Jy5tB+1JwadF9Mi/XkslpxQCo+OeRxHd/p0FpzE8gXxRCfl/u2gXc7grwgLtjWdwpy yQz/0tKa0euz/ycI2a8GNzxxrgbm9OJKG+kD+5WcjaO+6e8naksARILzJsz/2kv01Rzl ArGDSXoYdXWUkONgZqgE9Rof3ru8/AJZ2amuq1MS9VHk0sk468ybVtmQVLfYW8YY0ymX qZ1JwW3aRqW5s8nKlYyOlJM23V227mbiyCaVhYZzH/VG5JtafARcJemkrAhk9nz0R+Rl Y0Ne2JoHl40JdqXdC/SUbJBKPQAZ2kSI4xUlbUIDQAmadkW5sy17DnxzTOXmdGX4Bk0i O1/A== 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=I9kgSp+q6FW+fJyxFlKvLuWxX3vrD1yMYUi82xGa7KI=; b=sBgJu9aQZCbC9RQhH/PllkxqfXh6LeUnRuTqkTOD2rml6IsJWXhQ2IjgTzwb8Kztqq kN8O3XD5+nLW2HFKWFK2JGq74PleGKHO7kWeVXec7RlKyPVqklv6fLXO8rNmEK6zkjM8 2ILMFWJwI3GPKvTzHx3iFkpizMzJZlCgZG0t3Zipl7uwklHDH7DJUqvWaflrsvXPCLRp BbL3GZB6qtDdR4r+ax748M2+9DQWbt0prn6EtF6pqqf91QvJXJZyRxiu3m+m2Xw3m9l/ oVsZgL0qb2/C7xnpuFryADuR1Jb9/8sShDAZfzc6tceGPGefYEbgPfWNlAngbzAt9NL9 ZArw== X-Gm-Message-State: ACgBeo2i2eJcTz4+uAb6K4E2aah8EUMVkXo5a/OL2Cb0GsmzDtIfBk5h j9e5KugY+TovPuZobmvPeafEZbXfhSulmsqUBYk8lrME41s= X-Google-Smtp-Source: AA6agR5j2qZ2jlmzL4bm83BVM95Vbk4COndhKHUILyg7YPRUsLHfT54RJUG+s69miyDZ+ZhfWnGtpSnH5eDOY4nRrkU= X-Received: by 2002:ab0:4973:0:b0:37f:27c2:59fb with SMTP id a48-20020ab04973000000b0037f27c259fbmr4858467uad.80.1659296782813; Sun, 31 Jul 2022 12:46:22 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 31 Jul 2022 21:46:11 +0200 Message-ID: To: Paul Dragoonis Cc: Deleu , David Gebler , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary="000000000000510ca005e51f23cd" Subject: Re: [PHP-DEV] RFC Idea - is_json - looking for feedback From: dev.juan.morales@gmail.com (juan carlos morales) --000000000000510ca005e51f23cd Content-Type: text/plain; charset="UTF-8" Hi Juan, > > Thanks for your efforts, and examples. > > You are solving a common use case, in frameworks, libs, and general > userland. > > This much needed function will see good perf/memory improvements once > adoption of is_json() hits popular libs and frameworks. > > I will be voting in favor of this addition, subject to reviewing the > implementation and full RFC. > > Thanks for the effort. Looking forward to seeing it merged :) > > Many thanks, > Paul Dragoonis > > > >> Hello Paul, and sorry, I totally missed your message, thanks for the kind feedback, you made my day. So, if I get it correctly, I have green light to move on with the RFC process right? so ... I will move on. Once everything is done I will ping again. Regards, Juan PD: I had to re-send the message as it was too long, ... I am using a mailing list for the first time ever :) --000000000000510ca005e51f23cd--