Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77756 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1981 invoked from network); 3 Oct 2014 01:59:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2014 01:59:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.173 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:33880] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/4C-33841-9130E245 for ; Thu, 02 Oct 2014 21:59:54 -0400 Received: by mail-lb0-f173.google.com with SMTP id 10so252795lbg.4 for ; Thu, 02 Oct 2014 18:59:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=LamEAxQnbSYtgeT7ELPInMOBli8VKxtriVoh+fvbryk=; b=MUWs+Vzq2WoDC1zP3lvJt+dXb3BN857PW+QXhWk4qe/MhJ4Q8SfUGFxm+gC4Mumb3F 8+uZIfdGH1r3vlMs02abWlhcwpVkfKdgJis9sz7aA1bqnQiR1+YOGLluGrxem0MVut1c L4Mz2ev2crlgIwZQ9HQ7JDOuBs53YuunZ3KPNnpM9Gvf4UgHlT7PGjVLbDeOZcAtlc25 2fNaN0wwfontKwqHeNOAn+GbMSeFPnrAf3UTKx1LzigTelb6n5F/ZI4WM3aS9MGOqbwd df57Z5P1eksHak6BWSauDTSO0lE6Zog1kTrLlsbhKpQ5Gx5/sSx9FFjKeeeSbWw60Bti 2Skg== X-Gm-Message-State: ALoCoQnsYYuf8WSrFdVT9jNi5Mn5HlukFYw+MZ5NGzbl8/jdhkgDFdcuaCYtX78NONYVIf4gdO7h MIME-Version: 1.0 X-Received: by 10.112.13.10 with SMTP id d10mr2384916lbc.10.1412301591133; Thu, 02 Oct 2014 18:59:51 -0700 (PDT) Sender: php@golemon.com Received: by 10.25.15.167 with HTTP; Thu, 2 Oct 2014 18:59:51 -0700 (PDT) X-Originating-IP: [69.63.185.56] In-Reply-To: <1412295539.2809.26.camel@kuechenschabe> References: <1412295539.2809.26.camel@kuechenschabe> Date: Fri, 3 Oct 2014 02:59:51 +0100 X-Google-Sender-Auth: g2dOla-Qa6NyHy_PaccHd9J5d7U Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: PHP internals list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] EXTENSIONS file (enchant, ereg, hash, opcache) From: pollita@php.net (Sara Golemon) On Fri, Oct 3, 2014 at 1:18 AM, Johannes Schl=C3=BCter wrote: > in php-src we have this nice file EXTENSIONS listing maintenance status > and primary maintainers of extensions. For the following extensions > maintainers. Could any of the maintainers please add the relevant entry? > > * enchant > * ereg > * hash > * opcache > > Alternatively if we don't maintain this file we can remove it ... while > for bug triage having a maintainer is useful. > Added a section for hash. Myself as the original author, Mike as someone who's done a ton of work, and Anatol who's been doing a lot of recent work. -Sara