Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105717 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 86422 invoked from network); 15 May 2019 20:08:33 -0000 Received: from unknown (HELO us-smtp-delivery-195.mimecast.com) (63.128.21.195) by pb1.pair.com with SMTP; 15 May 2019 20:08:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tenable.com; s=mimecast20170201; t=1557940470; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:content-transfer-encoding:in-reply-to: references:openpgp:autocrypt; bh=UQvPPg7dlZmpNT0brOb11G1sb00TyEvuWuwRxMQJFPw=; b=NI05vOMCv2jalYkNEUU5SqamlbRvnAbAtARitbPRgvybz5okiRBuptUybb4GoIrSlsypbe Z8UYyBVniVW9boi6wVIPeyeKld9nDTGS4Xi1AvJEVmfwX4aJWWQZG/vWl/g/mv7v5cyN/5 uRr+BDOPGs6iqUESmuqCKNuOeojDEZg= Received: from mail-oi1-f200.google.com (mail-oi1-f200.google.com [209.85.167.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-16-ZqAiElE_MJa38SxWJ6Qxew-1; Wed, 15 May 2019 13:14:29 -0400 Received: by mail-oi1-f200.google.com with SMTP id p83so216381oih.17 for ; Wed, 15 May 2019 10:14:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xOKlUfWlaXwvN/a14SBzj5mQZWk7y7+iYEyyyQnewsU=; b=NV1e/DC1DD9hRJC9VwwN+PjTG0usVeMwVL/spqSgFCCDwA1qJmaxbn0gm46mZ4gwul NISnRG3z6pWd9Yjagd0ibMY8N96usweYkx1QNa5YZh3LCuYz7TGn0zBXtoS2adszQwBG s4fXUzC6ByCgRfFjQojsicUVkGlBeUzQbBBRAH9I7Dp1aKh2vUahzqiwE13rQkQlDbJw ecC1YbQV7ydNATozu+1ZxstbVVxBEcv4QgKfSef/tWI+ZXTD9T5aIUbMkrqlB4dWKu1v Zq5gZ+SQt2C3cAqhL7Cm7uibuTgYR0fNEuv0sSUJ+57lyNC5ZC0Ig3xnQsct+e6K14Vz lSTw== X-Gm-Message-State: APjAAAXMWB6zupU22sOREr/17zKRUu6trcOmZVBQXjbEONMl9KBb7VxA Snqv6y5Omsc42o5dikyy96EcJp3Cuuh4iQ2zR9YruLvq6it1pMHj5Mt0YqVWNlmc7y1XGSTS0rQ Y3eSDOcz+LK0HYev0XkX+yJpvVVUH25NUfQ== X-Received: by 2002:a9d:65c9:: with SMTP id z9mr16857560oth.218.1557940468624; Wed, 15 May 2019 10:14:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqwLVwSDHUT9MwG4DrmiCHcuVAJdDSbKu2XYHqktyedkE6TrhaBW8l7lF/YyefbZvPb9WZ77gnDLiqDrgtGt31c= X-Received: by 2002:a9d:65c9:: with SMTP id z9mr16857543oth.218.1557940468385; Wed, 15 May 2019 10:14:28 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 15 May 2019 13:14:17 -0400 Message-ID: To: internals@lists.php.net X-MC-Unique: ZqAiElE_MJa38SxWJ6Qxew-1 X-Mimecast-Spam-Score: 0 Content-Type: multipart/alternative; boundary="000000000000332c9f0588f04854" Subject: RFC for Sqlite3 Extended Error Codes From: rkopack@tenable.com (Robert Kopack) --000000000000332c9f0588f04854 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, My apologies if I violate any netiquette during this e-mail. This is my first time doing something like this and I am following the guide from the CONTRIBUTING.md to the best of my ability. I would to extend the functionality of the current sqlite3 implementation (in *ext/sqlite3* and in *ext/pdo_sqlite*) by exposing the functions related to extended result codes. I have already forked and made my changes at https://github.com/rkopack/php-src/commit/f6c4d1eeccd27a3c5bd836fd8205b1283= bd5eabc. From my understanding Scott MacVicar and Christoph M. Becker are the primary maintainers for the sqlite3 extension and Ilia Alshanetsky is the primary maintainer for the pdo_sqlite extension; if any of you would like to comment on this (it's around 50 lines of new code) so I can get feedback on this I would greatly appreciate it. I made sure to follow the convention I saw in the file(s) to the best of my ability but I am sure there are little things I might have missed. Thank you for your time, Robert Kopack --000000000000332c9f0588f04854--