Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98273 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3761 invoked from network); 9 Feb 2017 15:09:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2017 15:09:44 -0000 Authentication-Results: pb1.pair.com header.from=ben.rubson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ben.rubson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: ben.rubson@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:33205] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 91/38-33872-3368C985 for ; Thu, 09 Feb 2017 10:09:41 -0500 Received: by mail-wm0-f49.google.com with SMTP id t18so58419774wmt.0 for ; Thu, 09 Feb 2017 07:09:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=dytWHCLQtTsI7IiYXPRc7zGA99iZYkV5gPQ4zxoVqqM=; b=AKey+hTIxI7txnSY7ZzropzJTBg5epUD4YS9oySz79uq4cGWdXUvv/mOznoFuxR5NA NZFmFaRmDRRiE8bDirCwPc5ZbwwvdziHrEz5NCHkXxzzWj7kwIk9macPtrr6moE2M+bO 3g+jU6LPloXBLcuKo4W2+b9cKB0MN/kP1Jw7Y5M9yT3HjOQcftxwZ9jIGufaaVQFwPQv Cqc9DL5VcVzjV5CLxnL1DNQ62gnSrZ2KVzvwmYCgbkbL+csiqfTe2FLRB+r4/l7JpNVt y6oVRVNq3QCTdMRI8XYwjM/SEDgZutF6Jty7NM9HZ84MN4iArqlm6YxIqjXTgHZsgOfz 7rEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=dytWHCLQtTsI7IiYXPRc7zGA99iZYkV5gPQ4zxoVqqM=; b=grkd9LqKVXfHS8cSCGFrOg9gMnZlBWEJcFfLusIUQTfUL9tXar0NCeTySKWTN2FA0T wL/6tHNaR7ao2jPMkWWm4tM7BIYo4FEV1QRB9EYZZymWmV8A8WuWI/6nljMdU/b8b20B 30MxOUt8WMXJvn09c7khnkF/dXGSmBEHl5UHdvvNNSqiSihocNu7gbyaTzLBbAH1Ay0E HAN+sYXqQ7wsn6uiI7BBFMrDK/tSP7hkbUmoHk+HibY/DkKp9T3aWRQRAYicAmBj2aAw fu7PMhwkfvG/UBpsTtKG9an2zdXaAnarkVJFNnsRfLc9VQ9vxYrywyl1UR4sifIXyJtH PLdw== X-Gm-Message-State: AMke39lZxAYijydZADq1WVfUs31Q8rHCredNha/yoHrGBJqwn0unThKydhzSDNawVi0Lsw== X-Received: by 10.28.229.73 with SMTP id c70mr21507893wmh.82.1486652976634; Thu, 09 Feb 2017 07:09:36 -0800 (PST) Received: from ben.home ([2a01:cb1d:125:8a00:c5a6:b8b8:d040:f5ff]) by smtp.gmail.com with ESMTPSA id k4sm9254896wmf.22.2017.02.09.07.09.35 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Feb 2017 07:09:36 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) In-Reply-To: <4CD4DCCC-6643-4A66-B6AD-4BF0EF89FDA9@gmail.com> Date: Thu, 9 Feb 2017 16:09:35 +0100 Content-Transfer-Encoding: quoted-printable Message-ID: References: <4CD4DCCC-6643-4A66-B6AD-4BF0EF89FDA9@gmail.com> To: internals@lists.php.net X-Mailer: Apple Mail (2.3124) Subject: Re: Improve (disable|enable)_functions #65386 From: ben.rubson@gmail.com (Ben RUBSON) > On 19 Jan 2017, at 12:18, Ben RUBSON wrote: >=20 > Hello, >=20 > As proposed by cmb (thank you !), I open a discussion regarding req = #65386 : > https://bugs.php.net/bug.php?id=3D65386 >=20 > It summarizes requests around disable_functions directive : > - modification of disable_functions to be a PHP_INI_SYSTEM directive ; > - implementation of enable_functions as a PHP_INI_SYSTEM directive ; > - support of wildcards in these 2 directives. >=20 > As a result, we would then for example be able to disable functions in = php.ini, > and re-enable some of them in some of the virtualhosts of the = httpd.conf. > And using wildcards, to quickly/exhaustively work on a bunch of func : = pcntl_* >=20 > Thank you very much for your interest and support ! >=20 > Best regards, >=20 > Ben Hi, Any thoughts ? Many thanks ! Ben