Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105278 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 75333 invoked from network); 15 Apr 2019 13:09:57 -0000 Received: from unknown (HELO mail-io1-f67.google.com) (209.85.166.67) by pb1.pair.com with SMTP; 15 Apr 2019 13:09:57 -0000 Received: by mail-io1-f67.google.com with SMTP id s7so14034427iom.12 for ; Mon, 15 Apr 2019 03:08:19 -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=KZ2ufGlIFDL0Ax8HDQneOAYh+6K5jqhzWWeaMOII+o8=; b=ssYx9i0fULK4oyx2Ni8S3fict63egzcPbtOd8H7PH+ZHGOH1j50SuYBgSGdeGA3uDp t+MjfxUT+kbkZ0kSdd/ms3kC5YHnsphe8JHNCipAKgav2y4vFGe35DuuGLm8YLa7blFz mI4YbyUkZjXqV9jdYAz6b0+KjL/4q+O9QsE7dzYabKN6sk7lSfc901nl3Q1ioD+7E+NN y5AZ2H1ttKem0kx8vhPKRyU6SbAYBXgRQTBZJT3d4lMeJSYhcVncUrQIESnwcmnQR/Xa U5fipokbQOaye5DT0Twm8yCHjLhOXkZi0zpQ94Gt3JMAuqR/H6CMyNFsg2Sa4qIlJT/3 XkvQ== 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=KZ2ufGlIFDL0Ax8HDQneOAYh+6K5jqhzWWeaMOII+o8=; b=PIs6zTKaWV++abHTjt/3ODYInVdRtzgZmEj7fLzccy3Mj3uq34toVrG5YggZcL0f9R Eu83141vhs1BTLFUuJ9bb5GxpeNJlYg1cKxFGvvYoOG2u0Z1WR7tb74GZcjL/eFD92ef 3LDTaL8svnpYHRr+9j2BZwwMHll3qiupoD662F0HMNU9W+F4Q9ZNivBRQokD9jTK5kjx WXm77hF6x2Fk+iW8MN2D592fR00tQkKh5u0D0nXko3ccMAQ3jqLCsx+jasd7S/iNcMdJ 2bW6WSBMNpzgdMQeKqd0P2r+2gw53hOF02OBEleSHrQe0RgiCM8nFtpXfwTL03qQHjoL O3Cg== X-Gm-Message-State: APjAAAWsgTtkTpjxtak4IX7U8DXgoSsfE4tFwMGNnP0OmWUmNmkTmD2J f7HGshbs2ERjYglQKsWnBYqN9MVyVU04WBZvBkcNNruuVxM= X-Google-Smtp-Source: APXvYqyHqyf1Faqp54p0SSg6zxtxwiEJFzg2YEjguvgF66KuLLYYIE1ysO6hxUD0tRDBE3R+OKiBDDtQy8GVTcT02BQ= X-Received: by 2002:a5d:9908:: with SMTP id x8mr45888636iol.223.1555322899178; Mon, 15 Apr 2019 03:08:19 -0700 (PDT) MIME-Version: 1.0 References: <7129DF57954D8846A7BE9FF05C68C94501295E9639@SLGH02-EX01.syn.local> In-Reply-To: <7129DF57954D8846A7BE9FF05C68C94501295E9639@SLGH02-EX01.syn.local> Date: Mon, 15 Apr 2019 12:08:02 +0200 Message-ID: To: =?UTF-8?B?S8O2ZGl0eiwgTWFydGlu?= Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary="000000000000eaaa5905868ed4bc" Subject: Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase From: nikita.ppv@gmail.com (Nikita Popov) --000000000000eaaa5905868ed4bc Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 o= f > January, I agreed to continue developing the Firebird driver as a > maintainer. In this regard, I first took care of getting familiar with th= e > code and an important bug (# 72175). > > Obviously, this information has not got through to the PHP community for = 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 followin= g > 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, but > it does not seem to reflect the current quality standards. > > Maybe it's to late. But maybe we (the Firebird and the PHP community) can > continue on a common path. > Hello Martin, The vote currently under way shouldn't change much for you: It mainly means that the code of the extension will be moved into a new repository and that 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. To update the documentation you can either use the editor at edit.php.net (useful for smaller changes and does not require permissions), or also request direct commit access to the documentation. Regards, Nikita --000000000000eaaa5905868ed4bc--