Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120740 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 32646 invoked from network); 3 Jul 2023 14:14:27 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Jul 2023 14:14:27 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 787C01804B0 for ; Mon, 3 Jul 2023 07:14:25 -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.0 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE, 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-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 3 Jul 2023 07:14:24 -0700 (PDT) Received: by mail-ed1-f50.google.com with SMTP id 4fb4d7f45d1cf-51e00695e21so1821569a12.1 for ; Mon, 03 Jul 2023 07:14:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20221208.gappssmtp.com; s=20221208; t=1688393663; x=1690985663; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=nKclOT/9HNLEfuHuMbcQMKJaEFwZZwlcEsx1kPEHb04=; b=w2cqyXMv1y+kVNajg3rYAW9gLcCmPoq79G4V6NfWR9u3EQSNJqLvtHPmuQG+yshm+r TOrwYS4j1nuLymVql3Ond//CyNFGmBAU9B0oi1g9kEI1FewydZuVgb7YGOPlH2CHXiRR 7qa0cm0OpidEmc5HMtDMsecJB1c+O4VRFXxr2Dt3ALNpZsN/LCcwg/jMnOJQnqY6sLWr p8bTy7YDHlC6HJJEX7mnoUsy2MvwG2VSUXjHg8RfrMXJ9Bk1dRsIqmHRmtL3lttXd65N 9nlJ3VEM4keJky0UIqD+ayAZEdiZ3GUxO65Lh5VwOn55ff3ni5XPews0hDCIY4FozTOo ZTmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688393663; x=1690985663; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=nKclOT/9HNLEfuHuMbcQMKJaEFwZZwlcEsx1kPEHb04=; b=Q0arymVu+afZPrGd4H+5YRMI0MTH81csbGXX689uEL4xU4LLAHyv6rvaL2Zxjvuz/e 0CcdoaH33EJvCyEg1yuAItvWJjeEDyFWXqZUCiRBvbEZm1+4/Wnk388ifybssvFQNJdG ECza7otRWruZ9j1E9e+KWKkoNS+5qgnYZqIchZhtmwd1JqM0B9RXG6d7U585ETQsrdRI up4AYWTwuQCSwstd1N2OCnxQjpIwgkRWTs5D7+iee4DTCIpusDvR7rPBShDuF+Gim8Em LN34VfFnCRTx0pF8Ool0HX+Ts5lubvgOEinSDlIPZZ6KghoBNadF6le4C2CWgBXKCqAA wJvA== X-Gm-Message-State: ABy/qLZIvOwbWpbGcp/vn8LwFyhw9A8ak5ykjJa83U+xMDjii6WQVljs ii7qycfP7Gexwss2oQUwtG6nQDe/OQrZnWaYDxgN9ZJCDD+hOXJoSGM= X-Google-Smtp-Source: APBJJlFFRG7OmBpIDzVzmH50qbQj4lbyLIznO8nYj1YGa5O1GGECVn08oFkPpTwGguWB7xPPJyeJsxOdBitxATwxiUs= X-Received: by 2002:a50:fb82:0:b0:51d:9462:16b3 with SMTP id e2-20020a50fb82000000b0051d946216b3mr7444842edq.11.1688393663182; Mon, 03 Jul 2023 07:14:23 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 3 Jul 2023 15:14:12 +0100 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: [VOTE] PDO subclasses From: Danack@basereality.com (Dan Ackroyd) Hello internals, I'm opening the vote for the 'PDO driver specific sub-classes' RFC: https://wiki.php.net/rfc/pdo_driver_specific_subclasses It will last for two weeks and end on 2023-07-17T17:00:00Z cheers Dan Ack