Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118916 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 55929 invoked from network); 30 Oct 2022 11:38:56 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Oct 2022 11:38:56 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id ACE4618005C for ; Sun, 30 Oct 2022 04:38:55 -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.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, 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-ej1-f41.google.com (mail-ej1-f41.google.com [209.85.218.41]) (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, 30 Oct 2022 04:38:55 -0700 (PDT) Received: by mail-ej1-f41.google.com with SMTP id q9so23224794ejd.0 for ; Sun, 30 Oct 2022 04:38:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=I0QKpIlpJ4ESvsRAePqkTE5Ge2vdwCqBx9t5TiXfbMM=; b=fB0NUixAcBjBus88cGMCe5cC8ODF5CDeSKY4v/DUcFD0pNGd0JwfDmyP9rbpP9lUCE bdk6AKx10B8C58PQrB+GkQE7p8U0BGdTD2X2AXRDi0mQOck3m5AyDtX77akTIRnMGNL3 2uNPsIoRokGfY9lZQxRLQzi2kto1gmwu4ajGkEzzNYHP76wxZkHN4AV77Q64RiPsoeqk c0gkv1pjMaLMYjEF771xycjAdxsEUWFlPrgs+VKAJKYXUYI6y+SuvQISe+izUoeWzYMP +W/8mdWYmBRZ/OleHTy/IKFDZpETG9y1yrdMVYIVtp7bn/M1Bx+osXRWJFfAj42ua/Ra TJTQ== X-Gm-Message-State: ACrzQf247RC5Yr3kbktoHbRLLKIw/alrIwNhgvz1TOM+YWihEVTbbM2W SSgFfqATodaN+pCQNavbBnbCuwA31i+IJvj5nhc= X-Google-Smtp-Source: AMsMyM6KcrSEjcdfw/nFopz77OE8ERNqfnuAN7T52oYAbcU8xZlNRMlnVOuqsmsTXk6Xh9HIBDQnxmGCu+jdELmbbjY= X-Received: by 2002:a17:907:7e9f:b0:7ad:b389:1145 with SMTP id qb31-20020a1709077e9f00b007adb3891145mr5931733ejc.92.1667129933764; Sun, 30 Oct 2022 04:38:53 -0700 (PDT) MIME-Version: 1.0 References: <42A5DAC6-253E-478D-808C-36690FA88315@gmail.com> In-Reply-To: Date: Sun, 30 Oct 2022 11:38:42 +0000 Message-ID: To: Mikhail Galanin Cc: Rowan Tommins , internals@lists.php.net Content-Type: multipart/alternative; boundary="0000000000007f1e6105ec3eefaf" Subject: Re: [PHP-DEV] Microseconds to error log From: bukka@php.net (Jakub Zelenka) --0000000000007f1e6105ec3eefaf Content-Type: text/plain; charset="UTF-8" Hi, Please try to not top post. On Fri, Oct 28, 2022 at 10:29 AM Mikhail Galanin via internals < internals@lists.php.net> wrote: > Hello everyone, > > I tried following Derrek's approach (to introduce a new function). > > A couple of considerations: > > We used to have some pain when this format changed last time (I can't > remember details, unfortunately) but I don't feel like making an > option to provide backward compatibility is a good idea. Early or > lately, we will need to drop this compatibility and the users face > absolutely the same issue. > > I hear people don't want to have this format configurable -- I tend to > agree that it's a bit overcomplication. > > I'm not sure if I'm ready to switch to ISO8601 but if we have a > consensus here, I'm open to updating the patch. Basically, I'm open to > everything, please share your opinions. > > Pull-request: https://github.com/php/php-src/pull/9844 > > I think the consensus is more that it needs to be configurable and I'm in favour of configurable option as well as we should not break the current format. Regards Jakub --0000000000007f1e6105ec3eefaf--