Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97870 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92444 invoked from network); 19 Jan 2017 11:18:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2017 11:18:57 -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 209.85.210.194 as permitted sender) X-PHP-List-Original-Sender: ben.rubson@gmail.com X-Host-Fingerprint: 209.85.210.194 mail-wj0-f194.google.com Received: from [209.85.210.194] ([209.85.210.194:35727] helo=mail-wj0-f194.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/60-00729-0A0A0885 for ; Thu, 19 Jan 2017 06:18:57 -0500 Received: by mail-wj0-f194.google.com with SMTP id i7so484414wjf.2 for ; Thu, 19 Jan 2017 03:18:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=SttyirkhgOb7kMP/JyD5NXoJTlpHZ6i8oCK2b5JpsX8=; b=uDJh69TioIq2fmQaGl0hktbm0Ix4AiYV9gHf68jONvah4LJUz2kM8zrpF3wpo4hX/J ZzQ3tPnleG2zHv51akdGHcKCA8+uI2EhAiaH8WBFdorsftkM6RfQ5zWZ6FyLLZp5OPO9 Z78Q77SDKCxGFkyh+aqLQizkS00TirJ5UXphsQzETg5UxWnnXqkXfRG0BCDr4e3uRSR7 FK/Di/urPsaSAs2cPdkJ97X4lej47fHnqdhj6STiQ+5GKErZBpGBTIUF85i9mtQyzOpm DsCE91/+qTzjs8Vi0aDoSDnjCGYMSVW36UROM1dZk/1nGzKj2VQeg6lXAB0Nr1yUNM/P sNmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=SttyirkhgOb7kMP/JyD5NXoJTlpHZ6i8oCK2b5JpsX8=; b=jKjBtONXl5dKXoYYXtJLWFtESBUs3J3wKeEFJNhocCjSlHiej1ARzT/IMSXwLiNmQB nXrF7RKEfIzyj0mZ0hKuK0h3fMM0SbsQO+aJrOd4V2hXIoosGN0SPFc4B0HhMW5tdCkb 68TWx2mAG6Eyayi6CiR+t6ZWjX+guDFEPYI2ichR9XbMTpaFub1PeOyNy8OyiXkX98aj tvlyNzD0hoSq3gtXy7WyItj8OC7HoXzegrtIhdFOv7hkQFHDpA7K2DoB+If4MrUESqgW GtyM9NzPf0vILr+1cZv4ZvM99zxPD6u1c6rgdUO/zTXx8affpuMBfXHsgdfp/GMEpXpR wvvg== X-Gm-Message-State: AIkVDXLTz5SduFCPc4vNNRYn4WJet8sUHc6X1yWdpea3qsj9tqOtdxo/XzS/Sf0ikngEHQ== X-Received: by 10.223.176.210 with SMTP id j18mr8283860wra.8.1484824733408; Thu, 19 Jan 2017 03:18:53 -0800 (PST) Received: from ben.home (LFbn-1-7159-4.w90-116.abo.wanadoo.fr. [90.116.90.4]) by smtp.gmail.com with ESMTPSA id r5sm52600218wme.23.2017.01.19.03.18.52 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 Jan 2017 03:18:52 -0800 (PST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <4CD4DCCC-6643-4A66-B6AD-4BF0EF89FDA9@gmail.com> Date: Thu, 19 Jan 2017 12:18:51 +0100 To: internals@lists.php.net Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) Subject: Improve (disable|enable)_functions #65386 From: ben.rubson@gmail.com (Ben RUBSON) Hello, As proposed by cmb (thank you !), I open a discussion regarding req = #65386 : https://bugs.php.net/bug.php?id=3D65386 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. 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_* Thank you very much for your interest and support ! Best regards, Ben