Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969369435 php.internals:17479 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79873 invoked by uid 1010); 1 Aug 2005 17:12:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79837 invoked from network); 1 Aug 2005 17:12:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2005 17:12:41 -0000 X-Host-Fingerprint: 69.60.120.90 iconoclast.caedmon.net Linux 2.4/2.6 Received: from ([69.60.120.90:38736] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B5/55-04646-9085EE24 for ; Mon, 01 Aug 2005 13:12:41 -0400 Received: from localhost ([127.0.0.1]) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1Dzdpb-0000yV-00; Mon, 01 Aug 2005 13:12:03 -0400 Message-ID: <42EE5807.50106@caedmon.net> Date: Mon, 01 Aug 2005 13:12:39 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals CC: PHPdoc X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP_INI_SYSTEM and httpd.conf From: sean@caedmon.net (Sean Coates) Hello core folks. Please see this table: http://php.net/manual/en/ini.php#AEN189095 As long as I can remember, the manual has said that PHP_INI_SYSTEM is settable in httpd.conf. I just ran some tests, and it seems that this is not the case. Seems these are only settable in php.ini. The manual even goes far as to distinguish between "php.ini only" (disable_classes, for example), and PHP_INI_SYSTEM. So, am I just missing something, or is the manual wrong? Could someone clarify in unambiguous terms the credentials for changing a setting that is PHP_INI_SYSTEM? (sorry for the crosspost) Thanks, S