Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113946 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94134 invoked from network); 4 Apr 2021 23:18:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Apr 2021 23:18:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E2D52180537 for ; Sun, 4 Apr 2021 16:17:33 -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,HTML_OBFUSCATE_10_20,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-qv1-f42.google.com (mail-qv1-f42.google.com [209.85.219.42]) (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, 4 Apr 2021 16:17:33 -0700 (PDT) Received: by mail-qv1-f42.google.com with SMTP id j3so2747987qvs.1 for ; Sun, 04 Apr 2021 16:17:33 -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; bh=RLCi9ByiYXZi+c1hrG1X18pEuI8SbGgf6YlW89EJwPU=; b=QQ3AX856dL/xC8lqFD1nssau+GobvyFK0Z5T9IjZHVUMgMaUoqttLYa+pimoQrDAjg F8OxtXQdfbRaBUkKh9TkwYYLzLwu7twjptGHGyjaIF/nGHmjJrxSl2PG0B7x7VTN7dQt anBBTo6dz9od+OwmIEKiMqPWVP4apnlLc9WBz3d/5Zl6qzjcosBIg8z5ubenQnHaq0Qo vIuWBWe/PnmAApO4Xb02KQ9b2YRyKKT9hg8cz4Gt3xwMLnmwISs4juYgLzVaT14olrV3 WjTT2+RjKIRZC3kYS/Xv/3SIduJs9UyhJ1Bp6AMN7gWZz63X1dCMQBKewaXtLjbnNO2G 3Tfg== 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; bh=RLCi9ByiYXZi+c1hrG1X18pEuI8SbGgf6YlW89EJwPU=; b=jH5p4pR9lYFV4M0MNLhEwL6q9MVL4BIAdB+UMHZ4mEU2Ua+Xid0Sr9OiP9048mQWFd tYnbyIxmCBo7fcOjmZMOQhlGcWXPTOVMq2iYdgjyaUZ9XZAlc2iNloCufWQSN931gLxF zMC0xgs0fMZu/+Pt8BkAmARRNMv6oXhWoK4X0rH/m0/vty+R0E2wx7pJD/33SebiU6ZE olOonWw+ip9hr4teRZNxFIgZnizJ1Y1qLDOTz2qw9p9Hp96+/nDmj6zALzApxuKsVkzI wGc3GHwNgqVWCymIVRDyScDZgFXTgJdcahqwjsW0B0rj9ibGnjoXXbySOGcsYxJnasoF NY1w== X-Gm-Message-State: AOAM532oPyE5Zuqkgha1qUXmz4Nsa477m6n0f/OB6qtgYRQuGhsBvYnL gucQOIS2Tgs2blL3yyX5m5TqpQ+WiRZ+gWKq7xM6ywMAgxLPrg== X-Google-Smtp-Source: ABdhPJxDS0d5Ww2pB49J+kHqWAW4jPiqrCO69IcrIS3c4Z6FKlevZDo5bZfUJgI3ouC8UpnQCuxOcH5DxeU7L8Yph3I= X-Received: by 2002:a0c:f64e:: with SMTP id s14mr2317128qvm.15.1617578250138; Sun, 04 Apr 2021 16:17:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 5 Apr 2021 00:17:20 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000fef67f05bf2dc8cb" Subject: Re: [RFC] Add fetch_column method to mysqli From: tekiela246@gmail.com (Kamil Tekiela) --000000000000fef67f05bf2dc8cb Content-Type: text/plain; charset="UTF-8" I am bumping this thread. I assume that it got lost a little bit with was going on over the past week. I have implemented changes to fetch_all by adding two new constants and another optional parameter. This is only MVP. Both changes can be seen together here https://github.com/php/php-src/compare/master...kamil-tekiela:mysqli-fetch_all-column Is this something that people would want to see implemented in mysqli? Should the RFC be amended to include fetch_all() as well? --000000000000fef67f05bf2dc8cb--