Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105287 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 30768 invoked from network); 15 Apr 2019 16:21:07 -0000 Received: from unknown (HELO mail-wm1-f68.google.com) (209.85.128.68) by pb1.pair.com with SMTP; 15 Apr 2019 16:21:07 -0000 Received: by mail-wm1-f68.google.com with SMTP id v14so20446752wmf.2 for ; Mon, 15 Apr 2019 06:19:31 -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 :cc; bh=wHqCbukeNxD5akwovF4ETVHdemQ/KqEHLF9f6owBWMk=; b=tWLP3gOxTFVBBovLnE4jMRrOePfWk9rivyRiUSfyeEvSyCuJEh7Cquk8VVaT28c9Wu DYRmQxGl9TPunqSEDZa+Ims5rFLAbnSouH8A6npeZ3bMRb2v0x6D6OoiSlLPKtoU5qDD 3aEwzw3D3Zn14gZPgeM9QxH2flTdiIw6u8SmeKmKfxr09sBLVpF77gmZS0gll0ffh3di y+mpqpgPElQMvgJqb8uwNi6pfAYvgbIjI52aNT54Nx9nSYG4grU9gPmNaOQ3V+fj69T9 0NUJ7uCQzzTOFmbGFyZHC7ML/s/GWAj5Ggq2GnGij85rN2wlZvNzK7QYX/t3TWHG9lgA JKZA== 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:cc; bh=wHqCbukeNxD5akwovF4ETVHdemQ/KqEHLF9f6owBWMk=; b=YhbblAaj05a2Rbx85aqZudvtL8RWKuzG8zdcwChIQaC49AAZ9ycc98UqoCPC7V9Uj7 pAfC8I3471Cm0y2kgsr/rHrgiEwERE+Q6/BKR//YKEW2mXt9+IQwhH8AkkInzjEDiAsN tYA0iiZLj9mv6Pzb9kS/IGb0zYgG6EtHNfjGiCvss+DBDsfm5bRO0YfOdz7Z1pfj+R+D 2DE654IiPFoyzZabDVxHogf8h+54urxAZmdSUGRhJaSe+WQwutP0LN/gzSZKK6AwG9Vi RBQlM9KjDOQQrVicb0uSMURcoNBd9Wj1FWd4ftfQ2A3AYHCvjnAo3/8dthpMtAjmjeaI JtVA== X-Gm-Message-State: APjAAAUCYuSaXsYzOSsskgfqFDKEw3RPJEdN4i9vgdKA8Fer0BqRv91O +RQ6jbbcY9ZYywv+9OI6Ux2SeG4wEaVpvWwMmD+scA== X-Google-Smtp-Source: APXvYqz+CjDKsS2vdu3Pw09/eqqJDlOB3FrZrBR/GnnXkPYO6sRUXzzX9gu1Q3W6trBNsDBmutt9ibkCBJd6Brd2rJQ= X-Received: by 2002:a1c:80c1:: with SMTP id b184mr22345670wmd.109.1555334370922; Mon, 15 Apr 2019 06:19:30 -0700 (PDT) MIME-Version: 1.0 References: <7129DF57954D8846A7BE9FF05C68C94501295E9639@SLGH02-EX01.syn.local> In-Reply-To: Date: Mon, 15 Apr 2019 20:19:18 +0700 Message-ID: To: Nikita Popov Cc: =?UTF-8?B?S8O2ZGl0eiwgTWFydGlu?= , PHP internals Content-Type: multipart/alternative; boundary="000000000000af964805869180bd" Subject: Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase From: pierre.php@gmail.com (Pierre Joye) --000000000000af964805869180bd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Martin, On Mon, Apr 15, 2019, 5:08 PM Nikita Popov wrote: > On Mon, Apr 15, 2019 at 11:51 AM K=C3=B6ditz, Martin > wrote: > > > Hello everybody, > > > > I want to give you the general state of the Firebird driver. At the end > of > > January, I agreed to continue developing the Firebird driver as a > > maintainer. In this regard, I first took care of getting familiar with > the > > code and an important bug (# 72175). > > > > Obviously, this information has not got through to the PHP community fo= r > a > > variety of reasons. Unfortunately, the project seems to be pulled away = by > > the vote to remove the driver underfoot. > > > > It would be nice if someone could agree with me on the further steps > > regarding further development. I particularly need help with the > following > > points: > > 1. How will I be deposited as a maintainer? > > > 2. Who has commit rights for changes? > > 3. How are changes in the documentation checked in? Here are my changes > > have not been committed for years. > > 4. Where are the current development guidelines? I have an old book, bu= t > > it does not seem to reflect the current quality standards. > > > > Maybe it's to late. But maybe we (the Firebird and the PHP community) c= an > > continue on a common path. > > > > Hello Martin, > > The vote currently under way shouldn't change much for you: It mainly mea= ns > that the code of the extension will be moved into a new repository and th= at > the extension has to be installed using "pecl install interbase" instead = of > "./configure --with-interbase". > > Unless you already have one, please request a PHP git account at > https://www.php.net/git-php.php. Once it is approved you will be granted > access to the ext/interbase extension in php-src, as well as the new PECL > repository for the extension once the move is completed. You can then > commit changes using git via git.php.net. You can also use github and upload releases in pecl.php.net. best, Pierre --000000000000af964805869180bd--