Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130556 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 6B3021A00BC for ; Fri, 3 Apr 2026 20:39:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775248749; bh=iXJ80Gq21GaIswT+y8yKzAhSitZP7Y3v/KKsi3eAs/M=; h=Date:Subject:To:References:From:In-Reply-To:From; b=BpowektiWO521+1yxN7dKl1d1cd2xbUsmo9AJmcFyjPP+6GCFnVVQE5GSljskhUFH f3ohku+1ZxG4AEqqFW3d3iswem/hkegdTURa0O+mdDr3DTIJoCPUzlF0qB8dYlb5bk zaXTrZMaH1q9btjqZNNsEOmDUPWywqfHso7yO9TvS+TqdMWUFuLAYBSTSuvI34CD6F VwNLWoxxxvu1PG4uaORWw76pTdZQ4kbCjK7CMY09yGE0D//bbCfy5GUFzoI1s2kA21 4W+r7kAuLUSBDFekTrPU/E2HusRz/avtqXipXdQIb4psmIOHOGlTjb0+/cDHJcdjCr G71euPLC5bxDw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A9F7A18006E for ; Fri, 3 Apr 2026 20:39:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,DMARC_MISSING, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from franklin.smtp.mailx.hosts.net.nz (franklin.smtp.mailx.hosts.net.nz [43.245.52.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 3 Apr 2026 20:39:05 +0000 (UTC) Received: from 122-57-27-239-adsl.sparkbb.co.nz ([122.57.27.239] helo=[192.168.1.68]) by franklin.smtp.mailx.hosts.net.nz with esmtpsa authed as varteg.nz (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim 4.96) (envelope-from ) id 1w8lI4-008zwk-37 for internals@lists.php.net; Sat, 04 Apr 2026 09:38:53 +1300 Message-ID: <1101ca5b-64c0-4c31-9e7a-bcf466e01e84@varteg.nz> Date: Sat, 4 Apr 2026 09:38:33 +1300 Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] PDO SQLite: statement attributes for SQL text retrieval To: internals@lists.php.net References: <5652D731-0D2B-49ED-941C-FA6BC60368DC@sakiot.com> Content-Language: en-GB In-Reply-To: <5652D731-0D2B-49ED-941C-FA6BC60368DC@sakiot.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Hosts-DKIM-Check: none From: weedpacket@varteg.nz (Morgan) On 2026-04-04 05:32, Saki Takamachi wrote: >> Sorry my bad. PHP convention is a bit different from the mail client >> default. I will improve, but habits take a while to break, so I can't >> promise this is the last one :) > > No worries, I make that kind of mistake all the time too :) > Back in the early days of email, replying after the thing being replied to was the convention: when replying, the body of the email would be quoted and the cursor would be placed on the line following. Users would edit and trim, and follow quoted sections with their replies to those sections. When Microsoft Outlook came out, the cursor was placed at the _top_, before the quoted email. The thinking was that people would go through the quoted text, editing as they went and putting their replies after the bits they were replying to, until they got to the bottom. No-one who used Microsoft Outlook did that. They just hit "Reply" and started typing. And that's how that habit started. This has been your diversionary history lesson of the day.