Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128744 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 9AE6E1A00BC for ; Tue, 30 Sep 2025 14:45:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1759243451; bh=izkKtup/3yMvU/kv46GtJy9YIdKX+kqV4mhdmrHzmaM=; h=Date:From:To:Subject:In-Reply-To:References:From; b=e5pf1yRr6n6nCpLzFzvdzercit1Cin70wLXwZfJa6Fhgim5NHEpdpi19guytOa8/p qwlyR1qe7wKQSlMDeoiYv6dp/bcdln1WmbrgVL98tmObldzis8hXmYCp/6cY8TsFeA /kSNbbz8ivaR2kXRiSJfLTe/+DeZbZD8ricaKUP0NZa2qeOelwS+8Mxfk3oUHWAicH w0WvE+CkrXroVoXEGH4MEiDNx876Vsw6i3JU0cMo3cQ2U3L6zeESt1TY1B+A+F2Ykn a+dsWSuDq6GFtTsFN1ANnBr5DNkH+Yn2JyLylN6QDHiMBAEmrNJjf+LRHEIoY5VVrr iaXRkh94ym7tA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C12911801D8 for ; Tue, 30 Sep 2025 14:44:08 +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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail.kd2.org (carotte.kd2.org [188.165.240.126]) (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 ; Tue, 30 Sep 2025 14:43:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bohwaz.net; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=izkKtup/3yMvU/kv46GtJy9YIdKX+kqV4mhdmrHzmaM=; b=dooBbsOGicLCyXqAP6vVLHRn7u 6ONxo7Hsyv8eovp+ahsHGDiO0iQF8E1kMbSguP7jPBdeNtbxNAjsnJbnrgwprQq3Q9XOHHQ06zdgp hJ5TZYh32j4Ew/5+HEq13GOUjGbxvYqlf7xJa1e4PUP/jf6Gw6hzaZE1H+PWhpxZofdo=; Received-SPF: softfail (mail.kd2.org: transitioning domain of bohwaz.net does not designate 82.216.210.0 as permitted sender) client-ip=82.216.210.0; envelope-from=php@bohwaz.net; helo=platypus; Received: from 0.210.216.82.rev.sfr.net ([82.216.210.0] helo=platypus) by mail.kd2.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v3bbO-00CHaf-2W for internals@lists.php.net; Tue, 30 Sep 2025 16:45:15 +0200 Date: Tue, 30 Sep 2025 16:45:06 +0200 To: internals@lists.php.net Subject: Re: [PHP-DEV] [Discuss] Add PDO disconnect() and isConnected() Message-ID: <20250930164506.7ff43496@platypus> In-Reply-To: References: X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-pc-linux-gnu) X-Face: #"dGtXaYpS9,C:d{FJZ<@4|;AL[R;I`|\;HN}zkw(rmBsu$)Dhed/z8e%U@Ra@JQ;,Nx?Xopxa+:gb?}efqG\/7TnBPHBRjU^g}$;rL4"jYrE#M^%*(?;Qb{HHbOf"q}bnOjU.'SEL:||\2*swZ>NN9pe(pnejy{ijk9%/8 list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Invalid-HELO: HELO is no FQDN (contains no dot) (See RFC2821 4.1.1.1) X-Sender-Verify: FAILED () X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) From: php@bohwaz.net (BohwaZ) I don't really see how it would be a bad thing. This is very useful when you have scripts that are running for a very long time (eg. daemons).